2022-09-27T15:11:56.3578253Z Requested labels: self-hosted, linux.2xlarge 2022-09-27T15:11:56.3578322Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/pull/85462/merge 2022-09-27T15:11:56.3578348Z Waiting for a runner to pick up this job... 2022-09-27T15:12:11.0298609Z Job is about to start running on the runner: i-0a9e74c68e4f6dd0a (organization) 2022-09-27T15:12:14.6224046Z Current runner version: '2.296.2' 2022-09-27T15:12:14.6229670Z Runner name: 'i-0a9e74c68e4f6dd0a' 2022-09-27T15:12:14.6230158Z Runner group name: 'Default' 2022-09-27T15:12:14.6230716Z Machine name: 'ip-10-0-9-126' 2022-09-27T15:12:14.6232681Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:12:14.6233321Z Actions: read 2022-09-27T15:12:14.6233602Z Checks: read 2022-09-27T15:12:14.6233884Z Contents: read 2022-09-27T15:12:14.6234174Z Deployments: read 2022-09-27T15:12:14.6234468Z Discussions: read 2022-09-27T15:12:14.6234709Z Issues: read 2022-09-27T15:12:14.6234990Z Metadata: read 2022-09-27T15:12:14.6235293Z Packages: read 2022-09-27T15:12:14.6235560Z Pages: read 2022-09-27T15:12:14.6235848Z PullRequests: read 2022-09-27T15:12:14.6236180Z RepositoryProjects: read 2022-09-27T15:12:14.6236516Z SecurityEvents: read 2022-09-27T15:12:14.6236767Z Statuses: read 2022-09-27T15:12:14.6237043Z ##[endgroup] 2022-09-27T15:12:14.6240146Z Secret source: None 2022-09-27T15:12:14.6240677Z Prepare workflow directory 2022-09-27T15:12:14.8294596Z Prepare all required actions 2022-09-27T15:12:14.8455175Z Getting action download info 2022-09-27T15:12:15.2060043Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:12:17.8807700Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:12:18.2681012Z Getting action download info 2022-09-27T15:12:18.6444604Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:12:18.8426771Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-09-27T15:12:18.8428545Z ##[group] Inputs 2022-09-27T15:12:18.8428882Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:12:18.8429255Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:12:18.8429867Z build-generates-artifacts: true 2022-09-27T15:12:18.8430136Z build-with-debug: false 2022-09-27T15:12:18.8430362Z sync-tag: 2022-09-27T15:12:18.8430562Z cuda-arch-list: 5.2 2022-09-27T15:12:18.8431457Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:12:18.8432283Z ##[endgroup] 2022-09-27T15:12:18.8432738Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / build 2022-09-27T15:12:18.9194974Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:12:18.9195328Z with: 2022-09-27T15:12:18.9195538Z submodules: recursive 2022-09-27T15:12:18.9195745Z fetch-depth: 0 2022-09-27T15:12:18.9195954Z ##[endgroup] 2022-09-27T15:12:18.9482286Z ##[group]Run retry () { 2022-09-27T15:12:18.9482577Z retry () { 2022-09-27T15:12:18.9482844Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:12:18.9483099Z } 2022-09-27T15:12:18.9483309Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:12:18.9483566Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:12:18.9483831Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:12:18.9484070Z else 2022-09-27T15:12:18.9484290Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:12:18.9484535Z fi 2022-09-27T15:12:18.9484785Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:12:18.9500883Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:12:18.9501302Z env: 2022-09-27T15:12:18.9501485Z NO_SUDO: 2022-09-27T15:12:18.9501689Z ##[endgroup] 2022-09-27T15:12:18.9672668Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:20.8617432Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:12:20.8617667Z with: 2022-09-27T15:12:20.8617864Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:12:20.8618065Z fetch-depth: 0 2022-09-27T15:12:20.8618244Z submodules: recursive 2022-09-27T15:12:20.8618418Z quiet-checkout: true 2022-09-27T15:12:20.8618620Z repository: pytorch/pytorch 2022-09-27T15:12:20.8619071Z token: *** 2022-09-27T15:12:20.8619240Z ssh-strict: true 2022-09-27T15:12:20.8619431Z persist-credentials: true 2022-09-27T15:12:20.8619628Z clean: true 2022-09-27T15:12:20.8619777Z lfs: false 2022-09-27T15:12:20.8619955Z set-safe-directory: true 2022-09-27T15:12:20.8620142Z ##[endgroup] 2022-09-27T15:12:20.9816265Z Syncing repository: pytorch/pytorch 2022-09-27T15:12:20.9818351Z ##[group]Getting Git version info 2022-09-27T15:12:20.9819138Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:12:20.9819915Z [command]/usr/bin/git version 2022-09-27T15:12:20.9820254Z git version 2.37.1 2022-09-27T15:12:20.9821199Z ##[endgroup] 2022-09-27T15:12:20.9837501Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5c39ff6d-e4c1-415a-94d4-a4ab33e7966d' before making global git config changes 2022-09-27T15:12:20.9838175Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:12:20.9841630Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:20.9879018Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:12:20.9883054Z ##[group]Initializing the repository 2022-09-27T15:12:20.9888226Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:21.0000152Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:12:21.0000600Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:12:21.0000980Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:12:21.0001212Z hint: 2022-09-27T15:12:21.0001618Z hint: git config --global init.defaultBranch 2022-09-27T15:12:21.0001949Z hint: 2022-09-27T15:12:21.0002411Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:12:21.0003045Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:12:21.0003422Z hint: 2022-09-27T15:12:21.0003763Z hint: git branch -m 2022-09-27T15:12:21.0004400Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:12:21.0012637Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:12:21.0043715Z ##[endgroup] 2022-09-27T15:12:21.0044398Z ##[group]Disabling automatic garbage collection 2022-09-27T15:12:21.0049227Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:12:21.0076258Z ##[endgroup] 2022-09-27T15:12:21.0076868Z ##[group]Setting up auth 2022-09-27T15:12:21.0084508Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:12:21.0114090Z [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:21.0354046Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:12:21.0387460Z [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:21.0636875Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:12:21.0679553Z ##[endgroup] 2022-09-27T15:12:21.0680230Z ##[group]Fetching the repository 2022-09-27T15:12:21.0686901Z [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:13:11.5816679Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:13:11.5853508Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:13:12.6745971Z ##[endgroup] 2022-09-27T15:13:12.6746564Z ##[group]Determining the checkout info 2022-09-27T15:13:12.6747055Z ##[endgroup] 2022-09-27T15:13:12.6747532Z ##[group]Checking out the ref 2022-09-27T15:13:12.6752499Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:13:13.8918986Z ##[endgroup] 2022-09-27T15:13:13.8919377Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:13:13.8924615Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:13:13.8975474Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:13:13.9004978Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:13:13.9036633Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:13:13.9061272Z ##[endgroup] 2022-09-27T15:13:13.9061657Z ##[group]Fetching submodules 2022-09-27T15:13:13.9065363Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:13:13.9326237Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:13:13.9579457Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:13:13.9581127Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:13:13.9582113Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:13:13.9583380Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:13:13.9585833Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:13:13.9588192Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:13:13.9590443Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:13:13.9593173Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:13:13.9595787Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:13:13.9598376Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:13:13.9601022Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:13:13.9603837Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:13:13.9606819Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:13:13.9609886Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:13:13.9613315Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:13:13.9616449Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:13:13.9619947Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:13:13.9623473Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:13:13.9628491Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:13:13.9632283Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:13:13.9636304Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:13:13.9640527Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:13:13.9644575Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:13:13.9648617Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:13:13.9652775Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:13:13.9657211Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:13:13.9661738Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:13:13.9666387Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:13:13.9671088Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:13:13.9675745Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:13:13.9680592Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:13:13.9685532Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:13:13.9690544Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:13:13.9695672Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:13:13.9701062Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:13:13.9706724Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:13:13.9712136Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:13:13.9717631Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:13:13.9723217Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:13:13.9729273Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:13:13.9735118Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:13:13.9760193Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:13:14.2416819Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:13:14.4503118Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:13:14.6615647Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:13:15.0069724Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:13:15.2625117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:13:17.6620110Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:13:23.1592101Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:13:23.5338588Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:13:24.0750897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:13:25.4324517Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:13:26.4872372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:13:27.6621430Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:13:33.2821549Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:13:33.9795754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:13:35.0988898Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:13:36.2115491Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:13:36.4516437Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:13:36.9141205Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:13:37.2062799Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:13:38.1567243Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:13:38.5548521Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:13:38.7533133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:13:39.0300734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:13:41.0942631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:13:41.6184273Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:13:41.9665667Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:13:51.1146631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:13:52.6013512Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:13:52.9939938Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:13:53.2108482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:13:58.3308299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:13:58.5262765Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:13:58.7645800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:13:59.7786391Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:14:00.0133693Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:14:00.3456778Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:14:00.6643713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:14:01.4986204Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:14:03.6265908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:14:04.3150993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:14:06.4944800Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:14:06.5037069Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:14:06.5110633Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:14:06.5313206Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:14:06.5515009Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:14:06.5860004Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:14:07.1342946Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:14:07.1532591Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:14:07.2437595Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:14:07.2753671Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:14:07.5402415Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:14:07.9138994Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:14:08.1368374Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:14:08.1795612Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:14:08.1810137Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:08.1811554Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:08.1813622Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:08.1815823Z 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:14:08.1838856Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:14:09.0209981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:14:09.5568973Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:14:10.5373252Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:14:10.8531325Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:14:10.9446497Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:14:10.9984294Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:14:11.0076136Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:14:11.0850079Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:14:11.1163058Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:14:11.1245289Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:14:11.1614672Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:14:11.1833882Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:14:11.2265717Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:14:11.2371462Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:14:11.2383922Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:11.2404984Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:14:18.0072113Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:14:18.0086621Z 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:18.0109655Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:14:25.4131444Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:14:25.4224637Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:14:25.4354988Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:14:25.5214326Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:14:25.5229881Z 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:25.5232027Z 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:25.5253981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:14:26.7406689Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:14:27.7555561Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:14:27.8057203Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:14:27.8240004Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:14:27.8369329Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:14:27.9348266Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:14:28.1608006Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:14:28.1633049Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:28.1634755Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:28.1657893Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:14:28.5600012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:14:29.4010905Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:14:29.4297505Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:14:29.4437320Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:14:29.4449058Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:29.4471165Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:14:31.8393254Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:14:31.8410878Z 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:31.8412829Z 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:31.8435558Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:14:32.2509331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:14:33.0185077Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:14:33.0771559Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:14:33.0784673Z 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:33.0806340Z 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:33.3120087Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:14:33.3202308Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:14:33.5522281Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:14:33.5539478Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:33.5541578Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:33.5565098Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:14:33.9602979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:14:34.9567890Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:14:35.0200188Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:14:35.0277385Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:14:35.0374377Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:14:35.0682767Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:14:35.0765530Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:14:35.1026824Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:14:35.1113768Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:14:35.1515068Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:14:35.2502879Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:14:35.2740462Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:14:35.2753716Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:35.2755582Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:35.2757667Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:35.2759804Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:35.2782007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:14:36.2641677Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:14:36.5221586Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:14:37.6043582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:14:38.5257912Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:14:38.5391867Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:14:38.5987930Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:14:38.6243613Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:14:38.6256519Z 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:38.6278890Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:14:38.9389013Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:14:39.0614323Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:14:39.0642565Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:14:39.0900074Z Entering 'android/libs/fbjni' 2022-09-27T15:14:39.0934990Z Entering 'third_party/FP16' 2022-09-27T15:14:39.0968435Z Entering 'third_party/FXdiv' 2022-09-27T15:14:39.1002250Z Entering 'third_party/NNPACK' 2022-09-27T15:14:39.1037214Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:39.1071334Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:39.1105605Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:39.1150011Z Entering 'third_party/benchmark' 2022-09-27T15:14:39.1183449Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:39.1218093Z Entering 'third_party/cub' 2022-09-27T15:14:39.1251824Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:39.1291186Z Entering 'third_party/cutlass' 2022-09-27T15:14:39.1331069Z Entering 'third_party/eigen' 2022-09-27T15:14:39.1366761Z Entering 'third_party/fbgemm' 2022-09-27T15:14:39.1401059Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:39.1434320Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:39.1469577Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:39.1502619Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:39.1536842Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:39.1572979Z Entering 'third_party/fmt' 2022-09-27T15:14:39.1608802Z Entering 'third_party/foxi' 2022-09-27T15:14:39.1642982Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:39.1677301Z Entering 'third_party/gloo' 2022-09-27T15:14:39.1710977Z Entering 'third_party/googletest' 2022-09-27T15:14:39.1746802Z Entering 'third_party/ideep' 2022-09-27T15:14:39.1778000Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:39.1814105Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:39.1853025Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:39.1887119Z Entering 'third_party/ittapi' 2022-09-27T15:14:39.1920884Z Entering 'third_party/kineto' 2022-09-27T15:14:39.1954721Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:39.1988171Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:39.2023159Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:39.2057742Z Entering 'third_party/neon2sse' 2022-09-27T15:14:39.2090837Z Entering 'third_party/nlohmann' 2022-09-27T15:14:39.2125822Z Entering 'third_party/onnx' 2022-09-27T15:14:39.2171221Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.2205732Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.2241670Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:39.2274988Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:39.2313028Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.2346803Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.2379929Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.2417959Z Entering 'third_party/pocketfft' 2022-09-27T15:14:39.2451733Z Entering 'third_party/protobuf' 2022-09-27T15:14:39.2490744Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:39.2523981Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:39.2558925Z Entering 'third_party/psimd' 2022-09-27T15:14:39.2594031Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:39.2627883Z Entering 'third_party/pybind11' 2022-09-27T15:14:39.2661982Z Entering 'third_party/python-enum' 2022-09-27T15:14:39.2695146Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:39.2729931Z Entering 'third_party/python-six' 2022-09-27T15:14:39.2764137Z Entering 'third_party/sleef' 2022-09-27T15:14:39.2798084Z Entering 'third_party/tbb' 2022-09-27T15:14:39.2834946Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:39.2868432Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:39.2901695Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:39.2935328Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:39.2968978Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:39.3001904Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.3038324Z Entering 'third_party/zstd' 2022-09-27T15:14:39.3080542Z ##[endgroup] 2022-09-27T15:14:39.3081661Z ##[group]Persisting credentials for submodules 2022-09-27T15:14:39.3087667Z [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:39.3344791Z Entering 'android/libs/fbjni' 2022-09-27T15:14:39.3377575Z Entering 'third_party/FP16' 2022-09-27T15:14:39.3411815Z Entering 'third_party/FXdiv' 2022-09-27T15:14:39.3445554Z Entering 'third_party/NNPACK' 2022-09-27T15:14:39.3479003Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:39.3514417Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:39.3547882Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:39.3590743Z Entering 'third_party/benchmark' 2022-09-27T15:14:39.3624215Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:39.3657646Z Entering 'third_party/cub' 2022-09-27T15:14:39.3691269Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:39.3729459Z Entering 'third_party/cutlass' 2022-09-27T15:14:39.3771585Z Entering 'third_party/eigen' 2022-09-27T15:14:39.3807030Z Entering 'third_party/fbgemm' 2022-09-27T15:14:39.3840348Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:39.3874246Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:39.3908348Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:39.3940616Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:39.3974606Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:39.4009813Z Entering 'third_party/fmt' 2022-09-27T15:14:39.4043481Z Entering 'third_party/foxi' 2022-09-27T15:14:39.4076461Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:39.4109990Z Entering 'third_party/gloo' 2022-09-27T15:14:39.4143739Z Entering 'third_party/googletest' 2022-09-27T15:14:39.4178542Z Entering 'third_party/ideep' 2022-09-27T15:14:39.4211737Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:39.4245985Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:39.4284988Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:39.4318930Z Entering 'third_party/ittapi' 2022-09-27T15:14:39.4354293Z Entering 'third_party/kineto' 2022-09-27T15:14:39.4387545Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:39.4420033Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:39.4454170Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:39.4486919Z Entering 'third_party/neon2sse' 2022-09-27T15:14:39.4519200Z Entering 'third_party/nlohmann' 2022-09-27T15:14:39.4555264Z Entering 'third_party/onnx' 2022-09-27T15:14:39.4599932Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.4633599Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.4669073Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:39.4701984Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:39.4739761Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.4773585Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.4808206Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.4845583Z Entering 'third_party/pocketfft' 2022-09-27T15:14:39.4879215Z Entering 'third_party/protobuf' 2022-09-27T15:14:39.4915627Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:39.4949734Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:39.4984718Z Entering 'third_party/psimd' 2022-09-27T15:14:39.5017270Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:39.5050435Z Entering 'third_party/pybind11' 2022-09-27T15:14:39.5084707Z Entering 'third_party/python-enum' 2022-09-27T15:14:39.5118667Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:39.5152390Z Entering 'third_party/python-six' 2022-09-27T15:14:39.5184981Z Entering 'third_party/sleef' 2022-09-27T15:14:39.5217854Z Entering 'third_party/tbb' 2022-09-27T15:14:39.5254138Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:39.5288617Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:39.5321614Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:39.5355501Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:39.5388422Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:39.5420278Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.5455315Z Entering 'third_party/zstd' 2022-09-27T15:14:39.5500578Z [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:39.5762463Z Entering 'android/libs/fbjni' 2022-09-27T15:14:39.5794350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:14:39.5807859Z Entering 'third_party/FP16' 2022-09-27T15:14:39.5840944Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:14:39.5854446Z Entering 'third_party/FXdiv' 2022-09-27T15:14:39.5886919Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:14:39.5900793Z Entering 'third_party/NNPACK' 2022-09-27T15:14:39.5932342Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:14:39.5946221Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:39.5977113Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:14:39.5991530Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:39.6022919Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:14:39.6037020Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:39.6067969Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:14:39.6092466Z Entering 'third_party/benchmark' 2022-09-27T15:14:39.6124989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:14:39.6138678Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:39.6169735Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:14:39.6184294Z Entering 'third_party/cub' 2022-09-27T15:14:39.6215501Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:14:39.6230089Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:39.6261072Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:14:39.6281429Z Entering 'third_party/cutlass' 2022-09-27T15:14:39.6314000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:14:39.6335337Z Entering 'third_party/eigen' 2022-09-27T15:14:39.6369205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:14:39.6384946Z Entering 'third_party/fbgemm' 2022-09-27T15:14:39.6416736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:14:39.6430651Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:39.6462323Z 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:39.6476364Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:39.6507804Z 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:39.6522079Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:39.6554084Z 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:39.6567861Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:39.6600719Z 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:39.6615848Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:39.6648865Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:14:39.6665395Z Entering 'third_party/fmt' 2022-09-27T15:14:39.6696415Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:14:39.6711923Z Entering 'third_party/foxi' 2022-09-27T15:14:39.6743423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:14:39.6757663Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:39.6789369Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:14:39.6803217Z Entering 'third_party/gloo' 2022-09-27T15:14:39.6835480Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:14:39.6849412Z Entering 'third_party/googletest' 2022-09-27T15:14:39.6882195Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:14:39.6906412Z Entering 'third_party/ideep' 2022-09-27T15:14:39.6929487Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:14:39.6942562Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:39.6973995Z 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:39.6989603Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:39.7021390Z 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:39.7040837Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:39.7073816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:14:39.7087748Z Entering 'third_party/ittapi' 2022-09-27T15:14:39.7120092Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:14:39.7134414Z Entering 'third_party/kineto' 2022-09-27T15:14:39.7166754Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:14:39.7180589Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:39.7211931Z 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:39.7227448Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:39.7257877Z 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:39.7272965Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:39.7304620Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:14:39.7319156Z Entering 'third_party/neon2sse' 2022-09-27T15:14:39.7350228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:14:39.7363809Z Entering 'third_party/nlohmann' 2022-09-27T15:14:39.7396198Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:14:39.7411206Z Entering 'third_party/onnx' 2022-09-27T15:14:39.7442702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:14:39.7468930Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.7500442Z 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:39.7516473Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.7547892Z 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:39.7563198Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:39.7594815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:14:39.7608257Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:39.7640138Z 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:39.7658018Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:39.7689935Z 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:39.7704203Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:39.7736074Z 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:39.7749659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.7781424Z 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:39.7798942Z Entering 'third_party/pocketfft' 2022-09-27T15:14:39.7831130Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:14:39.7844924Z Entering 'third_party/protobuf' 2022-09-27T15:14:39.7876837Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:14:39.7894149Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:39.7925594Z 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:39.7939040Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:39.7972422Z 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:39.7988223Z Entering 'third_party/psimd' 2022-09-27T15:14:39.8019136Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:14:39.8033221Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:39.8064892Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:14:39.8079136Z Entering 'third_party/pybind11' 2022-09-27T15:14:39.8110185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:14:39.8123695Z Entering 'third_party/python-enum' 2022-09-27T15:14:39.8157309Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:14:39.8170770Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:39.8202124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:14:39.8216313Z Entering 'third_party/python-six' 2022-09-27T15:14:39.8247537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:14:39.8261108Z Entering 'third_party/sleef' 2022-09-27T15:14:39.8292742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:14:39.8307337Z Entering 'third_party/tbb' 2022-09-27T15:14:39.8338084Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:14:39.8354058Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:39.8385642Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:14:39.8398580Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:39.8430771Z 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:39.8444160Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:39.8474817Z 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:39.8488648Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:39.8519308Z 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:39.8532910Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:39.8563558Z 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:39.8576793Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:39.8609761Z 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:39.8627243Z Entering 'third_party/zstd' 2022-09-27T15:14:39.8657879Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:14:39.9384905Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:14:39.9641415Z Entering 'android/libs/fbjni' 2022-09-27T15:14:39.9675536Z Entering 'third_party/FP16' 2022-09-27T15:14:39.9709538Z Entering 'third_party/FXdiv' 2022-09-27T15:14:39.9743068Z Entering 'third_party/NNPACK' 2022-09-27T15:14:39.9776513Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:39.9810899Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:39.9844748Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:39.9888061Z Entering 'third_party/benchmark' 2022-09-27T15:14:39.9923412Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:39.9958068Z Entering 'third_party/cub' 2022-09-27T15:14:39.9992066Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:40.0031555Z Entering 'third_party/cutlass' 2022-09-27T15:14:40.0072852Z Entering 'third_party/eigen' 2022-09-27T15:14:40.0109162Z Entering 'third_party/fbgemm' 2022-09-27T15:14:40.0143499Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:40.0177323Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:40.0210440Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:40.0243839Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:40.0279048Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:40.0315965Z Entering 'third_party/fmt' 2022-09-27T15:14:40.0350138Z Entering 'third_party/foxi' 2022-09-27T15:14:40.0384167Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:40.0418501Z Entering 'third_party/gloo' 2022-09-27T15:14:40.0452718Z Entering 'third_party/googletest' 2022-09-27T15:14:40.0486565Z Entering 'third_party/ideep' 2022-09-27T15:14:40.0519795Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:40.0556126Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:40.0595901Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:40.0631206Z Entering 'third_party/ittapi' 2022-09-27T15:14:40.0665530Z Entering 'third_party/kineto' 2022-09-27T15:14:40.0699176Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:40.0734249Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:40.0769428Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:40.0804135Z Entering 'third_party/neon2sse' 2022-09-27T15:14:40.0838741Z Entering 'third_party/nlohmann' 2022-09-27T15:14:40.0873974Z Entering 'third_party/onnx' 2022-09-27T15:14:40.0919721Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:40.0954173Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:40.0990934Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:40.1024897Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:40.1063399Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:40.1098768Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:40.1132837Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:40.1170292Z Entering 'third_party/pocketfft' 2022-09-27T15:14:40.1204620Z Entering 'third_party/protobuf' 2022-09-27T15:14:40.1242703Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:40.1276499Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:40.1312380Z Entering 'third_party/psimd' 2022-09-27T15:14:40.1346510Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:40.1380561Z Entering 'third_party/pybind11' 2022-09-27T15:14:40.1415165Z Entering 'third_party/python-enum' 2022-09-27T15:14:40.1449047Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:40.1483081Z Entering 'third_party/python-six' 2022-09-27T15:14:40.1516767Z Entering 'third_party/sleef' 2022-09-27T15:14:40.1553012Z Entering 'third_party/tbb' 2022-09-27T15:14:40.1589190Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:40.1624333Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:40.1658036Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:40.1691337Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:40.1725391Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:40.1759826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:40.1796354Z Entering 'third_party/zstd' 2022-09-27T15:14:40.1843003Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:14:40.2098120Z Entering 'android/libs/fbjni' 2022-09-27T15:14:40.2132290Z Entering 'third_party/FP16' 2022-09-27T15:14:40.2167079Z Entering 'third_party/FXdiv' 2022-09-27T15:14:40.2202529Z Entering 'third_party/NNPACK' 2022-09-27T15:14:40.2237407Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:40.2271984Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:40.2306879Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:40.2350893Z Entering 'third_party/benchmark' 2022-09-27T15:14:40.2386125Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:40.2420487Z Entering 'third_party/cub' 2022-09-27T15:14:40.2455506Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:40.2495483Z Entering 'third_party/cutlass' 2022-09-27T15:14:40.2537419Z Entering 'third_party/eigen' 2022-09-27T15:14:40.2573141Z Entering 'third_party/fbgemm' 2022-09-27T15:14:40.2607073Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:40.2640752Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:40.2674479Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:40.2707906Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:40.2742672Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:40.2780059Z Entering 'third_party/fmt' 2022-09-27T15:14:40.2814259Z Entering 'third_party/foxi' 2022-09-27T15:14:40.2849011Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:40.2883730Z Entering 'third_party/gloo' 2022-09-27T15:14:40.2917891Z Entering 'third_party/googletest' 2022-09-27T15:14:40.2951840Z Entering 'third_party/ideep' 2022-09-27T15:14:40.2986429Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:40.3022223Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:40.3062145Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:40.3096872Z Entering 'third_party/ittapi' 2022-09-27T15:14:40.3131533Z Entering 'third_party/kineto' 2022-09-27T15:14:40.3165807Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:40.3200903Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:40.3236229Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:40.3270560Z Entering 'third_party/neon2sse' 2022-09-27T15:14:40.3304889Z Entering 'third_party/nlohmann' 2022-09-27T15:14:40.3339208Z Entering 'third_party/onnx' 2022-09-27T15:14:40.3385411Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:40.3419901Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:40.3455879Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:40.3489872Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:40.3528293Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:40.3564367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:40.3598186Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:40.3636268Z Entering 'third_party/pocketfft' 2022-09-27T15:14:40.3670544Z Entering 'third_party/protobuf' 2022-09-27T15:14:40.3708047Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:40.3742114Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:40.3777920Z Entering 'third_party/psimd' 2022-09-27T15:14:40.3812065Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:40.3846560Z Entering 'third_party/pybind11' 2022-09-27T15:14:40.3880070Z Entering 'third_party/python-enum' 2022-09-27T15:14:40.3914173Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:40.3947241Z Entering 'third_party/python-six' 2022-09-27T15:14:40.3980126Z Entering 'third_party/sleef' 2022-09-27T15:14:40.4015322Z Entering 'third_party/tbb' 2022-09-27T15:14:40.4050975Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:40.4086519Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:40.4119602Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:40.4153339Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:40.4187153Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:40.4220174Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:40.4256435Z Entering 'third_party/zstd' 2022-09-27T15:14:40.4297816Z ##[endgroup] 2022-09-27T15:14:40.4337666Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:14:40.4364096Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:14:40.4496768Z Prepare all required actions 2022-09-27T15:14:40.4524498Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:14:40.4524738Z ##[endgroup] 2022-09-27T15:14:40.4540674Z ##[group]Run set -euo pipefail 2022-09-27T15:14:40.4540949Z set -euo pipefail 2022-09-27T15:14:40.4541179Z function get_ec2_metadata() { 2022-09-27T15:14:40.4541459Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:14:40.4541844Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:14:40.4542177Z  category=$1 2022-09-27T15:14:40.4542438Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:14:40.4542693Z } 2022-09-27T15:14:40.4542929Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:14:40.4543208Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:14:40.4543537Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:14:40.4543967Z echo "system info $(uname -a)" 2022-09-27T15:14:40.4555634Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:40.4555881Z ##[endgroup] 2022-09-27T15:14:40.4634660Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:14:40.4683531Z instance-id: i-0a9e74c68e4f6dd0a 2022-09-27T15:14:40.4731900Z instance-type: c5.2xlarge 2022-09-27T15:14:40.4738267Z system info Linux ip-10-0-9-126.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:40.4755154Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:14:40.4755451Z if systemctl is-active --quiet docker; then 2022-09-27T15:14:40.4755681Z  echo "Docker daemon is running..."; 2022-09-27T15:14:40.4755886Z else 2022-09-27T15:14:40.4756119Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:14:40.4756342Z fi 2022-09-27T15:14:40.4767527Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:40.4767758Z ##[endgroup] 2022-09-27T15:14:40.4807504Z Docker daemon is running... 2022-09-27T15:14:40.4824033Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:14:40.4824399Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:14:40.4824683Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:40.4825215Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:14:40.4825544Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:14:40.4836105Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:40.4836321Z env: 2022-09-27T15:14:40.4836482Z AWS_RETRY_MODE: standard 2022-09-27T15:14:40.4836676Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:14:40.4836880Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:14:40.4837061Z ##[endgroup] 2022-09-27T15:14:41.6315814Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:14:41.6316227Z Configure a credential helper to remove this warning. See 2022-09-27T15:14:41.6316693Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:14:41.6316965Z 2022-09-27T15:14:41.6317299Z Login Succeeded 2022-09-27T15:14:41.6347502Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:41.6347842Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:41.6348143Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:41.6360054Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:41.6360322Z ##[endgroup] 2022-09-27T15:14:41.6432110Z Prepare all required actions 2022-09-27T15:14:41.6432533Z Getting action download info 2022-09-27T15:14:41.8021397Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:14:41.9416058Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:14:41.9416423Z with: 2022-09-27T15:14:41.9416928Z github-secret: *** 2022-09-27T15:14:41.9417213Z ##[endgroup] 2022-09-27T15:14:41.9518548Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:14:41.9518746Z with: 2022-09-27T15:14:41.9519052Z GITHUB_TOKEN: *** 2022-09-27T15:14:41.9519247Z activate-with-label: false 2022-09-27T15:14:41.9519427Z label: with-ssh 2022-09-27T15:14:41.9519615Z remove-existing-keys: true 2022-09-27T15:14:41.9519805Z ##[endgroup] 2022-09-27T15:14:42.3976776Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:14:42.4880067Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:14:42.4892442Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:14:42.4915163Z Login using: ssh ec2-user@ec2-18-205-237-168.compute-1.amazonaws.com 2022-09-27T15:14:42.5005924Z Prepare all required actions 2022-09-27T15:14:42.5060421Z ##[group]Run ./.github/actions/calculate-docker-image 2022-09-27T15:14:42.5060674Z with: 2022-09-27T15:14:42.5060953Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:14:42.5061352Z xla: false 2022-09-27T15:14:42.5061556Z skip_push: true 2022-09-27T15:14:42.5061746Z ##[endgroup] 2022-09-27T15:14:42.5115921Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-09-27T15:14:42.5116188Z if [ -n "${IS_XLA}" ]; then 2022-09-27T15:14:42.5116479Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-09-27T15:14:42.5116789Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-09-27T15:14:42.5117088Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-09-27T15:14:42.5117411Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" 2022-09-27T15:14:42.5117684Z else 2022-09-27T15:14:42.5117951Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-09-27T15:14:42.5118249Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-09-27T15:14:42.5118557Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" 2022-09-27T15:14:42.5118836Z fi 2022-09-27T15:14:42.5130088Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:42.5130323Z env: 2022-09-27T15:14:42.5130509Z IS_XLA: 2022-09-27T15:14:42.5130707Z XLA_IMAGE_TAG: v0.4 2022-09-27T15:14:42.5131058Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:14:42.5131408Z ##[endgroup] 2022-09-27T15:14:42.5213282Z ##[group]Run set -x 2022-09-27T15:14:42.5213556Z set -x 2022-09-27T15:14:42.5213811Z # Check if image already exists, if it does then skip building it 2022-09-27T15:14:42.5214127Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-09-27T15:14:42.5214385Z  exit 0 2022-09-27T15:14:42.5214567Z fi 2022-09-27T15:14:42.5214818Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-09-27T15:14:42.5215128Z  # if we're on the base branch then use the parent commit 2022-09-27T15:14:42.5215415Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-09-27T15:14:42.5215628Z else 2022-09-27T15:14:42.5215884Z  # otherwise we're on a PR, so use the most recent base commit 2022-09-27T15:14:42.5216188Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-09-27T15:14:42.5216414Z fi 2022-09-27T15:14:42.5216670Z # Covers the case where a previous tag doesn't exist for the tree 2022-09-27T15:14:42.5217036Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-09-27T15:14:42.5217387Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-09-27T15:14:42.5217747Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-09-27T15:14:42.5218056Z  exit 1 2022-09-27T15:14:42.5218253Z fi 2022-09-27T15:14:42.5218505Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-09-27T15:14:42.5218862Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-09-27T15:14:42.5219194Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-09-27T15:14:42.5219665Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-09-27T15:14:42.5220041Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-09-27T15:14:42.5220391Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-09-27T15:14:42.5220784Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-09-27T15:14:42.5221104Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-09-27T15:14:42.5221456Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-09-27T15:14:42.5221886Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-09-27T15:14:42.5222213Z  echo ::set-output name=skip_push::true 2022-09-27T15:14:42.5222447Z  fi 2022-09-27T15:14:42.5222621Z fi 2022-09-27T15:14:42.5222844Z echo ::set-output name=rebuild::yes 2022-09-27T15:14:42.5233966Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:42.5234202Z env: 2022-09-27T15:14:42.5234448Z BASE_REVISION: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:14:42.5234903Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:42.5235330Z DOCKER_TAG: e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:42.5235582Z DOCKER_FORCE_PUSH: 2022-09-27T15:14:42.5235792Z ##[endgroup] 2022-09-27T15:14:42.5259863Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:42.7203416Z { 2022-09-27T15:14:42.7203759Z "schemaVersion": 2, 2022-09-27T15:14:42.7204234Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-09-27T15:14:42.7204677Z "config": { 2022-09-27T15:14:42.7205063Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-09-27T15:14:42.7205475Z "size": 34403, 2022-09-27T15:14:42.7205945Z "digest": "sha256:1565775a6d0c052a41180f67487ffe62db8903a6db8b459487e830a767b885e7" 2022-09-27T15:14:42.7206393Z }, 2022-09-27T15:14:42.7206716Z "layers": [ 2022-09-27T15:14:42.7207063Z { 2022-09-27T15:14:42.7207576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7208054Z "size": 26709108, 2022-09-27T15:14:42.7208473Z "digest": "sha256:40dd5be53814ae70b2898558673b7ea18d58bf7ab3433560b9ce3cb76d9ff0b1" 2022-09-27T15:14:42.7208872Z }, 2022-09-27T15:14:42.7209117Z { 2022-09-27T15:14:42.7209571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7210044Z "size": 7217695, 2022-09-27T15:14:42.7210486Z "digest": "sha256:bd44602516a4c921a47dfb515b1d23a2a0dda50c1823b4f144d87ec326d02339" 2022-09-27T15:14:42.7210895Z }, 2022-09-27T15:14:42.7211156Z { 2022-09-27T15:14:42.7211528Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7211964Z "size": 23566731, 2022-09-27T15:14:42.7212398Z "digest": "sha256:8ebfb31ea67dda944d6f44bdd2fd4f699379ac3ff8173fb30166ee510f425df3" 2022-09-27T15:14:42.7212778Z }, 2022-09-27T15:14:42.7213068Z { 2022-09-27T15:14:42.7213465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7213846Z "size": 188, 2022-09-27T15:14:42.7214286Z "digest": "sha256:1589dc294916c1326967d6daef2ebd0ac881b4984be3f4d6a956278990a88eb2" 2022-09-27T15:14:42.7214708Z }, 2022-09-27T15:14:42.7214979Z { 2022-09-27T15:14:42.7215391Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7215858Z "size": 6432, 2022-09-27T15:14:42.7216282Z "digest": "sha256:2c3a764ff1eff07a57bf2812acd07ebe17e6612b6da2d899ed341d59b964e22e" 2022-09-27T15:14:42.7216719Z }, 2022-09-27T15:14:42.7216976Z { 2022-09-27T15:14:42.7217403Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7217796Z "size": 1115878136, 2022-09-27T15:14:42.7218260Z "digest": "sha256:2fb24fb5f7cbbc49c93b8b611ac5be662b3223260f75d74d7176160f9ac6c457" 2022-09-27T15:14:42.7218715Z }, 2022-09-27T15:14:42.7218979Z { 2022-09-27T15:14:42.7219727Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7220151Z "size": 64811, 2022-09-27T15:14:42.7220561Z "digest": "sha256:d6e4b45751c92a4b515a56013a961e17ec4dd4ac619743691592a6c9724bf965" 2022-09-27T15:14:42.7220931Z }, 2022-09-27T15:14:42.7221266Z { 2022-09-27T15:14:42.7221544Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7221812Z "size": 1430326640, 2022-09-27T15:14:42.7222109Z "digest": "sha256:98a26bc0781edcb79861b074bc5a8a6f4b5da4c8a43116a9fa1727c426155606" 2022-09-27T15:14:42.7222384Z }, 2022-09-27T15:14:42.7222547Z { 2022-09-27T15:14:42.7222972Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7223323Z "size": 90040, 2022-09-27T15:14:42.7223952Z "digest": "sha256:07c42b0591b2e0f00e1d0ae60d3458bffc87b1ccea54e4f61b446bb08354ae09" 2022-09-27T15:14:42.7224332Z }, 2022-09-27T15:14:42.7224538Z { 2022-09-27T15:14:42.7224977Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7225454Z "size": 2051, 2022-09-27T15:14:42.7225963Z "digest": "sha256:9be88323b57eaa69567cdb45051d05db675f7f9c872bd822de5074a14bd4686e" 2022-09-27T15:14:42.7226393Z }, 2022-09-27T15:14:42.7226661Z { 2022-09-27T15:14:42.7227167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7227642Z "size": 206461577, 2022-09-27T15:14:42.7228167Z "digest": "sha256:2c7b68ade49f8ae178341a3b50bdf8537a36f98ebf7752bf444a0002767ee65c" 2022-09-27T15:14:42.7228673Z }, 2022-09-27T15:14:42.7228942Z { 2022-09-27T15:14:42.7229218Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7229591Z "size": 450, 2022-09-27T15:14:42.7230114Z "digest": "sha256:44206692de1d6c61a4a6ca6ecffc4f5a9ae5332d461c941f109257afbf4896f1" 2022-09-27T15:14:42.7230605Z }, 2022-09-27T15:14:42.7230901Z { 2022-09-27T15:14:42.7231236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7231518Z "size": 1112, 2022-09-27T15:14:42.7231984Z "digest": "sha256:f751461554fa9bdafde91840d1f182c355cbb51abc9653e29931eb7a73517a2e" 2022-09-27T15:14:42.7232466Z }, 2022-09-27T15:14:42.7232756Z { 2022-09-27T15:14:42.7233067Z + exit 0 2022-09-27T15:14:42.7233579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7233986Z "size": 477, 2022-09-27T15:14:42.7234418Z "digest": "sha256:316750fef2e653140e26e5e56be171ac6ad0d98e240c774f947c28cafdd03d2a" 2022-09-27T15:14:42.7234823Z }, 2022-09-27T15:14:42.7235084Z { 2022-09-27T15:14:42.7235527Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7235995Z "size": 70216577, 2022-09-27T15:14:42.7236514Z "digest": "sha256:c069021d810b4f2666ff53df005943e55cfb1495e623d8c036665c8bdb2491f8" 2022-09-27T15:14:42.7236834Z }, 2022-09-27T15:14:42.7237013Z { 2022-09-27T15:14:42.7237290Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7237556Z "size": 2503, 2022-09-27T15:14:42.7237896Z "digest": "sha256:e0fdd58e805b05677a8a6df4ee61eefec44375a4993c4fa91086634b74b3d0a7" 2022-09-27T15:14:42.7238175Z }, 2022-09-27T15:14:42.7238338Z { 2022-09-27T15:14:42.7238614Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7238894Z "size": 1869, 2022-09-27T15:14:42.7239162Z "digest": "sha256:751286b45698d607ed1078db2f5d6c58cb32b576bb21b66d9f366b9e9c37bc0e" 2022-09-27T15:14:42.7239428Z }, 2022-09-27T15:14:42.7239607Z { 2022-09-27T15:14:42.7239867Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7240144Z "size": 2503293599, 2022-09-27T15:14:42.7240426Z "digest": "sha256:0c8bd29be614676f55ec81739d026e232c8487f71bbe8e97423816544498de56" 2022-09-27T15:14:42.7240685Z }, 2022-09-27T15:14:42.7240848Z { 2022-09-27T15:14:42.7241119Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7241397Z "size": 169, 2022-09-27T15:14:42.7241785Z "digest": "sha256:3bb9e7ea569ea2fbdc214409fe378f53e41f413e502adff68bcf4617e9ec418c" 2022-09-27T15:14:42.7242066Z }, 2022-09-27T15:14:42.7242246Z { 2022-09-27T15:14:42.7242510Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7242872Z "size": 467, 2022-09-27T15:14:42.7243165Z "digest": "sha256:efeff9c74fbfb16940bc4f204483dbb67f7042495bb314417932913694b673fb" 2022-09-27T15:14:42.7243428Z }, 2022-09-27T15:14:42.7243605Z { 2022-09-27T15:14:42.7243882Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7244147Z "size": 5870, 2022-09-27T15:14:42.7244435Z "digest": "sha256:81a5271d43c84e46f7c391d5af8fbb5f17a7181a44c26c8561a389e572d8e9cb" 2022-09-27T15:14:42.7244703Z }, 2022-09-27T15:14:42.7244865Z { 2022-09-27T15:14:42.7245136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7245412Z "size": 848, 2022-09-27T15:14:42.7245691Z "digest": "sha256:903ca36d4d71f198f79a4b4c87c880a80fe719e96a4b77ef6c58c643b3a00865" 2022-09-27T15:14:42.7245957Z }, 2022-09-27T15:14:42.7246132Z { 2022-09-27T15:14:42.7246405Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7246669Z "size": 106, 2022-09-27T15:14:42.7246968Z "digest": "sha256:d52c758f8e7522c9dedc04aefa67688a9603f1b114e87edb3f4eab46ab578dae" 2022-09-27T15:14:42.7247240Z }, 2022-09-27T15:14:42.7247403Z { 2022-09-27T15:14:42.7247672Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7247950Z "size": 882, 2022-09-27T15:14:42.7248228Z "digest": "sha256:a4ce2fdd9133b8a58419c564b8ea35a847dc604ac0f62a5064005ae5d9f7b59e" 2022-09-27T15:14:42.7248500Z }, 2022-09-27T15:14:42.7248674Z { 2022-09-27T15:14:42.7248933Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7249210Z "size": 88760741, 2022-09-27T15:14:42.7249515Z "digest": "sha256:cae8823a1cd133c1bfb3fd9be60a7c9dc363aac042780b405ccbb94f7c2a7d84" 2022-09-27T15:14:42.7249790Z }, 2022-09-27T15:14:42.7249969Z { 2022-09-27T15:14:42.7250243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7250508Z "size": 109, 2022-09-27T15:14:42.7250789Z "digest": "sha256:3298fe91916358edfebdb07d0a3495a3011c728ed1270c08e8834f46838c0c73" 2022-09-27T15:14:42.7251058Z }, 2022-09-27T15:14:42.7251220Z { 2022-09-27T15:14:42.7251491Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7251764Z "size": 558, 2022-09-27T15:14:42.7252051Z "digest": "sha256:b9b9b9d06eef44f8583b5f975987bf80d317ab6192be351695b4bd5c91f98112" 2022-09-27T15:14:42.7252307Z }, 2022-09-27T15:14:42.7252480Z { 2022-09-27T15:14:42.7252752Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7253013Z "size": 1137398, 2022-09-27T15:14:42.7253290Z "digest": "sha256:62fa99d4776985c20c14d877d46e814273f95e7b212100be144821989cfcdf1d" 2022-09-27T15:14:42.7253546Z }, 2022-09-27T15:14:42.7253708Z { 2022-09-27T15:14:42.7253986Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7254262Z "size": 103, 2022-09-27T15:14:42.7254537Z "digest": "sha256:17acc9e30503a384407790237b64537da0ffea8f983b9624fced49cba10ea39b" 2022-09-27T15:14:42.7254806Z }, 2022-09-27T15:14:42.7254983Z { 2022-09-27T15:14:42.7255246Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7255524Z "size": 548, 2022-09-27T15:14:42.7255810Z "digest": "sha256:e8b4222e7a5923cfbc888d5474ea375cf5655f861e03e0fc7ff8860e9d45c261" 2022-09-27T15:14:42.7256068Z }, 2022-09-27T15:14:42.7256245Z { 2022-09-27T15:14:42.7256515Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7256779Z "size": 193238975, 2022-09-27T15:14:42.7257062Z "digest": "sha256:b752992950f8c0d359fbb094036ef2ed6c7824762dffa827549422e90fe4f155" 2022-09-27T15:14:42.7257322Z }, 2022-09-27T15:14:42.7257539Z { 2022-09-27T15:14:42.7257847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7258134Z "size": 107, 2022-09-27T15:14:42.7258422Z "digest": "sha256:cc8443c330a0ce10772bbb906702808d70d74fbcf3e2561fef1f1ad635ad352c" 2022-09-27T15:14:42.7258730Z }, 2022-09-27T15:14:42.7258894Z { 2022-09-27T15:14:42.7259169Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7259534Z "size": 452, 2022-09-27T15:14:42.7259834Z "digest": "sha256:c2fcfa2400df1bc581fbc7c94cf801bf347beee883f9a332d82abf083329da4c" 2022-09-27T15:14:42.7260119Z }, 2022-09-27T15:14:42.7260304Z { 2022-09-27T15:14:42.7260568Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7260848Z "size": 27059925, 2022-09-27T15:14:42.7261150Z "digest": "sha256:dce607cbd09e68d4e416f9e74ac99e9c4362a7560664acaf46aaeca0a8a9eaa8" 2022-09-27T15:14:42.7261416Z }, 2022-09-27T15:14:42.7261595Z { 2022-09-27T15:14:42.7261866Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7262128Z "size": 104, 2022-09-27T15:14:42.7262409Z "digest": "sha256:45b2534460184bcd2b5676ddd12bc074b3b86bdd3f46e229fc843d5284edce6d" 2022-09-27T15:14:42.7262671Z }, 2022-09-27T15:14:42.7262836Z { 2022-09-27T15:14:42.7263109Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7263384Z "size": 402, 2022-09-27T15:14:42.7263817Z "digest": "sha256:752f98c7a6d7faad663c99923c446eb8df237a8ab84800ac45748a26b6b5dc7b" 2022-09-27T15:14:42.7264113Z }, 2022-09-27T15:14:42.7264411Z { 2022-09-27T15:14:42.7264895Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7265351Z "size": 19705435, 2022-09-27T15:14:42.7265642Z "digest": "sha256:410e31c94a049843c75fba6cf22aa30ebf6566dbd7fd430e174ce190e065f6ed" 2022-09-27T15:14:42.7265912Z }, 2022-09-27T15:14:42.7266075Z { 2022-09-27T15:14:42.7266347Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7266627Z "size": 448, 2022-09-27T15:14:42.7266911Z "digest": "sha256:aa4bb3ec24a782f8c0db156d2ab8b9b228068054ea189dda69fd20ff460d75a3" 2022-09-27T15:14:42.7267190Z }, 2022-09-27T15:14:42.7267366Z { 2022-09-27T15:14:42.7267634Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7267910Z "size": 39746680, 2022-09-27T15:14:42.7268218Z "digest": "sha256:6a9eea4b3aa4f1dd381b34dac7c5ca5f474c7bd5c0b61f839fc30ff66d254af4" 2022-09-27T15:14:42.7268494Z }, 2022-09-27T15:14:42.7268671Z { 2022-09-27T15:14:42.7268941Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7269202Z "size": 106, 2022-09-27T15:14:42.7269486Z "digest": "sha256:a823f5718e87e39f6d5e8160f5200f977b4ccf09987e6cafa921e0ed51a7b53e" 2022-09-27T15:14:42.7269748Z }, 2022-09-27T15:14:42.7269914Z { 2022-09-27T15:14:42.7270185Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7270461Z "size": 1765, 2022-09-27T15:14:42.7270730Z "digest": "sha256:788ace045743cc6621f8c8f410ae4615972f7f020441025cc0a1b721c911839c" 2022-09-27T15:14:42.7270988Z }, 2022-09-27T15:14:42.7271163Z { 2022-09-27T15:14:42.7271433Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7271697Z "size": 271968168, 2022-09-27T15:14:42.7272010Z "digest": "sha256:c76c6ad2ac0ffbfceae5d90319bfb05dd964bd529f6e8aba9f38b7f281c82d9d" 2022-09-27T15:14:42.7272299Z }, 2022-09-27T15:14:42.7272462Z { 2022-09-27T15:14:42.7272733Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7273007Z "size": 163, 2022-09-27T15:14:42.7273303Z "digest": "sha256:6cd5f9a2c4ae5fda7d4fcfecac34b10a720596f2f873a5b403e1aac27e1809ec" 2022-09-27T15:14:42.7273589Z }, 2022-09-27T15:14:42.7273765Z { 2022-09-27T15:14:42.7274022Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7274294Z "size": 7940, 2022-09-27T15:14:42.7274672Z "digest": "sha256:577da355ab1b93d4c29284df69044b27eb1af0fdb7f6c544338b9f804c400d51" 2022-09-27T15:14:42.7274934Z }, 2022-09-27T15:14:42.7275115Z { 2022-09-27T15:14:42.7275388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7275694Z "size": 8072, 2022-09-27T15:14:42.7275975Z "digest": "sha256:649c4428b346aa412540c53a17705a880a29883cbccbf37aff8c88a210e8066b" 2022-09-27T15:14:42.7276235Z }, 2022-09-27T15:14:42.7276398Z { 2022-09-27T15:14:42.7276668Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7276942Z "size": 304, 2022-09-27T15:14:42.7277226Z "digest": "sha256:eadc05ea2cd301743891eb14ec38cc495ef2bbb31835271523ad98d89b04bd0d" 2022-09-27T15:14:42.7277509Z }, 2022-09-27T15:14:42.7277686Z { 2022-09-27T15:14:42.7277963Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7278226Z "size": 12970549, 2022-09-27T15:14:42.7278512Z "digest": "sha256:93e5a70808335cd6ba11c74d2d17730af1261205cf44cc2d39b323d12d6356d9" 2022-09-27T15:14:42.7278774Z }, 2022-09-27T15:14:42.7278937Z { 2022-09-27T15:14:42.7279208Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7279483Z "size": 108, 2022-09-27T15:14:42.7279773Z "digest": "sha256:e6d72a41a09be21b013fdd76a815ba37b978b7afb6abe72d52901aef3ed40a88" 2022-09-27T15:14:42.7280050Z }, 2022-09-27T15:14:42.7280226Z { 2022-09-27T15:14:42.7280487Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7280758Z "size": 54145482, 2022-09-27T15:14:42.7281056Z "digest": "sha256:acb01049a64ba90f068b84087e84f6ea82ef41fd8ba07ec2f4efa4d25d0acd20" 2022-09-27T15:14:42.7281318Z }, 2022-09-27T15:14:42.7281495Z { 2022-09-27T15:14:42.7281766Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7282027Z "size": 492, 2022-09-27T15:14:42.7282315Z "digest": "sha256:343cc73c59730cb914a601192d9c0cf863fabf074eba3e6945aea89a9bfc860c" 2022-09-27T15:14:42.7282581Z }, 2022-09-27T15:14:42.7282744Z { 2022-09-27T15:14:42.7283016Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7283289Z "size": 2994014189, 2022-09-27T15:14:42.7283569Z "digest": "sha256:7d69e17e7339c51656b256702ff06c36dc0797d4967c4b724d5d65a614f8e66c" 2022-09-27T15:14:42.7283815Z }, 2022-09-27T15:14:42.7283991Z { 2022-09-27T15:14:42.7284267Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7284529Z "size": 106, 2022-09-27T15:14:42.7284817Z "digest": "sha256:5d0b32cc6f2adc1861a6d15f2d149f593790879754d72ebc88ec2e7fa366b06f" 2022-09-27T15:14:42.7285086Z }, 2022-09-27T15:14:42.7285251Z { 2022-09-27T15:14:42.7285521Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:42.7285796Z "size": 181, 2022-09-27T15:14:42.7286085Z "digest": "sha256:a6c12031bfcfe077aba9d7c5c66f0330d1f4e7fcf3853b16e164dddd1f2f201f" 2022-09-27T15:14:42.7286366Z } 2022-09-27T15:14:42.7286543Z ] 2022-09-27T15:14:42.7286707Z } 2022-09-27T15:14:42.7370345Z Prepare all required actions 2022-09-27T15:14:42.7392728Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:14:42.7392958Z with: 2022-09-27T15:14:42.7393367Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:42.7393764Z ##[endgroup] 2022-09-27T15:14:42.7473082Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:42.7473381Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:42.7473677Z # ignore output since only exit code is used for conditional 2022-09-27T15:14:42.7473974Z # only pull docker image if it's not available locally 2022-09-27T15:14:42.7474301Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:14:42.7474602Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:14:42.7474848Z fi 2022-09-27T15:14:42.7486160Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:42.7486392Z env: 2022-09-27T15:14:42.7486786Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:42.7487265Z ##[endgroup] 2022-09-27T15:14:43.0322099Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:14:43.0324809Z 40dd5be53814: Pulling fs layer 2022-09-27T15:14:43.0325056Z bd44602516a4: Pulling fs layer 2022-09-27T15:14:43.0325378Z 8ebfb31ea67d: Pulling fs layer 2022-09-27T15:14:43.0325687Z 1589dc294916: Pulling fs layer 2022-09-27T15:14:43.0326024Z 2c3a764ff1ef: Pulling fs layer 2022-09-27T15:14:43.0326327Z 2fb24fb5f7cb: Pulling fs layer 2022-09-27T15:14:43.0326668Z d6e4b45751c9: Pulling fs layer 2022-09-27T15:14:43.0326980Z 98a26bc0781e: Pulling fs layer 2022-09-27T15:14:43.0327306Z 07c42b0591b2: Pulling fs layer 2022-09-27T15:14:43.0327644Z 9be88323b57e: Pulling fs layer 2022-09-27T15:14:43.0327994Z 2c7b68ade49f: Pulling fs layer 2022-09-27T15:14:43.0328347Z 44206692de1d: Pulling fs layer 2022-09-27T15:14:43.0328691Z f751461554fa: Pulling fs layer 2022-09-27T15:14:43.0329030Z 2c3a764ff1ef: Waiting 2022-09-27T15:14:43.0329783Z 316750fef2e6: Pulling fs layer 2022-09-27T15:14:43.0330106Z d6e4b45751c9: Waiting 2022-09-27T15:14:43.0330410Z c069021d810b: Pulling fs layer 2022-09-27T15:14:43.0330794Z e0fdd58e805b: Pulling fs layer 2022-09-27T15:14:43.0331068Z 751286b45698: Pulling fs layer 2022-09-27T15:14:43.0331248Z 0c8bd29be614: Pulling fs layer 2022-09-27T15:14:43.0331443Z 3bb9e7ea569e: Pulling fs layer 2022-09-27T15:14:43.0331709Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:14:43.0331886Z 44206692de1d: Waiting 2022-09-27T15:14:43.0332060Z 98a26bc0781e: Waiting 2022-09-27T15:14:43.0332241Z 81a5271d43c8: Pulling fs layer 2022-09-27T15:14:43.0332422Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:14:43.0332614Z e0fdd58e805b: Waiting 2022-09-27T15:14:43.0332787Z f751461554fa: Waiting 2022-09-27T15:14:43.0332954Z d52c758f8e75: Pulling fs layer 2022-09-27T15:14:43.0333132Z 316750fef2e6: Waiting 2022-09-27T15:14:43.0333319Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:14:43.0333489Z c069021d810b: Waiting 2022-09-27T15:14:43.0333673Z cae8823a1cd1: Pulling fs layer 2022-09-27T15:14:43.0333866Z 3298fe919163: Pulling fs layer 2022-09-27T15:14:43.0334047Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:14:43.0334227Z 751286b45698: Waiting 2022-09-27T15:14:43.0334406Z 62fa99d47769: Pulling fs layer 2022-09-27T15:14:43.0334574Z 0c8bd29be614: Waiting 2022-09-27T15:14:43.0334756Z 17acc9e30503: Pulling fs layer 2022-09-27T15:14:43.0334946Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:14:43.0335117Z 3bb9e7ea569e: Waiting 2022-09-27T15:14:43.0335289Z 1589dc294916: Waiting 2022-09-27T15:14:43.0335467Z b752992950f8: Pulling fs layer 2022-09-27T15:14:43.0335641Z cc8443c330a0: Pulling fs layer 2022-09-27T15:14:43.0335995Z 903ca36d4d71: Waiting 2022-09-27T15:14:43.0336174Z efeff9c74fbf: Waiting 2022-09-27T15:14:43.0336348Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:14:43.0336620Z d52c758f8e75: Waiting 2022-09-27T15:14:43.0336795Z 81a5271d43c8: Waiting 2022-09-27T15:14:43.0336976Z dce607cbd09e: Pulling fs layer 2022-09-27T15:14:43.0337463Z a4ce2fdd9133: Waiting 2022-09-27T15:14:43.0337746Z 45b253446018: Pulling fs layer 2022-09-27T15:14:43.0338107Z cae8823a1cd1: Waiting 2022-09-27T15:14:43.0338393Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:14:43.0338616Z 07c42b0591b2: Waiting 2022-09-27T15:14:43.0338837Z 410e31c94a04: Pulling fs layer 2022-09-27T15:14:43.0339006Z 9be88323b57e: Waiting 2022-09-27T15:14:43.0339192Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:14:43.0339373Z 3298fe919163: Waiting 2022-09-27T15:14:43.0339606Z 6a9eea4b3aa4: Pulling fs layer 2022-09-27T15:14:43.0339792Z 2c7b68ade49f: Waiting 2022-09-27T15:14:43.0339975Z a823f5718e87: Pulling fs layer 2022-09-27T15:14:43.0340147Z b9b9b9d06eef: Waiting 2022-09-27T15:14:43.0340337Z 788ace045743: Pulling fs layer 2022-09-27T15:14:43.0340518Z cc8443c330a0: Waiting 2022-09-27T15:14:43.0340691Z c76c6ad2ac0f: Pulling fs layer 2022-09-27T15:14:43.0340874Z 62fa99d47769: Waiting 2022-09-27T15:14:43.0341153Z c2fcfa2400df: Waiting 2022-09-27T15:14:43.0341328Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:14:43.0341512Z 17acc9e30503: Waiting 2022-09-27T15:14:43.0341692Z 577da355ab1b: Pulling fs layer 2022-09-27T15:14:43.0341860Z 45b253446018: Waiting 2022-09-27T15:14:43.0342032Z e8b4222e7a59: Waiting 2022-09-27T15:14:43.0342202Z dce607cbd09e: Waiting 2022-09-27T15:14:43.0342357Z b752992950f8: Waiting 2022-09-27T15:14:43.0342532Z 649c4428b346: Pulling fs layer 2022-09-27T15:14:43.0342919Z 752f98c7a6d7: Waiting 2022-09-27T15:14:43.0343093Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:14:43.0343288Z 93e5a7080833: Pulling fs layer 2022-09-27T15:14:43.0343470Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:14:43.0343778Z 788ace045743: Waiting 2022-09-27T15:14:43.0343967Z e6d72a41a09b: Pulling fs layer 2022-09-27T15:14:43.0344158Z eadc05ea2cd3: Waiting 2022-09-27T15:14:43.0344330Z acb01049a64b: Pulling fs layer 2022-09-27T15:14:43.0344730Z 577da355ab1b: Waiting 2022-09-27T15:14:43.0345116Z 343cc73c5973: Pulling fs layer 2022-09-27T15:14:43.0345397Z 649c4428b346: Waiting 2022-09-27T15:14:43.0345689Z 7d69e17e7339: Pulling fs layer 2022-09-27T15:14:43.0346006Z c76c6ad2ac0f: Waiting 2022-09-27T15:14:43.0346301Z 93e5a7080833: Waiting 2022-09-27T15:14:43.0346693Z e6d72a41a09b: Waiting 2022-09-27T15:14:43.0347227Z 5d0b32cc6f2a: Pulling fs layer 2022-09-27T15:14:43.0347520Z acb01049a64b: Waiting 2022-09-27T15:14:43.0347900Z a6c12031bfcf: Pulling fs layer 2022-09-27T15:14:43.0348182Z 7d69e17e7339: Waiting 2022-09-27T15:14:43.0348517Z a6c12031bfcf: Waiting 2022-09-27T15:14:43.0348797Z 5d0b32cc6f2a: Waiting 2022-09-27T15:14:43.1534335Z bd44602516a4: Verifying Checksum 2022-09-27T15:14:43.1534778Z bd44602516a4: Download complete 2022-09-27T15:14:43.2292093Z 1589dc294916: Verifying Checksum 2022-09-27T15:14:43.2292356Z 1589dc294916: Download complete 2022-09-27T15:14:43.2959920Z 2c3a764ff1ef: Verifying Checksum 2022-09-27T15:14:43.2960276Z 2c3a764ff1ef: Download complete 2022-09-27T15:14:43.3539776Z 40dd5be53814: Verifying Checksum 2022-09-27T15:14:43.3540260Z 40dd5be53814: Download complete 2022-09-27T15:14:43.4556559Z d6e4b45751c9: Verifying Checksum 2022-09-27T15:14:43.4556925Z d6e4b45751c9: Download complete 2022-09-27T15:14:43.7127646Z 8ebfb31ea67d: Verifying Checksum 2022-09-27T15:14:43.7128046Z 8ebfb31ea67d: Download complete 2022-09-27T15:14:43.7890713Z 07c42b0591b2: Download complete 2022-09-27T15:14:43.8622986Z 9be88323b57e: Verifying Checksum 2022-09-27T15:14:43.8623494Z 9be88323b57e: Download complete 2022-09-27T15:14:44.0161013Z 40dd5be53814: Pull complete 2022-09-27T15:14:44.2852949Z bd44602516a4: Pull complete 2022-09-27T15:14:44.7644345Z 8ebfb31ea67d: Pull complete 2022-09-27T15:14:44.8599292Z 1589dc294916: Pull complete 2022-09-27T15:14:44.9598574Z 2c3a764ff1ef: Pull complete 2022-09-27T15:14:46.9747798Z 2c7b68ade49f: Verifying Checksum 2022-09-27T15:14:46.9748223Z 2c7b68ade49f: Download complete 2022-09-27T15:14:47.0742517Z 44206692de1d: Verifying Checksum 2022-09-27T15:14:47.0742781Z 44206692de1d: Download complete 2022-09-27T15:14:47.1661184Z f751461554fa: Download complete 2022-09-27T15:14:47.2425285Z 316750fef2e6: Verifying Checksum 2022-09-27T15:14:47.2425730Z 316750fef2e6: Download complete 2022-09-27T15:14:48.3992847Z c069021d810b: Verifying Checksum 2022-09-27T15:14:48.3993148Z c069021d810b: Download complete 2022-09-27T15:14:48.4882998Z e0fdd58e805b: Verifying Checksum 2022-09-27T15:14:48.4884694Z e0fdd58e805b: Download complete 2022-09-27T15:14:48.5825336Z 751286b45698: Download complete 2022-09-27T15:14:54.5132294Z 2fb24fb5f7cb: Verifying Checksum 2022-09-27T15:14:54.5132672Z 2fb24fb5f7cb: Download complete 2022-09-27T15:14:54.5964075Z 3bb9e7ea569e: Verifying Checksum 2022-09-27T15:14:54.5964470Z 3bb9e7ea569e: Download complete 2022-09-27T15:14:54.6737580Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:14:54.6737932Z efeff9c74fbf: Download complete 2022-09-27T15:14:54.7440979Z 81a5271d43c8: Verifying Checksum 2022-09-27T15:14:54.7441668Z 81a5271d43c8: Download complete 2022-09-27T15:14:54.8570818Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:14:54.8571115Z 903ca36d4d71: Download complete 2022-09-27T15:14:54.9343341Z d52c758f8e75: Download complete 2022-09-27T15:14:55.0091488Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:14:55.0091739Z a4ce2fdd9133: Download complete 2022-09-27T15:14:56.6457771Z cae8823a1cd1: Verifying Checksum 2022-09-27T15:14:56.6458170Z cae8823a1cd1: Download complete 2022-09-27T15:14:56.7253017Z 3298fe919163: Download complete 2022-09-27T15:14:56.7962730Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:14:56.7963256Z b9b9b9d06eef: Download complete 2022-09-27T15:14:56.9309096Z 62fa99d47769: Verifying Checksum 2022-09-27T15:14:56.9309591Z 62fa99d47769: Download complete 2022-09-27T15:14:57.0241467Z 17acc9e30503: Download complete 2022-09-27T15:14:57.1178364Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:14:57.1178716Z e8b4222e7a59: Download complete 2022-09-27T15:14:58.3896034Z 98a26bc0781e: Verifying Checksum 2022-09-27T15:14:58.3896449Z 98a26bc0781e: Download complete 2022-09-27T15:14:58.4670110Z cc8443c330a0: Download complete 2022-09-27T15:14:58.5375575Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:14:58.5375861Z c2fcfa2400df: Download complete 2022-09-27T15:14:59.4921819Z dce607cbd09e: Verifying Checksum 2022-09-27T15:14:59.4922212Z dce607cbd09e: Download complete 2022-09-27T15:14:59.5748014Z 45b253446018: Verifying Checksum 2022-09-27T15:14:59.5748378Z 45b253446018: Download complete 2022-09-27T15:14:59.6642603Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:14:59.6642997Z 752f98c7a6d7: Download complete 2022-09-27T15:15:00.2107257Z 410e31c94a04: Verifying Checksum 2022-09-27T15:15:00.2107645Z 410e31c94a04: Download complete 2022-09-27T15:15:00.2992533Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:15:00.2992963Z aa4bb3ec24a7: Download complete 2022-09-27T15:15:01.5253620Z 6a9eea4b3aa4: Verifying Checksum 2022-09-27T15:15:01.5254003Z 6a9eea4b3aa4: Download complete 2022-09-27T15:15:01.6769303Z a823f5718e87: Verifying Checksum 2022-09-27T15:15:01.6769771Z a823f5718e87: Download complete 2022-09-27T15:15:01.8355612Z b752992950f8: Verifying Checksum 2022-09-27T15:15:01.8355882Z b752992950f8: Download complete 2022-09-27T15:15:01.8378375Z 788ace045743: Verifying Checksum 2022-09-27T15:15:01.8378600Z 788ace045743: Download complete 2022-09-27T15:15:01.9230117Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:15:02.0150350Z 577da355ab1b: Download complete 2022-09-27T15:15:02.1722003Z 649c4428b346: Download complete 2022-09-27T15:15:02.4417502Z eadc05ea2cd3: Download complete 2022-09-27T15:15:03.1417847Z 93e5a7080833: Verifying Checksum 2022-09-27T15:15:03.1418112Z 93e5a7080833: Download complete 2022-09-27T15:15:03.2333015Z e6d72a41a09b: Verifying Checksum 2022-09-27T15:15:03.2333288Z e6d72a41a09b: Download complete 2022-09-27T15:15:04.9042413Z acb01049a64b: Verifying Checksum 2022-09-27T15:15:04.9042867Z acb01049a64b: Download complete 2022-09-27T15:15:04.9776790Z 343cc73c5973: Download complete 2022-09-27T15:15:09.2161615Z c76c6ad2ac0f: Verifying Checksum 2022-09-27T15:15:09.2162082Z c76c6ad2ac0f: Download complete 2022-09-27T15:15:09.2946845Z 5d0b32cc6f2a: Verifying Checksum 2022-09-27T15:15:09.2947385Z 5d0b32cc6f2a: Download complete 2022-09-27T15:15:09.3844760Z a6c12031bfcf: Verifying Checksum 2022-09-27T15:15:09.3845222Z a6c12031bfcf: Download complete 2022-09-27T15:15:41.3890063Z 0c8bd29be614: Verifying Checksum 2022-09-27T15:15:41.3892402Z 0c8bd29be614: Download complete 2022-09-27T15:15:50.4235657Z 2fb24fb5f7cb: Pull complete 2022-09-27T15:15:50.8295292Z d6e4b45751c9: Pull complete 2022-09-27T15:16:07.7322148Z 7d69e17e7339: Verifying Checksum 2022-09-27T15:16:07.7322409Z 7d69e17e7339: Download complete 2022-09-27T15:16:15.9941018Z 98a26bc0781e: Pull complete 2022-09-27T15:16:16.4418424Z 07c42b0591b2: Pull complete 2022-09-27T15:16:16.6816252Z 9be88323b57e: Pull complete 2022-09-27T15:16:21.4184428Z 2c7b68ade49f: Pull complete 2022-09-27T15:16:21.6484775Z 44206692de1d: Pull complete 2022-09-27T15:16:21.7687172Z f751461554fa: Pull complete 2022-09-27T15:16:21.9620573Z 316750fef2e6: Pull complete 2022-09-27T15:16:23.6837964Z c069021d810b: Pull complete 2022-09-27T15:16:23.8831523Z e0fdd58e805b: Pull complete 2022-09-27T15:16:24.0965315Z 751286b45698: Pull complete 2022-09-27T15:17:02.1513548Z 0c8bd29be614: Pull complete 2022-09-27T15:17:02.4760932Z 3bb9e7ea569e: Pull complete 2022-09-27T15:17:02.7129442Z efeff9c74fbf: Pull complete 2022-09-27T15:17:02.9092162Z 81a5271d43c8: Pull complete 2022-09-27T15:17:03.1260595Z 903ca36d4d71: Pull complete 2022-09-27T15:17:03.2785118Z d52c758f8e75: Pull complete 2022-09-27T15:17:03.4551671Z a4ce2fdd9133: Pull complete 2022-09-27T15:17:05.9506672Z cae8823a1cd1: Pull complete 2022-09-27T15:17:06.4068088Z 3298fe919163: Pull complete 2022-09-27T15:17:06.6653526Z b9b9b9d06eef: Pull complete 2022-09-27T15:17:06.8685714Z 62fa99d47769: Pull complete 2022-09-27T15:17:07.0171105Z 17acc9e30503: Pull complete 2022-09-27T15:17:07.2273383Z e8b4222e7a59: Pull complete 2022-09-27T15:17:11.4810190Z b752992950f8: Pull complete 2022-09-27T15:17:11.6730163Z cc8443c330a0: Pull complete 2022-09-27T15:17:11.8817520Z c2fcfa2400df: Pull complete 2022-09-27T15:17:12.6060726Z dce607cbd09e: Pull complete 2022-09-27T15:17:12.8136442Z 45b253446018: Pull complete 2022-09-27T15:17:13.0229737Z 752f98c7a6d7: Pull complete 2022-09-27T15:17:13.4555150Z 410e31c94a04: Pull complete 2022-09-27T15:17:13.6815624Z aa4bb3ec24a7: Pull complete 2022-09-27T15:17:14.8750010Z 6a9eea4b3aa4: Pull complete 2022-09-27T15:17:15.0918101Z a823f5718e87: Pull complete 2022-09-27T15:17:15.3145800Z 788ace045743: Pull complete 2022-09-27T15:17:19.0908227Z c76c6ad2ac0f: Pull complete 2022-09-27T15:17:19.3211667Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:17:19.5294453Z 577da355ab1b: Pull complete 2022-09-27T15:17:19.7555999Z 649c4428b346: Pull complete 2022-09-27T15:17:19.9695962Z eadc05ea2cd3: Pull complete 2022-09-27T15:17:20.7561122Z 93e5a7080833: Pull complete 2022-09-27T15:17:20.9893045Z e6d72a41a09b: Pull complete 2022-09-27T15:17:22.5979962Z acb01049a64b: Pull complete 2022-09-27T15:17:22.8266290Z 343cc73c5973: Pull complete 2022-09-27T15:18:02.6251595Z 7d69e17e7339: Pull complete 2022-09-27T15:18:03.1200673Z 5d0b32cc6f2a: Pull complete 2022-09-27T15:18:03.4190150Z a6c12031bfcf: Pull complete 2022-09-27T15:18:03.4822948Z Digest: sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T15:18:03.5270829Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:18:03.5466029Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:18:03.5500296Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:18:03.5500543Z .github/scripts/parse_ref.py 2022-09-27T15:18:03.5519796Z shell: /usr/bin/bash -e {0} 2022-09-27T15:18:03.5520004Z ##[endgroup] 2022-09-27T15:18:03.7993571Z Prepare all required actions 2022-09-27T15:18:03.7993869Z Getting action download info 2022-09-27T15:18:04.0243389Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:18:04.2760252Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T15:18:04.2760462Z with: 2022-09-27T15:18:04.2760772Z github-token: *** 2022-09-27T15:18:04.2760949Z ##[endgroup] 2022-09-27T15:18:04.2871181Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:18:04.2871410Z with: 2022-09-27T15:18:04.2871572Z shell: bash 2022-09-27T15:18:04.2871747Z timeout_minutes: 10 2022-09-27T15:18:04.2871917Z max_attempts: 5 2022-09-27T15:18:04.2872100Z retry_wait_seconds: 30 2022-09-27T15:18:04.2872525Z 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:18:04.2872889Z polling_interval_seconds: 1 2022-09-27T15:18:04.2873203Z warning_on_retry: true 2022-09-27T15:18:04.2873400Z continue_on_error: false 2022-09-27T15:18:04.2873579Z env: 2022-09-27T15:18:04.2873890Z GITHUB_TOKEN: *** 2022-09-27T15:18:04.2874068Z ##[endgroup] 2022-09-27T15:18:05.8229758Z 2022-09-27T15:18:05.8275135Z + python3 -m pip install requests==2.26.0 2022-09-27T15:18:08.7390722Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:18:08.7742035Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:18:08.7880342Z 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:18:08.7909224Z 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:18:08.7993277Z 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:18:08.8215349Z 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:18:09.1528217Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0a9e74c68e4f6dd0a 2022-09-27T15:18:11.3315077Z + GHA_WORKFLOW_JOB_ID=8575887715 2022-09-27T15:18:11.3328596Z + echo '::set-output name=job-id::8575887715' 2022-09-27T15:18:11.8315001Z Command completed after 1 attempt(s). 2022-09-27T15:18:11.8315167Z 2022-09-27T15:18:11.8375987Z Prepare all required actions 2022-09-27T15:18:11.8376302Z Getting action download info 2022-09-27T15:18:12.0225340Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-09-27T15:18:12.1721926Z ##[group]Run ./.github/actions/filter-test-configs 2022-09-27T15:18:12.1722276Z with: 2022-09-27T15:18:12.1722866Z github-token: *** 2022-09-27T15:18:12.1724332Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:18:12.1725601Z ##[endgroup] 2022-09-27T15:18:12.1780073Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-09-27T15:18:12.1780308Z with: 2022-09-27T15:18:12.1780454Z shell: bash 2022-09-27T15:18:12.1780638Z timeout_minutes: 10 2022-09-27T15:18:12.1780819Z max_attempts: 5 2022-09-27T15:18:12.1780985Z retry_wait_seconds: 30 2022-09-27T15:18:12.1781231Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:18:12.1781483Z polling_interval_seconds: 1 2022-09-27T15:18:12.1781677Z warning_on_retry: true 2022-09-27T15:18:12.1781853Z continue_on_error: false 2022-09-27T15:18:12.1782029Z env: 2022-09-27T15:18:12.1782317Z GITHUB_TOKEN: *** 2022-09-27T15:18:12.1782478Z ##[endgroup] 2022-09-27T15:18:12.2099407Z 2022-09-27T15:18:12.2151484Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:18:12.4243222Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:18:12.4427514Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:18:12.4558618Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-09-27T15:18:12.4567319Z 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:18:12.4586760Z 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:18:12.4597809Z 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:18:12.4754268Z 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:18:13.2147455Z Command completed after 1 attempt(s). 2022-09-27T15:18:13.2147638Z 2022-09-27T15:18:13.2186857Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:18:13.2187103Z .github/scripts/parse_ref.py 2022-09-27T15:18:13.2198185Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:18:13.2198426Z ##[endgroup] 2022-09-27T15:18:13.2437086Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-09-27T15:18:13.2437394Z .github/scripts/filter_test_configs.py \ 2022-09-27T15:18:13.2437615Z  --test-matrix "{ include: [ 2022-09-27T15:18:13.2437899Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2438230Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2438653Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2438976Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2439304Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2439638Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2439966Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2440295Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-09-27T15:18:13.2440534Z ]} 2022-09-27T15:18:13.2440693Z " \ 2022-09-27T15:18:13.2440859Z  --pr-number "85462" \ 2022-09-27T15:18:13.2441044Z  --tag "" 2022-09-27T15:18:13.2451922Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:18:13.2452130Z env: 2022-09-27T15:18:13.2452459Z GITHUB_TOKEN: *** 2022-09-27T15:18:13.2452636Z ##[endgroup] 2022-09-27T15:18:13.5597410Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-09-27T15:18:13.5598818Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-09-27T15:18:13.5610449Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:18:13.5610681Z ##[endgroup] 2022-09-27T15:18:13.5636470Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: distributed, shard: 1, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 2, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 3, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2022-09-27T15:18:13.5733939Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:18:13.5734293Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:18:13.5734540Z container_name=$(docker run \ 2022-09-27T15:18:13.5734751Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:18:13.5734973Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:18:13.5735189Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:18:13.5735374Z  -e PR_NUMBER \ 2022-09-27T15:18:13.5735555Z  -e SHA1 \ 2022-09-27T15:18:13.5735730Z  -e BRANCH \ 2022-09-27T15:18:13.5735904Z  -e SCCACHE_BUCKET \ 2022-09-27T15:18:13.5736108Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:18:13.5736304Z  -e XLA_CUDA \ 2022-09-27T15:18:13.5736498Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:18:13.5736732Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-09-27T15:18:13.5736989Z  -e TORCH_CUDA_ARCH_LIST \ 2022-09-27T15:18:13.5737177Z  -e PR_LABELS \ 2022-09-27T15:18:13.5737369Z  -e OUR_GITHUB_JOB_ID \ 2022-09-27T15:18:13.5737603Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:18:13.5737845Z  --security-opt seccomp=unconfined \ 2022-09-27T15:18:13.5738067Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:18:13.5738254Z  --tty \ 2022-09-27T15:18:13.5738413Z  --detach \ 2022-09-27T15:18:13.5738594Z  --user jenkins \ 2022-09-27T15:18:13.5738829Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:18:13.5739078Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:18:13.5739269Z  "${DOCKER_IMAGE}" 2022-09-27T15:18:13.5739445Z ) 2022-09-27T15:18:13.5739673Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-09-27T15:18:13.5750969Z shell: /usr/bin/bash -e {0} 2022-09-27T15:18:13.5751172Z env: 2022-09-27T15:18:13.5751403Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:18:13.5751625Z BRANCH: pull/85462 2022-09-27T15:18:13.5751818Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:18:13.5752009Z PR_NUMBER: 85462 2022-09-27T15:18:13.5752202Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:18:13.5752458Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:18:13.5752698Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:18:13.5752960Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:18:13.5753262Z PR_LABELS: [ "triaged", "open source", "cla signed" ] 2022-09-27T15:18:13.5753484Z TORCH_CUDA_ARCH_LIST: 5.2 2022-09-27T15:18:13.5753871Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:18:13.5754219Z XLA_CUDA: 2022-09-27T15:18:13.5754378Z DEBUG: 0 2022-09-27T15:18:13.5754646Z OUR_GITHUB_JOB_ID: 8575887715 2022-09-27T15:18:13.5754817Z ##[endgroup] 2022-09-27T15:18:24.2540160Z ++ dirname .jenkins/pytorch/build.sh 2022-09-27T15:18:24.2565215Z + source .jenkins/pytorch/common.sh 2022-09-27T15:18:24.2571882Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:18:24.2581131Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:18:24.2586914Z +++ declare -f -t trap_add 2022-09-27T15:18:24.2590853Z ++ set -ex 2022-09-27T15:18:24.2591279Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:18:24.2591527Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:18:24.2591875Z ++ [[ '' == *xla* ]] 2022-09-27T15:18:24.2592369Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:18:24.2592905Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-09-27T15:18:24.2593123Z ++ which conda 2022-09-27T15:18:24.2611216Z /opt/conda/bin/conda 2022-09-27T15:18:24.2611776Z ++ conda install -q -y cmake 2022-09-27T15:18:27.0741545Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:18:27.6054046Z Solving environment: ...working... done 2022-09-27T15:18:27.7169992Z 2022-09-27T15:18:27.7170470Z ## Package Plan ## 2022-09-27T15:18:27.7170687Z 2022-09-27T15:18:27.7170890Z environment location: /opt/conda 2022-09-27T15:18:27.7171121Z 2022-09-27T15:18:27.7171244Z added / updated specs: 2022-09-27T15:18:27.7171691Z - cmake 2022-09-27T15:18:27.7171846Z 2022-09-27T15:18:27.7171854Z 2022-09-27T15:18:27.7172016Z The following packages will be downloaded: 2022-09-27T15:18:27.7172203Z 2022-09-27T15:18:27.7172339Z package | build 2022-09-27T15:18:27.7172741Z ---------------------------|----------------- 2022-09-27T15:18:27.7173241Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:18:27.7173711Z certifi-2022.9.14 | py310h06a4308_0 155 KB 2022-09-27T15:18:27.7174181Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:18:27.7174669Z conda-22.9.0 | py310h06a4308_0 894 KB 2022-09-27T15:18:27.7175109Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:18:27.7175530Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:18:27.7175959Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:18:27.7176432Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:18:27.7176849Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:18:27.7177300Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:18:27.7177758Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:18:27.7178204Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:18:27.7178656Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:18:27.7179158Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:18:27.7179683Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:18:27.7180299Z ------------------------------------------------------------ 2022-09-27T15:18:27.7180734Z Total: 12.9 MB 2022-09-27T15:18:27.7180958Z 2022-09-27T15:18:27.7181162Z The following NEW packages will be INSTALLED: 2022-09-27T15:18:27.7181425Z 2022-09-27T15:18:27.7181852Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:18:27.7182498Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:18:27.7183138Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:18:27.7183988Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:18:27.7184626Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:18:27.7185334Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:18:27.7186185Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:18:27.7186792Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:18:27.7187380Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:18:27.7187938Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:18:27.7188478Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:18:27.7189032Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:18:27.7189605Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:18:27.7189855Z 2022-09-27T15:18:27.7190034Z The following packages will be UPDATED: 2022-09-27T15:18:27.7190279Z 2022-09-27T15:18:27.7190603Z certifi 2022.6.15-py310h06a4308_0 --> 2022.9.14-py310h06a4308_0 2022-09-27T15:18:27.7191124Z conda 4.14.0-py310h06a4308_0 --> 22.9.0-py310h06a4308_0 2022-09-27T15:18:27.7191350Z 2022-09-27T15:18:27.7191356Z 2022-09-27T15:18:28.9094671Z Preparing transaction: ...working... done 2022-09-27T15:18:29.2710911Z Verifying transaction: ...working... done 2022-09-27T15:18:30.6436056Z Executing transaction: ...working... done 2022-09-27T15:18:30.7445022Z Retrieving notices: ...working... done 2022-09-27T15:18:30.9534542Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:18:30.9537342Z ++ dirname .jenkins/pytorch/build.sh 2022-09-27T15:18:30.9543567Z + source .jenkins/pytorch/common-build.sh 2022-09-27T15:18:30.9549740Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 != *win-* ]] 2022-09-27T15:18:30.9555421Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-09-27T15:18:30.9565229Z +++ cd .jenkins/pytorch 2022-09-27T15:18:30.9565463Z +++ pwd -P 2022-09-27T15:18:30.9567783Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-09-27T15:18:30.9568027Z ++ which sccache 2022-09-27T15:18:30.9576876Z ++ sccache --stop-server 2022-09-27T15:18:30.9743948Z ++ true 2022-09-27T15:18:30.9744319Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-09-27T15:18:30.9770683Z ++ [[ -n 1 ]] 2022-09-27T15:18:30.9771325Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-09-27T15:18:30.9771752Z Skipping sccache server initialization, setting environment variables 2022-09-27T15:18:30.9772002Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:18:30.9772215Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:18:30.9772455Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:18:30.9772705Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:18:30.9772965Z ++ export RUST_LOG=sccache::server=error 2022-09-27T15:18:30.9773181Z ++ RUST_LOG=sccache::server=error 2022-09-27T15:18:30.9773400Z ++ sccache --zero-stats 2022-09-27T15:18:31.0058808Z Compile requests 0 2022-09-27T15:18:31.0059205Z Compile requests executed 0 2022-09-27T15:18:31.0059495Z Cache hits 0 2022-09-27T15:18:31.0060009Z Cache misses 0 2022-09-27T15:18:31.0060370Z Cache timeouts 0 2022-09-27T15:18:31.0060696Z Cache read errors 0 2022-09-27T15:18:31.0060969Z Forced recaches 0 2022-09-27T15:18:31.0061244Z Cache write errors 0 2022-09-27T15:18:31.0061572Z Compilation failures 0 2022-09-27T15:18:31.0061931Z Cache errors 0 2022-09-27T15:18:31.0062478Z Non-cacheable compilations 0 2022-09-27T15:18:31.0062881Z Non-cacheable calls 0 2022-09-27T15:18:31.0063166Z Non-compilation calls 0 2022-09-27T15:18:31.0063454Z Unsupported compiler calls 0 2022-09-27T15:18:31.0063875Z Average cache write 0.000 s 2022-09-27T15:18:31.0064079Z Average cache read miss 0.000 s 2022-09-27T15:18:31.0064293Z Average cache read hit 0.000 s 2022-09-27T15:18:31.0064513Z Failed distributed compilations 0 2022-09-27T15:18:31.0065416Z 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:18:31.0065822Z ++ trap_add sccache_epilogue EXIT 2022-09-27T15:18:31.0066031Z ++ trap_add_cmd=sccache_epilogue 2022-09-27T15:18:31.0066217Z ++ shift 2022-09-27T15:18:31.0066375Z ++ for trap_add_name in "$@" 2022-09-27T15:18:31.0071456Z ++++ trap -p EXIT 2022-09-27T15:18:31.0074392Z +++ eval 'extract_trap_cmd ' 2022-09-27T15:18:31.0074693Z ++++ extract_trap_cmd 2022-09-27T15:18:31.0074909Z ++++ printf '%s\n' '' 2022-09-27T15:18:31.0075140Z +++ printf '%s\n' sccache_epilogue 2022-09-27T15:18:31.0077251Z ++ trap -- ' 2022-09-27T15:18:31.0077513Z sccache_epilogue' EXIT 2022-09-27T15:18:31.0077705Z ++ which ccache 2022-09-27T15:18:31.0088887Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-clang7-asan* ]] 2022-09-27T15:18:31.0089542Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-mobile-*build* ]] 2022-09-27T15:18:31.0090269Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *deploy* ]] 2022-09-27T15:18:31.0090544Z + echo 'Python version:' 2022-09-27T15:18:31.0090720Z Python version: 2022-09-27T15:18:31.0090922Z + python --version 2022-09-27T15:18:31.0101841Z Python 3.10.4 2022-09-27T15:18:31.0104073Z + echo 'GCC version:' 2022-09-27T15:18:31.0104400Z GCC version: 2022-09-27T15:18:31.0104760Z + gcc --version 2022-09-27T15:18:31.1481408Z gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 2022-09-27T15:18:31.1481706Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-09-27T15:18:31.1482056Z This is free software; see the source for copying conditions. There is NO 2022-09-27T15:18:31.1482579Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-09-27T15:18:31.1482864Z 2022-09-27T15:18:31.1488584Z + echo 'CMake version:' 2022-09-27T15:18:31.1488953Z CMake version: 2022-09-27T15:18:31.1489314Z + cmake --version 2022-09-27T15:18:31.1657361Z cmake version 3.22.1 2022-09-27T15:18:31.1657571Z 2022-09-27T15:18:31.1657884Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-09-27T15:18:31.1662731Z + echo 'Environment variables:' 2022-09-27T15:18:31.1663098Z Environment variables: 2022-09-27T15:18:31.1663422Z + env 2022-09-27T15:18:31.1670711Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-09-27T15:18:31.1671241Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-09-27T15:18:31.1671741Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-09-27T15:18:31.1672325Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-09-27T15:18:31.1672652Z PR_LABELS=[ 2022-09-27T15:18:31.1672844Z "triaged", 2022-09-27T15:18:31.1673041Z "open source", 2022-09-27T15:18:31.1673195Z "cla signed" 2022-09-27T15:18:31.1673352Z ] 2022-09-27T15:18:31.1673506Z UCC_HOME=/usr 2022-09-27T15:18:31.1674271Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:18:31.1674783Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-09-27T15:18:31.1675189Z INSTALLED_DB=yes 2022-09-27T15:18:31.1675550Z RUST_LOG=sccache::server=error 2022-09-27T15:18:31.1675899Z HOSTNAME=77b5d77c511f 2022-09-27T15:18:31.1676102Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:18:31.1676393Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:18:31.1676600Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:18:31.1676824Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-09-27T15:18:31.1677460Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4c1228fa-e461-432f-81b8-3a3207792943 2022-09-27T15:18:31.1677990Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:18:31.1678539Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:18:31.1678822Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:18:31.1679037Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-09-27T15:18:31.1679303Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-09-27T15:18:31.1679539Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:18:31.1679739Z GITHUB_ACTIONS=true 2022-09-27T15:18:31.1679917Z NVIDIA_VISIBLE_DEVICES=all 2022-09-27T15:18:31.1680341Z NV_NVPROF_VERSION=11.6.124-1 2022-09-27T15:18:31.1680568Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-09-27T15:18:31.1680794Z AWS_DEFAULT_REGION=us-east-1 2022-09-27T15:18:31.1680982Z CI=true 2022-09-27T15:18:31.1681249Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-09-27T15:18:31.1681462Z BRANCH=pull/85462 2022-09-27T15:18:31.1681709Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:18:31.1681961Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-09-27T15:18:31.1682172Z GITHUB_ACTOR=kongzii 2022-09-27T15:18:31.1704461Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-09-27T15:18:31.1704865Z GITHUB_ACTION_REF= 2022-09-27T15:18:31.1705274Z NCCL_VERSION=2.12.10-1 2022-09-27T15:18:31.1705553Z GITHUB_ACTION=__self 2022-09-27T15:18:31.1705833Z GITHUB_REF_PROTECTED=false 2022-09-27T15:18:31.1706413Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:18:31.1708998Z *** 2022-09-27T15:18:31.1709201Z INSTALLED_VISION=yes 2022-09-27T15:18:31.1709538Z NVARCH=x86_64 2022-09-27T15:18:31.1709782Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-09-27T15:18:31.1709974Z HOME=/var/lib/jenkins 2022-09-27T15:18:31.1710249Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:18:31.1710455Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:18:31.1710642Z GITHUB_REF_TYPE=branch 2022-09-27T15:18:31.1710869Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:18:31.1711075Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:18:31.1711361Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:18:31.1711583Z OUR_GITHUB_JOB_ID=8575887715 2022-09-27T15:18:31.1711846Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-09-27T15:18:31.1712260Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4c1228fa-e461-432f-81b8-3a3207792943 2022-09-27T15:18:31.1712543Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:18:31.1712798Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-09-27T15:18:31.1713015Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:18:31.1713226Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-09-27T15:18:31.1713457Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:18:31.1713758Z INSTALLED_PROTOBUF=yes 2022-09-27T15:18:31.1713981Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:18:31.1714186Z GITHUB_RUN_ID=3133193930 2022-09-27T15:18:31.1714439Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-09-27T15:18:31.1714658Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-09-27T15:18:31.1714860Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-09-27T15:18:31.1715084Z NV_NVTX_VERSION=11.6.124-1 2022-09-27T15:18:31.1715302Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:18:31.1715487Z MAX_JOBS=6 2022-09-27T15:18:31.1715689Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-09-27T15:18:31.1715962Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-09-27T15:18:31.1716316Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:18:31.1716566Z UCX_HOME=/usr 2022-09-27T15:18:31.1716788Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:18:31.1717043Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-09-27T15:18:31.1717240Z GITHUB_BASE_REF=master 2022-09-27T15:18:31.1717411Z TERM=xterm 2022-09-27T15:18:31.1717554Z XLA_CUDA= 2022-09-27T15:18:31.1717745Z NV_NVML_DEV_VERSION=11.6.55-1 2022-09-27T15:18:31.1717937Z TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:18:31.1718108Z CUDA_VERSION=11.6.2 2022-09-27T15:18:31.1718364Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-09-27T15:18:31.1718582Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:18:31.1718989Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4c1228fa-e461-432f-81b8-3a3207792943 2022-09-27T15:18:31.1719257Z GITHUB_JOB=build 2022-09-27T15:18:31.1719449Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:18:31.1719670Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-09-27T15:18:31.1719866Z PR_NUMBER=85462 2022-09-27T15:18:31.1720037Z SHLVL=1 2022-09-27T15:18:31.1720291Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-09-27T15:18:31.1720618Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:18:31.1721080Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-09-27T15:18:31.1721576Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-09-27T15:18:31.1721799Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:18:31.1722001Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:18:31.1722224Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-09-27T15:18:31.1722480Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:18:31.1722676Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:18:31.1722865Z GITHUB_WORKFLOW=pull 2022-09-27T15:18:31.1723057Z SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:18:31.1723356Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:18:31.1723802Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:18:31.1724128Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:18:31.1724384Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:18:31.1724584Z SKIP_SCCACHE_INITIALIZATION=1 2022-09-27T15:18:31.1724777Z _=/usr/bin/env 2022-09-27T15:18:31.1725043Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-09-27T15:18:31.1725285Z + echo 'NVCC version:' 2022-09-27T15:18:31.1725460Z NVCC version: 2022-09-27T15:18:31.1725652Z + nvcc --version 2022-09-27T15:18:31.1779507Z nvcc: NVIDIA (R) Cuda compiler driver 2022-09-27T15:18:31.1780108Z Copyright (c) 2005-2022 NVIDIA Corporation 2022-09-27T15:18:31.1780460Z Built on Tue_Mar__8_18:18:20_PST_2022 2022-09-27T15:18:31.1780669Z Cuda compilation tools, release 11.6, V11.6.124 2022-09-27T15:18:31.1780896Z Build cuda_11.6.r11.6/compiler.31057947_0 2022-09-27T15:18:31.1800085Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-09-27T15:18:31.1800560Z + export BUILD_SPLIT_CUDA=ON 2022-09-27T15:18:31.1800909Z + BUILD_SPLIT_CUDA=ON 2022-09-27T15:18:31.1801437Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *cuda11.3* ]] 2022-09-27T15:18:31.1801782Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *clang* ]] 2022-09-27T15:18:31.1801992Z + export USE_UCC=1 2022-09-27T15:18:31.1802168Z + USE_UCC=1 2022-09-27T15:18:31.1802340Z + export USE_SYSTEM_UCC=1 2022-09-27T15:18:31.1802512Z + USE_SYSTEM_UCC=1 2022-09-27T15:18:31.1802797Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\c\a\f\f\e\2* ]] 2022-09-27T15:18:31.1803121Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\o\n\n\x* ]] 2022-09-27T15:18:31.1803454Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-09-27T15:18:31.1803827Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-09-27T15:18:31.1804129Z + pip_install -r requirements.txt 2022-09-27T15:18:31.1804425Z + pip install --progress-bar off -r requirements.txt 2022-09-27T15:18:31.8771667Z Requirement already satisfied: astunparse in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T15:18:31.8775540Z Requirement already satisfied: expecttest in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T15:18:31.8779173Z Requirement already satisfied: future in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T15:18:31.8782339Z Requirement already satisfied: hypothesis in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (5.35.1) 2022-09-27T15:18:31.8785718Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (1.21.2) 2022-09-27T15:18:31.8789191Z Requirement already satisfied: psutil in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (5.9.2) 2022-09-27T15:18:31.8792575Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg (from -r requirements.txt (line 8)) (6.0) 2022-09-27T15:18:31.8795744Z Requirement already satisfied: requests in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (2.27.1) 2022-09-27T15:18:31.8798865Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (63.4.1) 2022-09-27T15:18:31.8802141Z Requirement already satisfied: six in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T15:18:31.9244483Z Collecting types-dataclasses 2022-09-27T15:18:31.9413111Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T15:18:31.9460518Z Requirement already satisfied: typing_extensions in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T15:18:31.9463513Z Requirement already satisfied: sympy in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (1.11.1) 2022-09-27T15:18:31.9502092Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /opt/conda/lib/python3.10/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T15:18:31.9715832Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T15:18:31.9721306Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T15:18:31.9919355Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (2.0.4) 2022-09-27T15:18:31.9924585Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.14) 2022-09-27T15:18:31.9935220Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (3.3) 2022-09-27T15:18:31.9943326Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (1.26.8) 2022-09-27T15:18:31.9995656Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.10/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T15:18:32.6014599Z Installing collected packages: types-dataclasses 2022-09-27T15:18:32.6221708Z Successfully installed types-dataclasses-0.6.6 2022-09-27T15:18:32.7698985Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:18:32.7699266Z + export USE_LLVM=/opt/llvm 2022-09-27T15:18:32.7699460Z + USE_LLVM=/opt/llvm 2022-09-27T15:18:32.7699664Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-09-27T15:18:32.7699934Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-09-27T15:18:32.7700131Z + which conda 2022-09-27T15:18:32.7707719Z /opt/conda/bin/conda 2022-09-27T15:18:32.7708318Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-09-27T15:18:32.7708574Z + CMAKE_PREFIX_PATH=/opt/conda 2022-09-27T15:18:32.7709675Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:18:32.7710363Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-android* ]] 2022-09-27T15:18:32.7710872Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *android* ]] 2022-09-27T15:18:32.7711253Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *vulkan* ]] 2022-09-27T15:18:32.7711789Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:18:32.7712155Z + '[' -z 6 ']' 2022-09-27T15:18:32.7712484Z + export TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:18:32.7712685Z + TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:18:32.7714319Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang* ]] 2022-09-27T15:18:32.7714701Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *no-ops* ]] 2022-09-27T15:18:32.7715030Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-pch* ]] 2022-09-27T15:18:32.7715411Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-focal-py3.7-gcc7-build* ]] 2022-09-27T15:18:32.7715814Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == pytorch-linux-xenial-py3* ]] 2022-09-27T15:18:32.7716428Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == pytorch-linux-focal-py3* ]] 2022-09-27T15:18:32.7717710Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-09-27T15:18:32.7718409Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-09-27T15:18:32.7718797Z The next three invocations are expected to fail with invalid command error messages. 2022-09-27T15:18:32.7721022Z + get_exit_code python setup.py bad_argument 2022-09-27T15:18:32.7721290Z + set +e 2022-09-27T15:18:32.7721467Z + python setup.py bad_argument 2022-09-27T15:18:33.2257208Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:18:33.2717817Z invalid command 'bad_argument' 2022-09-27T15:18:33.3099434Z + retcode=1 2022-09-27T15:18:33.3099674Z + set -e 2022-09-27T15:18:33.3099947Z + return 1 2022-09-27T15:18:33.3104281Z + get_exit_code python setup.py 'clean]' 2022-09-27T15:18:33.3104649Z + set +e 2022-09-27T15:18:33.3104877Z + python setup.py 'clean]' 2022-09-27T15:18:33.5679282Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:18:33.5878018Z invalid command name 'clean]' 2022-09-27T15:18:33.6261356Z + retcode=1 2022-09-27T15:18:33.6261685Z + set -e 2022-09-27T15:18:33.6261835Z + return 1 2022-09-27T15:18:33.6265883Z + get_exit_code python setup.py clean bad_argument 2022-09-27T15:18:33.6266234Z + set +e 2022-09-27T15:18:33.6266527Z + python setup.py clean bad_argument 2022-09-27T15:18:33.8551565Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:18:33.8974252Z invalid command 'bad_argument' 2022-09-27T15:18:33.9359337Z + retcode=1 2022-09-27T15:18:33.9359640Z + set -e 2022-09-27T15:18:33.9359787Z + return 1 2022-09-27T15:18:33.9362239Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *libtorch* ]] 2022-09-27T15:18:33.9362649Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T15:18:33.9362958Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T15:18:33.9363169Z + WERROR=1 2022-09-27T15:18:33.9363349Z + python setup.py bdist_wheel 2022-09-27T15:18:34.1963306Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:18:34.2477750Z -- Building version 1.13.0a0+git52424e2 2022-09-27T15:18:34.2776505Z cmake -DBUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 -DBUILD_PYTHON=True -DBUILD_SPLIT_CUDA=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.10/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.10 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.10.a -DTORCH_BUILD_VERSION=1.13.0a0+git52424e2 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DUSE_SYSTEM_UCC=1 -DUSE_UCC=1 -DWERROR=1 /var/lib/jenkins/workspace 2022-09-27T15:18:34.5806421Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:18:34.7126821Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:18:34.7251019Z -- Detecting CXX compiler ABI info 2022-09-27T15:18:34.8652445Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:18:34.8731287Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:18:34.8733676Z -- Detecting CXX compile features 2022-09-27T15:18:34.8738291Z -- Detecting CXX compile features - done 2022-09-27T15:18:34.8767645Z -- Detecting C compiler ABI info 2022-09-27T15:18:34.9867638Z -- Detecting C compiler ABI info - done 2022-09-27T15:18:34.9943187Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:18:34.9945593Z -- Detecting C compile features 2022-09-27T15:18:34.9949304Z -- Detecting C compile features - done 2022-09-27T15:18:34.9954513Z -- Not forcing any particular BLAS to be found 2022-09-27T15:18:34.9967339Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:18:34.9967910Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:18:34.9968783Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:18:34.9969186Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:18:34.9969469Z Call Stack (most recent call first): 2022-09-27T15:18:34.9969804Z CMakeLists.txt:256 (cmake_dependent_option) 2022-09-27T15:18:34.9970248Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:34.9970691Z  2022-09-27T15:18:34.9971321Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:18:34.9971661Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:18:34.9972033Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:18:34.9972334Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:18:34.9972583Z Call Stack (most recent call first): 2022-09-27T15:18:34.9972905Z CMakeLists.txt:287 (cmake_dependent_option) 2022-09-27T15:18:34.9973242Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:34.9973482Z  2022-09-27T15:18:34.9984383Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-09-27T15:18:35.0045896Z -- Performing Test COMPILER_WORKS 2022-09-27T15:18:35.0962015Z -- Performing Test COMPILER_WORKS - Success 2022-09-27T15:18:35.0964472Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-09-27T15:18:35.3481882Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-09-27T15:18:35.3484120Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-09-27T15:18:35.4914343Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-09-27T15:18:35.4915269Z -- std::exception_ptr is supported. 2022-09-27T15:18:35.4917065Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-09-27T15:18:35.5191732Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-09-27T15:18:35.5192158Z -- Turning off deprecation warning due to glog. 2022-09-27T15:18:35.5202906Z -- Performing Test C_HAS_AVX_1 2022-09-27T15:18:35.7291530Z -- Performing Test C_HAS_AVX_1 - Failed 2022-09-27T15:18:35.7292019Z -- Performing Test C_HAS_AVX_2 2022-09-27T15:18:35.8791585Z -- Performing Test C_HAS_AVX_2 - Success 2022-09-27T15:18:35.8793538Z -- Performing Test C_HAS_AVX2_1 2022-09-27T15:18:36.0522385Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-09-27T15:18:36.0523044Z -- Performing Test C_HAS_AVX2_2 2022-09-27T15:18:36.1930816Z -- Performing Test C_HAS_AVX2_2 - Success 2022-09-27T15:18:36.1932459Z -- Performing Test C_HAS_AVX512_1 2022-09-27T15:18:36.3710262Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-09-27T15:18:36.3711789Z -- Performing Test C_HAS_AVX512_2 2022-09-27T15:18:36.5516687Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-09-27T15:18:36.5518130Z -- Performing Test C_HAS_AVX512_3 2022-09-27T15:18:36.5751071Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-09-27T15:18:36.5752061Z -- Performing Test CXX_HAS_AVX_1 2022-09-27T15:18:36.7721183Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-09-27T15:18:36.7721768Z -- Performing Test CXX_HAS_AVX_2 2022-09-27T15:18:36.9195594Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-09-27T15:18:36.9197953Z -- Performing Test CXX_HAS_AVX2_1 2022-09-27T15:18:37.0986185Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-09-27T15:18:37.0986749Z -- Performing Test CXX_HAS_AVX2_2 2022-09-27T15:18:37.2239494Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-09-27T15:18:37.2241277Z -- Performing Test CXX_HAS_AVX512_1 2022-09-27T15:18:37.4008458Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-09-27T15:18:37.4009334Z -- Performing Test CXX_HAS_AVX512_2 2022-09-27T15:18:37.5564585Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-09-27T15:18:37.5565439Z -- Performing Test CXX_HAS_AVX512_3 2022-09-27T15:18:37.5778827Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-09-27T15:18:37.5779216Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-09-27T15:18:37.5781008Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-09-27T15:18:37.7408039Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-09-27T15:18:37.7408491Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-09-27T15:18:37.7413471Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-09-27T15:18:37.8495787Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-09-27T15:18:37.8501760Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-09-27T15:18:37.9544742Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-09-27T15:18:37.9550643Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-09-27T15:18:38.0605459Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-09-27T15:18:38.0846059Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-09-27T15:18:39.1579760Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-09-27T15:18:39.1640776Z -- Detecting CUDA compiler ABI info 2022-09-27T15:18:39.4335334Z -- Detecting CUDA compiler ABI info - done 2022-09-27T15:18:39.4605119Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-09-27T15:18:39.4607694Z -- Detecting CUDA compile features 2022-09-27T15:18:39.4612213Z -- Detecting CUDA compile features - done 2022-09-27T15:18:39.4649409Z -- Caffe2: CUDA detected: 11.6 2022-09-27T15:18:39.4649733Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-09-27T15:18:39.4650019Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-09-27T15:18:39.5978390Z -- Caffe2: Header version is: 11.6 2022-09-27T15:18:39.6002757Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-09-27T15:18:39.6004297Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-09-27T15:18:39.8867372Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-09-27T15:18:39.8878256Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-09-27T15:18:39.8878740Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:18:39.8879069Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:18:39.8879350Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:18:39.8879574Z Call Stack (most recent call first): 2022-09-27T15:18:39.8879830Z cmake/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:18:39.8880083Z cmake/Dependencies.cmake:43 (include) 2022-09-27T15:18:39.8880299Z CMakeLists.txt:725 (include) 2022-09-27T15:18:39.8880411Z 2022-09-27T15:18:39.8880514Z  2022-09-27T15:18:39.8881554Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:18:39.8893804Z -- Building using own protobuf under third_party per request. 2022-09-27T15:18:39.8894084Z -- Use custom protobuf build. 2022-09-27T15:18:39.8928535Z -- 2022-09-27T15:18:39.8928738Z -- 3.13.0.0 2022-09-27T15:18:39.8937585Z -- Looking for pthread.h 2022-09-27T15:18:40.0212220Z -- Looking for pthread.h - found 2022-09-27T15:18:40.0213697Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:18:40.1480173Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:18:40.1480496Z -- Check if compiler accepts -pthread 2022-09-27T15:18:40.2480217Z -- Check if compiler accepts -pthread - yes 2022-09-27T15:18:40.2489419Z -- Found Threads: TRUE 2022-09-27T15:18:40.2493723Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-09-27T15:18:40.3587444Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-09-27T15:18:40.3802206Z -- Caffe2 protobuf include directory: $$ 2022-09-27T15:18:40.3829465Z -- Trying to find preferred BLAS backend of choice: MKL 2022-09-27T15:18:40.3851627Z -- MKL_THREADING = OMP 2022-09-27T15:18:40.3854666Z -- Looking for sys/types.h 2022-09-27T15:18:40.4824911Z -- Looking for sys/types.h - found 2022-09-27T15:18:40.4825826Z -- Looking for stdint.h 2022-09-27T15:18:40.5829563Z -- Looking for stdint.h - found 2022-09-27T15:18:40.5830995Z -- Looking for stddef.h 2022-09-27T15:18:40.6794998Z -- Looking for stddef.h - found 2022-09-27T15:18:40.6795754Z -- Check size of void* 2022-09-27T15:18:40.7775332Z -- Check size of void* - done 2022-09-27T15:18:41.1257640Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:41.1258106Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:18:41.1258416Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:41.1258734Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:41.1259060Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:41.1259284Z Call Stack (most recent call first): 2022-09-27T15:18:41.1259554Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:41.1260102Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:18:41.1260422Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:18:41.1260665Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:18:41.1260887Z CMakeLists.txt:725 (include) 2022-09-27T15:18:41.1261267Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:41.1261506Z  2022-09-27T15:18:41.2401425Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:41.2402164Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:18:41.2402576Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:41.2402885Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:41.2403156Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:41.2403383Z Call Stack (most recent call first): 2022-09-27T15:18:41.2403663Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:41.2403945Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:18:41.2404199Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:18:41.2404451Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:18:41.2404659Z CMakeLists.txt:725 (include) 2022-09-27T15:18:41.2404991Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:41.2405237Z  2022-09-27T15:18:41.2418105Z -- Looking for cblas_sgemm 2022-09-27T15:18:41.6038772Z -- Looking for cblas_sgemm - found 2022-09-27T15:18:41.6081680Z -- 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:18:41.6082342Z -- MKL include directory: /opt/conda/include 2022-09-27T15:18:41.6082586Z -- MKL OpenMP type: GNU 2022-09-27T15:18:41.6082848Z -- MKL OpenMP library: -fopenmp 2022-09-27T15:18:41.6468369Z -- The ASM compiler identification is GNU 2022-09-27T15:18:41.6486530Z -- Found assembler: /opt/cache/bin/cc 2022-09-27T15:18:41.6654347Z -- Brace yourself, we are building NNPACK 2022-09-27T15:18:41.6714952Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-09-27T15:18:41.6975017Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-09-27T15:18:41.7164985Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-09-27T15:18:41.7165431Z -- NNPACK backend is x86-64 2022-09-27T15:18:42.1862917Z -- Found Python: /opt/conda/bin/python3.10 (found version "3.10.4") found components: Interpreter 2022-09-27T15:18:42.1938310Z -- Failed to find LLVM FileCheck 2022-09-27T15:18:42.1975291Z -- Found Git: /usr/bin/git (found version "2.17.1") 2022-09-27T15:18:42.3113188Z -- git version: v1.6.1 normalized to 1.6.1 2022-09-27T15:18:42.3113489Z -- Version: 1.6.1 2022-09-27T15:18:42.3119846Z -- Looking for shm_open in rt 2022-09-27T15:18:42.4123502Z -- Looking for shm_open in rt - found 2022-09-27T15:18:42.4130274Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-09-27T15:18:42.5326211Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-09-27T15:18:42.5332948Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-09-27T15:18:42.6395687Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-09-27T15:18:42.6402551Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-09-27T15:18:42.7447309Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-09-27T15:18:42.7453781Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-09-27T15:18:42.8579167Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-09-27T15:18:42.8587202Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-09-27T15:18:42.9843852Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-09-27T15:18:42.9855351Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-09-27T15:18:43.0921488Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-09-27T15:18:43.0928712Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-09-27T15:18:43.2019495Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-09-27T15:18:43.2027479Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-09-27T15:18:43.3248885Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-09-27T15:18:43.3255448Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-09-27T15:18:43.3555764Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-09-27T15:18:43.3562538Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-09-27T15:18:43.4592698Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-09-27T15:18:43.4599494Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-09-27T15:18:43.5684964Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:18:43.5692255Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-09-27T15:18:43.6737940Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-09-27T15:18:43.6748678Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-09-27T15:18:43.7858416Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-09-27T15:18:43.7865453Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-09-27T15:18:43.8118865Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-09-27T15:18:43.8125226Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-09-27T15:18:43.8405371Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-09-27T15:18:43.8412177Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-09-27T15:18:43.9517514Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-09-27T15:18:43.9518060Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:18:43.9518386Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:18:44.2676499Z -- Performing Test HAVE_STD_REGEX -- success 2022-09-27T15:18:44.2676850Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:18:44.2677126Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:18:44.2940794Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-09-27T15:18:44.2941153Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:18:44.2941419Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:18:44.4488873Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-09-27T15:18:44.4489226Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:18:44.4489527Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:18:44.5929685Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-09-27T15:18:44.6225013Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-09-27T15:18:44.7307386Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-09-27T15:18:44.7329018Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:44.7329633Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:18:44.7330134Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:44.7330662Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:44.7331414Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:44.7331644Z Call Stack (most recent call first): 2022-09-27T15:18:44.7331980Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:44.7332266Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:18:44.7332706Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:44.7333014Z  2022-09-27T15:18:44.7333335Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:18:44.7334057Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:44.7334635Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:18:44.7335197Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:44.7335539Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:44.7335810Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:44.7336124Z Call Stack (most recent call first): 2022-09-27T15:18:44.7336396Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:44.7336698Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:18:44.7337098Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:44.7337388Z  2022-09-27T15:18:44.7337705Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:18:44.7338073Z -- Found OpenMP: TRUE (found version "4.5") 2022-09-27T15:18:44.7339088Z CMake Warning at third_party/fbgemm/CMakeLists.txt:63 (message): 2022-09-27T15:18:44.7339370Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-09-27T15:18:44.7339511Z 2022-09-27T15:18:44.7339591Z  2022-09-27T15:18:44.8429854Z CMake Warning at third_party/fbgemm/CMakeLists.txt:162 (message): 2022-09-27T15:18:44.8430275Z ========== 2022-09-27T15:18:44.8430486Z 2022-09-27T15:18:44.8430642Z  2022-09-27T15:18:44.8431031Z CMake Warning at third_party/fbgemm/CMakeLists.txt:163 (message): 2022-09-27T15:18:44.8431260Z CMAKE_BUILD_TYPE = Release 2022-09-27T15:18:44.8431388Z 2022-09-27T15:18:44.8431469Z  2022-09-27T15:18:44.8431751Z CMake Warning at third_party/fbgemm/CMakeLists.txt:164 (message): 2022-09-27T15:18:44.8432015Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-09-27T15:18:44.8432126Z 2022-09-27T15:18:44.8432205Z  2022-09-27T15:18:44.8432483Z CMake Warning at third_party/fbgemm/CMakeLists.txt:165 (message): 2022-09-27T15:18:44.8432779Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-09-27T15:18:44.8432911Z 2022-09-27T15:18:44.8432975Z  2022-09-27T15:18:44.8433256Z CMake Warning at third_party/fbgemm/CMakeLists.txt:166 (message): 2022-09-27T15:18:44.8433478Z ========== 2022-09-27T15:18:44.8433578Z 2022-09-27T15:18:44.8433642Z  2022-09-27T15:18:44.8478775Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-09-27T15:18:44.9558506Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-09-27T15:18:44.9564739Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-09-27T15:18:45.0632342Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-09-27T15:18:45.0639093Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-09-27T15:18:45.1701814Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-09-27T15:18:45.1708151Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-09-27T15:18:45.2765835Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-09-27T15:18:45.2787383Z ** AsmJit Summary ** 2022-09-27T15:18:45.2787920Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-09-27T15:18:45.2788268Z  ASMJIT_TEST=FALSE 2022-09-27T15:18:45.2788516Z  ASMJIT_TARGET_TYPE=STATIC 2022-09-27T15:18:45.2788812Z  ASMJIT_DEPS=pthread;rt 2022-09-27T15:18:45.2789073Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-09-27T15:18:45.2789322Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-09-27T15:18:45.2790010Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-09-27T15:18:45.2790463Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-09-27T15:18:45.2790808Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-09-27T15:18:45.2841323Z -- Found Numa: /usr/include 2022-09-27T15:18:45.2841681Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2022-09-27T15:18:45.2877241Z -- Using third party subdirectory Eigen. 2022-09-27T15:18:45.3087624Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "3.0") 2022-09-27T15:18:45.3112134Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found suitable version "3.10.4", minimum required is "3.0") 2022-09-27T15:18:45.3114112Z -- Using third_party/pybind11. 2022-09-27T15:18:45.3114702Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-09-27T15:18:45.5541820Z -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2022-09-27T15:18:46.0294586Z -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") 2022-09-27T15:18:46.0295741Z -- Found MPI: TRUE (found version "3.1") 2022-09-27T15:18:46.0300645Z -- MPI support found 2022-09-27T15:18:46.0301068Z -- MPI compile flags: -pthread 2022-09-27T15:18:46.0302025Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-09-27T15:18:46.0302554Z -- MPI LINK flags path: -L/usr/lib -pthread 2022-09-27T15:18:46.0302947Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-09-27T15:18:46.1456343Z CMake Warning at cmake/Dependencies.cmake:1158 (message): 2022-09-27T15:18:46.1456747Z OpenMPI found, but it is not built with CUDA support. 2022-09-27T15:18:46.1456985Z Call Stack (most recent call first): 2022-09-27T15:18:46.1457192Z CMakeLists.txt:725 (include) 2022-09-27T15:18:46.1457318Z 2022-09-27T15:18:46.1457407Z  2022-09-27T15:18:46.1480716Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:46.1481415Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:18:46.1481821Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:46.1482125Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:46.1482393Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:46.1482602Z Call Stack (most recent call first): 2022-09-27T15:18:46.1482867Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:46.1483160Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:18:46.1483468Z CMakeLists.txt:725 (include) 2022-09-27T15:18:46.1483844Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:46.1484089Z  2022-09-27T15:18:46.1484751Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:46.1485409Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:18:46.1485981Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:46.1486515Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:46.1486772Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:46.1486996Z Call Stack (most recent call first): 2022-09-27T15:18:46.1487261Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:46.1487748Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:18:46.1487957Z CMakeLists.txt:725 (include) 2022-09-27T15:18:46.1488284Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:46.1488526Z  2022-09-27T15:18:46.1489974Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-09-27T15:18:46.1490743Z -- 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:18:46.1491093Z -- Looking for LLVM in /opt/llvm 2022-09-27T15:18:46.1542302Z -- Found LLVM 9.0.1 2022-09-27T15:18:46.1542821Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-09-27T15:18:46.1566955Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-09-27T15:18:46.1567539Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:18:46.1567924Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:18:46.1568206Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:18:46.1568654Z Call Stack (most recent call first): 2022-09-27T15:18:46.1568895Z cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:18:46.1569151Z cmake/Dependencies.cmake:1366 (include) 2022-09-27T15:18:46.1569369Z CMakeLists.txt:725 (include) 2022-09-27T15:18:46.1569493Z 2022-09-27T15:18:46.1569590Z  2022-09-27T15:18:46.1707294Z CMake Warning at cmake/External/nccl.cmake:68 (message): 2022-09-27T15:18:46.1707785Z Enabling NCCL library slimming 2022-09-27T15:18:46.1708118Z Call Stack (most recent call first): 2022-09-27T15:18:46.1708339Z cmake/Dependencies.cmake:1366 (include) 2022-09-27T15:18:46.1708555Z CMakeLists.txt:725 (include) 2022-09-27T15:18:46.1708677Z 2022-09-27T15:18:46.1708765Z  2022-09-27T15:18:46.1779430Z -- Found CUB: /usr/local/cuda/include 2022-09-27T15:18:46.1781586Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-09-27T15:18:46.1783309Z CUDA_NVCC_FLAGS = -Xfatbin;-compress-all;-DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_52,code=sm_52;-Xcudafe;--diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl;--expt-relaxed-constexpr;--expt-extended-lambda 2022-09-27T15:18:46.1784558Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-09-27T15:18:46.1784863Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-09-27T15:18:46.1785167Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-09-27T15:18:46.1785474Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-09-27T15:18:46.1974666Z -- Performing Test UV_LINT_W4 2022-09-27T15:18:46.2197129Z -- Performing Test UV_LINT_W4 - Failed 2022-09-27T15:18:46.2203917Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-09-27T15:18:46.2425969Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-09-27T15:18:46.2432224Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-09-27T15:18:46.2657511Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-09-27T15:18:46.2663990Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-09-27T15:18:46.2888395Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-09-27T15:18:46.2894668Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-09-27T15:18:46.3147366Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-09-27T15:18:46.3154043Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-09-27T15:18:46.3374354Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-09-27T15:18:46.3380215Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-09-27T15:18:46.3607240Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-09-27T15:18:46.3613001Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-09-27T15:18:46.3835191Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-09-27T15:18:46.3841049Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-09-27T15:18:46.4063387Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-09-27T15:18:46.4069568Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-09-27T15:18:46.4293974Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-09-27T15:18:46.4299766Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-09-27T15:18:46.4523554Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-09-27T15:18:46.4529211Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-09-27T15:18:46.4749437Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-09-27T15:18:46.4755191Z -- Performing Test UV_LINT_WALL 2022-09-27T15:18:46.5747891Z -- Performing Test UV_LINT_WALL - Success 2022-09-27T15:18:46.5754436Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-09-27T15:18:46.6731686Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-09-27T15:18:46.6737914Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-09-27T15:18:46.7766029Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-09-27T15:18:46.7772161Z -- Performing Test UV_LINT_EXTRA 2022-09-27T15:18:46.8703373Z -- Performing Test UV_LINT_EXTRA - Success 2022-09-27T15:18:46.8710005Z -- Performing Test UV_LINT_UTF8_MSVC 2022-09-27T15:18:46.8928226Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-09-27T15:18:46.8935655Z -- Performing Test UV_F_STRICT_ALIASING 2022-09-27T15:18:46.9910687Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-09-27T15:18:46.9941332Z -- summary of build options: 2022-09-27T15:18:46.9941771Z Install prefix: /var/lib/jenkins/workspace/torch 2022-09-27T15:18:46.9942005Z Target system: Linux 2022-09-27T15:18:46.9942182Z Compiler: 2022-09-27T15:18:46.9942404Z C compiler: /opt/cache/bin/cc 2022-09-27T15:18:46.9942648Z CFLAGS: -fopenmp 2022-09-27T15:18:46.9942755Z 2022-09-27T15:18:46.9965098Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-09-27T15:18:47.0043561Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-09-27T15:18:47.0045398Z CUDA_NVCC_FLAGS = -Xfatbin;-compress-all;-DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_52,code=sm_52;-Xcudafe;--diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl;--expt-relaxed-constexpr;--expt-extended-lambda 2022-09-27T15:18:47.0046425Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-09-27T15:18:47.0046728Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-09-27T15:18:47.0047031Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-09-27T15:18:47.0047338Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-09-27T15:18:47.0068680Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-09-27T15:18:47.0069248Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-09-27T15:18:47.0069792Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-09-27T15:18:47.0070071Z set the policy and suppress this warning. 2022-09-27T15:18:47.0070214Z 2022-09-27T15:18:47.0070357Z For compatibility with older versions of CMake, option is clearing the 2022-09-27T15:18:47.0070652Z normal variable 'BUILD_BENCHMARK'. 2022-09-27T15:18:47.0071108Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:47.0071605Z  2022-09-27T15:18:47.0071921Z -- Enabling sccache for CXX 2022-09-27T15:18:47.0072177Z -- Enabling sccache for C 2022-09-27T15:18:47.0072529Z -- Gloo build as SHARED library 2022-09-27T15:18:47.0174442Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-09-27T15:18:47.0175102Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-09-27T15:18:47.0234888Z -- Found CUDA: /usr/local/cuda (found suitable version "11.6", minimum required is "7.0") 2022-09-27T15:18:47.0243589Z -- CUDA detected: 11.6 2022-09-27T15:18:47.0464387Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-09-27T15:18:47.0464687Z Metal is only used in ios builds. 2022-09-27T15:18:47.0465066Z Call Stack (most recent call first): 2022-09-27T15:18:47.0465288Z CMakeLists.txt:725 (include) 2022-09-27T15:18:47.0465414Z 2022-09-27T15:18:47.0465513Z  2022-09-27T15:18:47.0719873Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-09-27T15:18:47.0735277Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found version "3.10.4") 2022-09-27T15:18:47.0739338Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:18:47.0742243Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:18:47.0744014Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:18:47.1737691Z -- 2022-09-27T15:18:47.1738264Z -- ******** Summary ******** 2022-09-27T15:18:47.1738695Z -- CMake version : 3.22.1 2022-09-27T15:18:47.1739240Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:18:47.1739742Z -- System : Linux 2022-09-27T15:18:47.1740275Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:18:47.1740741Z -- C++ compiler version : 7.5.0 2022-09-27T15:18:47.1741495Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:18:47.1741881Z -- Build type : Release 2022-09-27T15:18:47.1742232Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-09-27T15:18:47.1742663Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-09-27T15:18:47.1743032Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:18:47.1743474Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:18:47.1743963Z -- 2022-09-27T15:18:47.1744178Z -- ONNX version : 1.12.0 2022-09-27T15:18:47.1744436Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:18:47.1744675Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:18:47.1744923Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-09-27T15:18:47.1745173Z -- Protobuf_USE_STATIC_LIBS : ON 2022-09-27T15:18:47.1745412Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-09-27T15:18:47.1745654Z -- ONNX_WERROR : OFF 2022-09-27T15:18:47.1745885Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:18:47.1746112Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:18:47.1746353Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:18:47.1746593Z -- ONNXIFI_ENABLE_EXT : OFF 2022-09-27T15:18:47.1746773Z -- 2022-09-27T15:18:47.1746980Z -- Protobuf compiler : 2022-09-27T15:18:47.1747217Z -- Protobuf includes : 2022-09-27T15:18:47.1747442Z -- Protobuf libraries : 2022-09-27T15:18:47.1747681Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:18:47.1778366Z -- 2022-09-27T15:18:47.1778716Z -- ******** Summary ******** 2022-09-27T15:18:47.1779105Z -- CMake version : 3.22.1 2022-09-27T15:18:47.1779569Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:18:47.1780096Z -- System : Linux 2022-09-27T15:18:47.1780524Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:18:47.1780982Z -- C++ compiler version : 7.5.0 2022-09-27T15:18:47.1781757Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:18:47.1782390Z -- Build type : Release 2022-09-27T15:18:47.1782864Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-09-27T15:18:47.1783720Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-09-27T15:18:47.1784205Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:18:47.1784788Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:18:47.1785085Z -- 2022-09-27T15:18:47.1785294Z -- ONNX version : 1.4.1 2022-09-27T15:18:47.1785526Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:18:47.1785765Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:18:47.1786001Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:18:47.1786224Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:18:47.1786468Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:18:47.1786661Z -- 2022-09-27T15:18:47.1786852Z -- Protobuf compiler : 2022-09-27T15:18:47.1787085Z -- Protobuf includes : 2022-09-27T15:18:47.1787317Z -- Protobuf libraries : 2022-09-27T15:18:47.1787538Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:18:47.1787862Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2022-09-27T15:18:47.1788161Z -- Adding -DNDEBUG to compile flags 2022-09-27T15:18:47.1807396Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-09-27T15:18:47.2079039Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-09-27T15:18:47.2080014Z -- Compiling with MAGMA support 2022-09-27T15:18:47.2080569Z -- MAGMA INCLUDE DIRECTORIES: /opt/conda/include 2022-09-27T15:18:47.2080879Z -- MAGMA LIBRARIES: /opt/conda/lib/libmagma.a 2022-09-27T15:18:47.2081116Z -- MAGMA V2 check: 0 2022-09-27T15:18:47.2317754Z -- Could not find hardware support for NEON on this machine. 2022-09-27T15:18:47.2318179Z -- No OMAP3 processor on this machine. 2022-09-27T15:18:47.2318431Z -- No OMAP4 processor on this machine. 2022-09-27T15:18:47.2353764Z -- Found a library with LAPACK API (mkl). 2022-09-27T15:18:47.2354577Z disabling ROCM because NOT USE_ROCM is set 2022-09-27T15:18:47.2354877Z -- MIOpen not found. Compiling without MIOpen support 2022-09-27T15:18:47.2364967Z -- Will build oneDNN Graph 2022-09-27T15:18:47.2379510Z -- MKLDNN_CPU_RUNTIME = OMP 2022-09-27T15:18:47.2403676Z -- cmake version: 3.22.1 2022-09-27T15:18:47.2404415Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-09-27T15:18:47.2404780Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-09-27T15:18:47.2405015Z of CMake. 2022-09-27T15:18:47.2405118Z 2022-09-27T15:18:47.2405325Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:18:47.2405624Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:18:47.2406001Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:18:47.2406288Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:18:47.2406433Z 2022-09-27T15:18:47.2406500Z  2022-09-27T15:18:47.2446893Z -- DNNL_TARGET_ARCH: X64 2022-09-27T15:18:47.2483707Z -- DNNL_LIBRARY_NAME: dnnl 2022-09-27T15:18:47.2550383Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:47.2551422Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:18:47.2551937Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:47.2552283Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:47.2552623Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:47.2552848Z Call Stack (most recent call first): 2022-09-27T15:18:47.2553116Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:47.2553502Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:18:47.2553883Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:18:47.2554249Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:47.2554497Z  2022-09-27T15:18:47.2554743Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:18:47.2556344Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:47.2557033Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:18:47.2557436Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:47.2557725Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:47.2557994Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:47.2558219Z Call Stack (most recent call first): 2022-09-27T15:18:47.2558474Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:47.2558864Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:18:47.2559241Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:18:47.2559596Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:47.2559839Z  2022-09-27T15:18:47.2560101Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:18:47.2675256Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-09-27T15:18:47.2874392Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "2.7") 2022-09-27T15:18:47.2892218Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-09-27T15:18:47.3126204Z -- Enabled workload: TRAINING 2022-09-27T15:18:47.3126560Z -- Enabled primitives: ALL 2022-09-27T15:18:47.3126801Z -- Enabled primitive CPU ISA: ALL 2022-09-27T15:18:47.3127053Z -- Enabled primitive GPU ISA: ALL 2022-09-27T15:18:47.3197449Z -- Primitive cache is enabled 2022-09-27T15:18:47.3416464Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-09-27T15:18:47.4421155Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-09-27T15:18:47.4423840Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-09-27T15:18:47.5367233Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-09-27T15:18:47.5369730Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-09-27T15:18:47.7019234Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-09-27T15:18:48.0108994Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot 2022-09-27T15:18:48.0618147Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:48.0618836Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:18:48.0619414Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:48.0619992Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:48.0620748Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:48.0620996Z Call Stack (most recent call first): 2022-09-27T15:18:48.0621252Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:48.0621625Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:18:48.0622030Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:18:48.0622619Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:48.0623049Z  2022-09-27T15:18:48.0623491Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:18:48.0624101Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:18:48.0624402Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:18:48.0624842Z problems in calling code that expects `find_package` result variables 2022-09-27T15:18:48.0625117Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:18:48.0625377Z Call Stack (most recent call first): 2022-09-27T15:18:48.0625648Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:18:48.0626032Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:18:48.0626382Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:18:48.0626712Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:18:48.0627008Z  2022-09-27T15:18:48.0662006Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-09-27T15:18:48.0682994Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-09-27T15:18:48.0772368Z -- Graph compiler backend is disabled. 2022-09-27T15:18:48.0784041Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-09-27T15:18:48.0801069Z -- Compiled partition cache is enabled 2022-09-27T15:18:48.0865208Z -- Found MKL-DNN: TRUE 2022-09-27T15:18:48.0868758Z -- Looking for clock_gettime in rt 2022-09-27T15:18:48.1895607Z -- Looking for clock_gettime in rt - found 2022-09-27T15:18:48.1896436Z -- Looking for mmap 2022-09-27T15:18:48.2855409Z -- Looking for mmap - found 2022-09-27T15:18:48.2855904Z -- Looking for shm_open 2022-09-27T15:18:48.3815258Z -- Looking for shm_open - found 2022-09-27T15:18:48.3815781Z -- Looking for shm_unlink 2022-09-27T15:18:48.4896776Z -- Looking for shm_unlink - found 2022-09-27T15:18:48.4897192Z -- Looking for malloc_usable_size 2022-09-27T15:18:48.6017480Z -- Looking for malloc_usable_size - found 2022-09-27T15:18:48.6018162Z -- Performing Test C_HAS_THREAD 2022-09-27T15:18:48.7144276Z -- Performing Test C_HAS_THREAD - Success 2022-09-27T15:18:48.7216880Z -- Version: 7.0.3 2022-09-27T15:18:48.7217295Z -- Build type: Release 2022-09-27T15:18:48.7225731Z -- CXX_STANDARD: 14 2022-09-27T15:18:48.7231862Z -- Performing Test has_std_14_flag 2022-09-27T15:18:48.8292158Z -- Performing Test has_std_14_flag - Success 2022-09-27T15:18:48.8298238Z -- Performing Test has_std_1y_flag 2022-09-27T15:18:48.9381726Z -- Performing Test has_std_1y_flag - Success 2022-09-27T15:18:48.9383950Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-09-27T15:18:49.0489805Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-09-27T15:18:49.0490386Z -- Performing Test FMT_HAS_VARIANT 2022-09-27T15:18:49.1653329Z -- Performing Test FMT_HAS_VARIANT - Success 2022-09-27T15:18:49.1660767Z -- Required features: cxx_variadic_templates 2022-09-27T15:18:49.1666941Z -- Looking for strtod_l 2022-09-27T15:18:49.2355237Z -- Looking for strtod_l - not found 2022-09-27T15:18:49.2361967Z -- Using Kineto with CUPTI support 2022-09-27T15:18:49.2362470Z -- Configuring Kineto dependency: 2022-09-27T15:18:49.2362883Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-09-27T15:18:49.2363227Z -- KINETO_BUILD_TESTS = OFF 2022-09-27T15:18:49.2363453Z -- KINETO_LIBRARY_TYPE = static 2022-09-27T15:18:49.2363910Z -- CUDA_SOURCE_DIR = /usr/local/cuda 2022-09-27T15:18:49.2364215Z -- CUDA_INCLUDE_DIRS = /usr/local/cuda/include 2022-09-27T15:18:49.2364829Z -- CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-09-27T15:18:49.2365170Z -- CUDA_cupti_LIBRARY = /usr/local/cuda/lib64/libcupti.so 2022-09-27T15:18:49.2365452Z -- Found CUPTI 2022-09-27T15:18:49.2597249Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-09-27T15:18:49.2598462Z INFO ROCM_SOURCE_DIR =  2022-09-27T15:18:49.3135627Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-09-27T15:18:49.3136119Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-09-27T15:18:49.3136474Z INFO CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-09-27T15:18:49.3136827Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-09-27T15:18:49.3139236Z -- Configured Kineto 2022-09-27T15:18:49.3161851Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-09-27T15:18:49.3169534Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-09-27T15:18:49.4561087Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-09-27T15:18:49.4568862Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-09-27T15:18:49.5982032Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-09-27T15:18:49.5989693Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-09-27T15:18:49.7061127Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-09-27T15:18:49.7068558Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-09-27T15:18:49.8162948Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-09-27T15:18:49.8169898Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-09-27T15:18:49.9239415Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-09-27T15:18:49.9245888Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-09-27T15:18:50.0313184Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-09-27T15:18:50.0319142Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-09-27T15:18:50.1381871Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-09-27T15:18:50.1389296Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-09-27T15:18:50.2591921Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-09-27T15:18:50.2598925Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-09-27T15:18:50.3677343Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-09-27T15:18:50.3684153Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-09-27T15:18:50.4808103Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-09-27T15:18:50.4814645Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-09-27T15:18:50.5884110Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:18:50.5891061Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-09-27T15:18:50.7004252Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-09-27T15:18:50.7011033Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-09-27T15:18:50.8285078Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-09-27T15:18:50.8291981Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-09-27T15:18:50.9359628Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-09-27T15:18:50.9366800Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-09-27T15:18:50.9654100Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-09-27T15:18:50.9660457Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-09-27T15:18:51.0869836Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-09-27T15:18:51.0876989Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-09-27T15:18:51.1936101Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-09-27T15:18:51.1943169Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-09-27T15:18:51.3037364Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-09-27T15:18:51.3044149Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-09-27T15:18:51.4131877Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-09-27T15:18:51.4139998Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-09-27T15:18:51.5210068Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-09-27T15:18:51.5217969Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-09-27T15:18:51.6317391Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-09-27T15:18:51.6324485Z -- Performing Test HAS_WERROR_FORMAT 2022-09-27T15:18:51.7433982Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-09-27T15:18:51.7440576Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-09-27T15:18:51.7704907Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-09-27T15:18:51.7710824Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-09-27T15:18:51.8867536Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-09-27T15:18:51.8874378Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-09-27T15:18:52.0135426Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-09-27T15:18:52.0201792Z -- Looking for backtrace 2022-09-27T15:18:52.1287762Z -- Looking for backtrace - found 2022-09-27T15:18:52.1289793Z -- backtrace facility detected in default set of libraries 2022-09-27T15:18:52.1292412Z -- Found Backtrace: /usr/include 2022-09-27T15:18:52.1294276Z -- NUMA paths: 2022-09-27T15:18:52.1294571Z -- /usr/include 2022-09-27T15:18:52.1294821Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2022-09-27T15:18:54.8036706Z -- headers outputs: 2022-09-27T15:19:00.4396376Z -- sources outputs: 2022-09-27T15:19:01.5969505Z -- declarations_yaml outputs: 2022-09-27T15:19:01.6026914Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-09-27T15:19:01.7489858Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-09-27T15:19:01.7755624Z -- Using ATen parallel backend: OMP 2022-09-27T15:19:01.9124786Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-09-27T15:19:01.9125180Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-09-27T15:19:01.9125445Z of CMake. 2022-09-27T15:19:01.9125567Z 2022-09-27T15:19:01.9125796Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:19:01.9126165Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:19:01.9126530Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:19:01.9126869Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:19:01.9127014Z 2022-09-27T15:19:01.9127096Z  2022-09-27T15:19:01.9778718Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1q") 2022-09-27T15:19:01.9800922Z -- Check size of long double 2022-09-27T15:19:02.0839187Z -- Check size of long double - done 2022-09-27T15:19:02.0840757Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-09-27T15:19:02.1942635Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-09-27T15:19:02.1943928Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-09-27T15:19:02.2889048Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-09-27T15:19:02.2890057Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-09-27T15:19:02.4299757Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-09-27T15:19:02.4300768Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-09-27T15:19:02.5553863Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-09-27T15:19:02.5554663Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-09-27T15:19:02.6829952Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-09-27T15:19:02.6830929Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-09-27T15:19:02.8114546Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-09-27T15:19:02.8115373Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-09-27T15:19:02.9392666Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-09-27T15:19:02.9393546Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-09-27T15:19:03.0647028Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-09-27T15:19:03.0680347Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-09-27T15:19:03.1724692Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-09-27T15:19:03.1725728Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-09-27T15:19:03.2915774Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-09-27T15:19:03.2917227Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-09-27T15:19:03.3915190Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-09-27T15:19:03.3915905Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-09-27T15:19:03.5085115Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-09-27T15:19:03.5248722Z -- Configuring build for SLEEF-v3.6.0 2022-09-27T15:19:03.5249329Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:19:03.5249663Z  Target processor: x86_64 2022-09-27T15:19:03.5250145Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:19:03.5250601Z  Host processor: x86_64 2022-09-27T15:19:03.5251120Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-09-27T15:19:03.5251387Z  CMake: 3.22.1 2022-09-27T15:19:03.5251774Z  Make program: /usr/bin/make 2022-09-27T15:19:03.5252277Z -- 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:19:03.5252679Z -- Building shared libs : OFF 2022-09-27T15:19:03.5252911Z -- Building static test bins: OFF 2022-09-27T15:19:03.5253148Z -- MPFR : LIB_MPFR-NOTFOUND 2022-09-27T15:19:03.5253390Z -- GMP : LIBGMP-NOTFOUND 2022-09-27T15:19:03.5253635Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-09-27T15:19:03.5253882Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-09-27T15:19:03.5254102Z -- OPENSSL : 1.1.1q 2022-09-27T15:19:03.5254327Z -- SDE : SDE_COMMAND-NOTFOUND 2022-09-27T15:19:03.5254541Z -- RUNNING_ON_TRAVIS : 2022-09-27T15:19:03.5254777Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-09-27T15:19:03.5254985Z  2022-09-27T15:19:03.5255245Z *** Note: Parallel build is only supported with Ninja *** 2022-09-27T15:19:03.5255483Z  2022-09-27T15:19:03.5369231Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-09-27T15:19:03.5369869Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-09-27T15:19:03.5370315Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-09-27T15:19:03.5370733Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-09-27T15:19:04.5794410Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-09-27T15:19:04.6883824Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-09-27T15:19:04.6891100Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-09-27T15:19:04.7971816Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-09-27T15:19:04.7980028Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-09-27T15:19:04.9219982Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-09-27T15:19:04.9266747Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-09-27T15:19:05.1487081Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-09-27T15:19:05.1530507Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:19:05.1530812Z Syntax Warning in cmake code at column 107 2022-09-27T15:19:05.1530965Z 2022-09-27T15:19:05.1531163Z Argument not separated from preceding token by whitespace. 2022-09-27T15:19:05.1531798Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:19:05.1532213Z  2022-09-27T15:19:05.1532467Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:19:05.1532716Z Syntax Warning in cmake code at column 115 2022-09-27T15:19:05.1532854Z 2022-09-27T15:19:05.1532984Z Argument not separated from preceding token by whitespace. 2022-09-27T15:19:05.1533327Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:19:05.1533575Z  2022-09-27T15:19:05.2246790Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-09-27T15:19:05.2247164Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:19:05.2247789Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:19:05.2248096Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:19:05.2248373Z Call Stack (most recent call first): 2022-09-27T15:19:05.2248610Z torch/CMakeLists.txt:425 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:19:05.2248770Z 2022-09-27T15:19:05.2248893Z  2022-09-27T15:19:05.2278654Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:19:05.2279335Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:19:05.2279752Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:19:05.2280058Z problems in calling code that expects `find_package` result variables 2022-09-27T15:19:05.2280329Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:19:05.2280651Z Call Stack (most recent call first): 2022-09-27T15:19:05.2280927Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:19:05.2281228Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:19:05.2281755Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:19:05.2282046Z  2022-09-27T15:19:05.2283107Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:19:05.2283709Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:19:05.2284028Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:19:05.2284335Z problems in calling code that expects `find_package` result variables 2022-09-27T15:19:05.2284606Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:19:05.2284831Z Call Stack (most recent call first): 2022-09-27T15:19:05.2285111Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:19:05.2285373Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:19:05.2285709Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:19:05.2285955Z  2022-09-27T15:19:05.2287850Z -- pytorch is compiling with OpenMP. 2022-09-27T15:19:05.2288281Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:19:05.2288900Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:19:05.2291234Z -- Caffe2 is compiling with OpenMP. 2022-09-27T15:19:05.2291709Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:19:05.2292184Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:19:05.2811377Z -- Using lib/python3.10/site-packages as python relative installation path 2022-09-27T15:19:05.3251601Z CMake Warning at CMakeLists.txt:1090 (message): 2022-09-27T15:19:05.3252112Z Generated cmake files are only fully tested if one builds with system glog, 2022-09-27T15:19:05.3252465Z gflags, and protobuf. Other settings may generate files that are not well 2022-09-27T15:19:05.3252712Z tested. 2022-09-27T15:19:05.3252818Z 2022-09-27T15:19:05.3252904Z  2022-09-27T15:19:05.3273317Z -- 2022-09-27T15:19:05.3273683Z -- ******** Summary ******** 2022-09-27T15:19:05.3274070Z -- General: 2022-09-27T15:19:05.3274472Z -- CMake version : 3.22.1 2022-09-27T15:19:05.3274845Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:19:05.3275229Z -- System : Linux 2022-09-27T15:19:05.3275580Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:19:05.3275923Z -- C++ compiler id : GNU 2022-09-27T15:19:05.3276272Z -- C++ compiler version : 7.5.0 2022-09-27T15:19:05.3276693Z -- Using ccache if found : ON 2022-09-27T15:19:05.3277171Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-09-27T15:19:05.3279949Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -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 -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:19:05.3282086Z -- Build type : Release 2022-09-27T15:19:05.3282947Z -- 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:19:05.3283919Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-09-27T15:19:05.3284576Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:19:05.3285077Z -- USE_GOLD_LINKER : OFF 2022-09-27T15:19:05.3285433Z -- 2022-09-27T15:19:05.3285802Z -- TORCH_VERSION : 1.13.0 2022-09-27T15:19:05.3286210Z -- CAFFE2_VERSION : 1.13.0 2022-09-27T15:19:05.3286629Z -- BUILD_CAFFE2 : OFF 2022-09-27T15:19:05.3287059Z -- BUILD_CAFFE2_OPS : OFF 2022-09-27T15:19:05.3287470Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-09-27T15:19:05.3287899Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-09-27T15:19:05.3288320Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-09-27T15:19:05.3288697Z -- BUILD_BINARY : OFF 2022-09-27T15:19:05.3289074Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-09-27T15:19:05.3289463Z -- Link local protobuf : ON 2022-09-27T15:19:05.3289886Z -- BUILD_DOCS : OFF 2022-09-27T15:19:05.3290326Z -- BUILD_PYTHON : True 2022-09-27T15:19:05.3290719Z -- Python version : 3.10.4 2022-09-27T15:19:05.3291030Z -- Python executable : /opt/conda/bin/python 2022-09-27T15:19:05.3291299Z -- Pythonlibs version : 3.10.4 2022-09-27T15:19:05.3291595Z -- Python library : /opt/conda/lib/libpython3.10.a 2022-09-27T15:19:05.3291930Z -- Python includes : /opt/conda/include/python3.10 2022-09-27T15:19:05.3292510Z -- Python site-packages: lib/python3.10/site-packages 2022-09-27T15:19:05.3292949Z -- BUILD_SHARED_LIBS : ON 2022-09-27T15:19:05.3293197Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-09-27T15:19:05.3293441Z -- BUILD_TEST : True 2022-09-27T15:19:05.3293663Z -- BUILD_JNI : OFF 2022-09-27T15:19:05.3293881Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-09-27T15:19:05.3294162Z -- BUILD_LITE_INTERPRETER: OFF 2022-09-27T15:19:05.3294395Z -- INTERN_BUILD_MOBILE : 2022-09-27T15:19:05.3294629Z -- TRACING_BASED : OFF 2022-09-27T15:19:05.3294838Z -- USE_BLAS : 1 2022-09-27T15:19:05.3295054Z -- BLAS : mkl 2022-09-27T15:19:05.3295270Z -- BLAS_HAS_SBGEMM : 2022-09-27T15:19:05.3295494Z -- USE_LAPACK : 1 2022-09-27T15:19:05.3295704Z -- LAPACK : mkl 2022-09-27T15:19:05.3295919Z -- USE_ASAN : OFF 2022-09-27T15:19:05.3296143Z -- USE_CPP_CODE_COVERAGE : OFF 2022-09-27T15:19:05.3296358Z -- USE_CUDA : ON 2022-09-27T15:19:05.3296578Z -- Split CUDA : ON 2022-09-27T15:19:05.3296802Z -- CUDA static link : OFF 2022-09-27T15:19:05.3297011Z -- USE_CUDNN : ON 2022-09-27T15:19:05.3297262Z -- USE_EXPERIMENTAL_CUDNN_V8_API: ON 2022-09-27T15:19:05.3297509Z -- CUDA version : 11.6 2022-09-27T15:19:05.3297729Z -- USE_FLASH_ATTENTION : OFF 2022-09-27T15:19:05.3297962Z -- cuDNN version : 8.3.2 2022-09-27T15:19:05.3298329Z -- CUDA root directory : /usr/local/cuda 2022-09-27T15:19:05.3298624Z -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so 2022-09-27T15:19:05.3298950Z -- cudart library : /usr/local/cuda/lib64/libcudart.so 2022-09-27T15:19:05.3299267Z -- cublas library : /usr/local/cuda/lib64/libcublas.so 2022-09-27T15:19:05.3299569Z -- cufft library : /usr/local/cuda/lib64/libcufft.so 2022-09-27T15:19:05.3299884Z -- curand library : /usr/local/cuda/lib64/libcurand.so 2022-09-27T15:19:05.3300304Z -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so 2022-09-27T15:19:05.3300610Z -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so 2022-09-27T15:19:05.3300889Z -- CUDA include path : /usr/local/cuda/include 2022-09-27T15:19:05.3301183Z -- NVCC executable : /usr/local/cuda/bin/nvcc 2022-09-27T15:19:05.3301471Z -- CUDA compiler : /usr/local/cuda/bin/nvcc 2022-09-27T15:19:05.3303361Z -- CUDA flags : -Xfatbin -compress-all -DONNX_NAMESPACE=onnx_torch -gencode arch=compute_52,code=sm_52 -Xcudafe --diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl --expt-relaxed-constexpr --expt-extended-lambda -Xfatbin -compress-all -Wno-deprecated-gpu-targets --expt-extended-lambda -DCUB_WRAPPED_NAMESPACE=at_cuda_detail -DCUDA_HAS_FP16=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ 2022-09-27T15:19:05.3304826Z -- CUDA host compiler : 2022-09-27T15:19:05.3305059Z -- CUDA --device-c : OFF 2022-09-27T15:19:05.3305304Z -- USE_TENSORRT : OFF 2022-09-27T15:19:05.3305533Z -- USE_ROCM : OFF 2022-09-27T15:19:05.3305743Z -- USE_EIGEN_FOR_BLAS : 2022-09-27T15:19:05.3305972Z -- USE_FBGEMM : ON 2022-09-27T15:19:05.3306204Z -- USE_FAKELOWP : OFF 2022-09-27T15:19:05.3306421Z -- USE_KINETO : ON 2022-09-27T15:19:05.3306648Z -- USE_FFMPEG : OFF 2022-09-27T15:19:05.3306869Z -- USE_GFLAGS : OFF 2022-09-27T15:19:05.3307078Z -- USE_GLOG : OFF 2022-09-27T15:19:05.3307302Z -- USE_LEVELDB : OFF 2022-09-27T15:19:05.3307524Z -- USE_LITE_PROTO : OFF 2022-09-27T15:19:05.3307746Z -- USE_LMDB : OFF 2022-09-27T15:19:05.3307950Z -- USE_METAL : OFF 2022-09-27T15:19:05.3308172Z -- USE_PYTORCH_METAL : OFF 2022-09-27T15:19:05.3308420Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-09-27T15:19:05.3308643Z -- USE_MPS : OFF 2022-09-27T15:19:05.3308865Z -- USE_FFTW : OFF 2022-09-27T15:19:05.3309079Z -- USE_MKL : ON 2022-09-27T15:19:05.3309284Z -- USE_MKLDNN : ON 2022-09-27T15:19:05.3309509Z -- USE_MKLDNN_ACL : OFF 2022-09-27T15:19:05.3309735Z -- USE_MKLDNN_CBLAS : OFF 2022-09-27T15:19:05.3309943Z -- USE_UCC : 1 2022-09-27T15:19:05.3310165Z -- USE_SYSTEM_UCC : 1 2022-09-27T15:19:05.3310383Z -- USE_ITT : ON 2022-09-27T15:19:05.3310585Z -- USE_NCCL : ON 2022-09-27T15:19:05.3310803Z -- USE_SYSTEM_NCCL : OFF 2022-09-27T15:19:05.3311030Z -- USE_NCCL_WITH_UCC : OFF 2022-09-27T15:19:05.3311238Z -- USE_NNPACK : ON 2022-09-27T15:19:05.3311461Z -- USE_NUMPY : ON 2022-09-27T15:19:05.3311684Z -- USE_OBSERVERS : ON 2022-09-27T15:19:05.3311896Z -- USE_OPENCL : OFF 2022-09-27T15:19:05.3312117Z -- USE_OPENCV : OFF 2022-09-27T15:19:05.3312338Z -- USE_OPENMP : ON 2022-09-27T15:19:05.3312638Z -- USE_TBB : OFF 2022-09-27T15:19:05.3312858Z -- USE_VULKAN : OFF 2022-09-27T15:19:05.3313079Z -- USE_PROF : OFF 2022-09-27T15:19:05.3313290Z -- USE_QNNPACK : ON 2022-09-27T15:19:05.3313523Z -- USE_PYTORCH_QNNPACK : ON 2022-09-27T15:19:05.3313751Z -- USE_XNNPACK : ON 2022-09-27T15:19:05.3313962Z -- USE_REDIS : OFF 2022-09-27T15:19:05.3314182Z -- USE_ROCKSDB : OFF 2022-09-27T15:19:05.3314402Z -- USE_ZMQ : OFF 2022-09-27T15:19:05.3314626Z -- USE_DISTRIBUTED : ON 2022-09-27T15:19:05.3314840Z -- USE_MPI : ON 2022-09-27T15:19:05.3315061Z -- USE_GLOO : ON 2022-09-27T15:19:05.3315298Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-09-27T15:19:05.3315523Z -- USE_TENSORPIPE : ON 2022-09-27T15:19:05.3315749Z -- USE_DEPLOY : OFF 2022-09-27T15:19:05.3316165Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-09-27T15:19:05.3317054Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;ittnotify;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-09-27T15:19:05.3317581Z -- USE_COREML_DELEGATE : OFF 2022-09-27T15:19:05.3317821Z -- BUILD_LAZY_TS_BACKEND : ON 2022-09-27T15:19:05.3406008Z -- Configuring done 2022-09-27T15:19:06.7625704Z CMake Warning at caffe2/CMakeLists.txt:807 (add_library): 2022-09-27T15:19:06.7626280Z Cannot generate a safe runtime search path for target torch_cpu because 2022-09-27T15:19:06.7626624Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.7626857Z directories: 2022-09-27T15:19:06.7626990Z 2022-09-27T15:19:06.7627277Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.7627551Z /opt/conda/lib 2022-09-27T15:19:06.7627649Z 2022-09-27T15:19:06.7627812Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.7627970Z 2022-09-27T15:19:06.7628054Z  2022-09-27T15:19:06.8624218Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8624548Z Cannot generate a safe runtime search path for target Dict_test because 2022-09-27T15:19:06.8624854Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8625112Z directories: 2022-09-27T15:19:06.8625262Z 2022-09-27T15:19:06.8625495Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8625752Z /opt/conda/lib 2022-09-27T15:19:06.8625862Z 2022-09-27T15:19:06.8625978Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8626122Z 2022-09-27T15:19:06.8626201Z  2022-09-27T15:19:06.8670879Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8671400Z Cannot generate a safe runtime search path for target Dimname_test because 2022-09-27T15:19:06.8671965Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8672365Z directories: 2022-09-27T15:19:06.8672559Z 2022-09-27T15:19:06.8672997Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8673432Z /opt/conda/lib 2022-09-27T15:19:06.8673548Z 2022-09-27T15:19:06.8673662Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8673796Z 2022-09-27T15:19:06.8673878Z  2022-09-27T15:19:06.8718345Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8718848Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-09-27T15:19:06.8719406Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8719828Z directories: 2022-09-27T15:19:06.8720248Z 2022-09-27T15:19:06.8720694Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8721040Z /opt/conda/lib 2022-09-27T15:19:06.8721153Z 2022-09-27T15:19:06.8721256Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8721402Z 2022-09-27T15:19:06.8721482Z  2022-09-27T15:19:06.8764960Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8765504Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-09-27T15:19:06.8765997Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8766236Z directories: 2022-09-27T15:19:06.8766342Z 2022-09-27T15:19:06.8766579Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8766815Z /opt/conda/lib 2022-09-27T15:19:06.8766924Z 2022-09-27T15:19:06.8767037Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8767189Z 2022-09-27T15:19:06.8767377Z  2022-09-27T15:19:06.8811234Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8811743Z Cannot generate a safe runtime search path for target apply_utils_test 2022-09-27T15:19:06.8812323Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8812560Z directories: 2022-09-27T15:19:06.8812666Z 2022-09-27T15:19:06.8812890Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8813136Z /opt/conda/lib 2022-09-27T15:19:06.8813245Z 2022-09-27T15:19:06.8813362Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8813506Z 2022-09-27T15:19:06.8813584Z  2022-09-27T15:19:06.8857649Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8858190Z Cannot generate a safe runtime search path for target atest because files 2022-09-27T15:19:06.8858758Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:19:06.8858931Z 2022-09-27T15:19:06.8859167Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8859405Z /opt/conda/lib 2022-09-27T15:19:06.8859517Z 2022-09-27T15:19:06.8859630Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8859774Z 2022-09-27T15:19:06.8859856Z  2022-09-27T15:19:06.8904622Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8905172Z Cannot generate a safe runtime search path for target basic because files 2022-09-27T15:19:06.8905761Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:19:06.8906057Z 2022-09-27T15:19:06.8906292Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8906527Z /opt/conda/lib 2022-09-27T15:19:06.8906635Z 2022-09-27T15:19:06.8906758Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8906904Z 2022-09-27T15:19:06.8906982Z  2022-09-27T15:19:06.8950955Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8951416Z Cannot generate a safe runtime search path for target broadcast_test 2022-09-27T15:19:06.8952005Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8952305Z directories: 2022-09-27T15:19:06.8952410Z 2022-09-27T15:19:06.8952633Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.8952879Z /opt/conda/lib 2022-09-27T15:19:06.8952989Z 2022-09-27T15:19:06.8953103Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.8953248Z 2022-09-27T15:19:06.8953326Z  2022-09-27T15:19:06.8997454Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.8998052Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-09-27T15:19:06.8998860Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.8999287Z directories: 2022-09-27T15:19:06.8999486Z 2022-09-27T15:19:06.8999812Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9000070Z /opt/conda/lib 2022-09-27T15:19:06.9000182Z 2022-09-27T15:19:06.9000299Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9000434Z 2022-09-27T15:19:06.9000514Z  2022-09-27T15:19:06.9044690Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9045206Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:06.9045733Z cpu_profiling_allocator_test because files in some directories may conflict 2022-09-27T15:19:06.9046243Z with libraries in implicit directories: 2022-09-27T15:19:06.9046481Z 2022-09-27T15:19:06.9046841Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9047104Z /opt/conda/lib 2022-09-27T15:19:06.9047214Z 2022-09-27T15:19:06.9047317Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9047467Z 2022-09-27T15:19:06.9047551Z  2022-09-27T15:19:06.9090817Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9091286Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-09-27T15:19:06.9091599Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9091827Z directories: 2022-09-27T15:19:06.9091935Z 2022-09-27T15:19:06.9092173Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9092409Z /opt/conda/lib 2022-09-27T15:19:06.9092517Z 2022-09-27T15:19:06.9092633Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9092778Z 2022-09-27T15:19:06.9092858Z  2022-09-27T15:19:06.9137224Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9137736Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-09-27T15:19:06.9138088Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9138324Z directories: 2022-09-27T15:19:06.9138432Z 2022-09-27T15:19:06.9138672Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9138909Z /opt/conda/lib 2022-09-27T15:19:06.9139020Z 2022-09-27T15:19:06.9139133Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9139279Z 2022-09-27T15:19:06.9139358Z  2022-09-27T15:19:06.9183505Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9183995Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-09-27T15:19:06.9184501Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9184972Z directories: 2022-09-27T15:19:06.9185152Z 2022-09-27T15:19:06.9185426Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9185676Z /opt/conda/lib 2022-09-27T15:19:06.9185784Z 2022-09-27T15:19:06.9185898Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9186042Z 2022-09-27T15:19:06.9186110Z  2022-09-27T15:19:06.9230325Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9230840Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:06.9231445Z extension_backend_test because files in some directories may conflict with 2022-09-27T15:19:06.9231699Z libraries in implicit directories: 2022-09-27T15:19:06.9231832Z 2022-09-27T15:19:06.9232075Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9232329Z /opt/conda/lib 2022-09-27T15:19:06.9232436Z 2022-09-27T15:19:06.9232677Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9232823Z 2022-09-27T15:19:06.9232903Z  2022-09-27T15:19:06.9279559Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9280072Z Cannot generate a safe runtime search path for target half_test because 2022-09-27T15:19:06.9280620Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9280861Z directories: 2022-09-27T15:19:06.9280967Z 2022-09-27T15:19:06.9281203Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9281438Z /opt/conda/lib 2022-09-27T15:19:06.9281548Z 2022-09-27T15:19:06.9281662Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9281809Z 2022-09-27T15:19:06.9281887Z  2022-09-27T15:19:06.9325718Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9326221Z Cannot generate a safe runtime search path for target ivalue_test because 2022-09-27T15:19:06.9326935Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9327178Z directories: 2022-09-27T15:19:06.9327286Z 2022-09-27T15:19:06.9327524Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9327761Z /opt/conda/lib 2022-09-27T15:19:06.9327873Z 2022-09-27T15:19:06.9327989Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9328135Z 2022-09-27T15:19:06.9328215Z  2022-09-27T15:19:06.9371729Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9372265Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-09-27T15:19:06.9372761Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9372999Z directories: 2022-09-27T15:19:06.9373094Z 2022-09-27T15:19:06.9373329Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9373582Z /opt/conda/lib 2022-09-27T15:19:06.9373692Z 2022-09-27T15:19:06.9373807Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9373952Z 2022-09-27T15:19:06.9374019Z  2022-09-27T15:19:06.9417931Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9418400Z Cannot generate a safe runtime search path for target math_kernel_test 2022-09-27T15:19:06.9418945Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9419360Z directories: 2022-09-27T15:19:06.9419553Z 2022-09-27T15:19:06.9419994Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9420495Z /opt/conda/lib 2022-09-27T15:19:06.9420671Z 2022-09-27T15:19:06.9420780Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9420926Z 2022-09-27T15:19:06.9421007Z  2022-09-27T15:19:06.9464190Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9464735Z Cannot generate a safe runtime search path for target memory_format_test 2022-09-27T15:19:06.9465209Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9465448Z directories: 2022-09-27T15:19:06.9465555Z 2022-09-27T15:19:06.9465793Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9466041Z /opt/conda/lib 2022-09-27T15:19:06.9466138Z 2022-09-27T15:19:06.9466252Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9466399Z 2022-09-27T15:19:06.9466478Z  2022-09-27T15:19:06.9510741Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9511174Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:06.9511532Z memory_overlapping_test because files in some directories may conflict with 2022-09-27T15:19:06.9511800Z libraries in implicit directories: 2022-09-27T15:19:06.9512063Z 2022-09-27T15:19:06.9512302Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9512537Z /opt/conda/lib 2022-09-27T15:19:06.9512645Z 2022-09-27T15:19:06.9512760Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9512905Z 2022-09-27T15:19:06.9512985Z  2022-09-27T15:19:06.9556906Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9557396Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-09-27T15:19:06.9558068Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9558307Z directories: 2022-09-27T15:19:06.9558414Z 2022-09-27T15:19:06.9558640Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9558887Z /opt/conda/lib 2022-09-27T15:19:06.9558997Z 2022-09-27T15:19:06.9559208Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9559356Z 2022-09-27T15:19:06.9559436Z  2022-09-27T15:19:06.9602823Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9603437Z Cannot generate a safe runtime search path for target native_test because 2022-09-27T15:19:06.9603969Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9604185Z directories: 2022-09-27T15:19:06.9604291Z 2022-09-27T15:19:06.9604532Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9604782Z /opt/conda/lib 2022-09-27T15:19:06.9604889Z 2022-09-27T15:19:06.9605002Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9605134Z 2022-09-27T15:19:06.9605213Z  2022-09-27T15:19:06.9649091Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9649591Z Cannot generate a safe runtime search path for target operator_name_test 2022-09-27T15:19:06.9650155Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9650545Z directories: 2022-09-27T15:19:06.9650652Z 2022-09-27T15:19:06.9650891Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9651135Z /opt/conda/lib 2022-09-27T15:19:06.9651233Z 2022-09-27T15:19:06.9651347Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9651491Z 2022-09-27T15:19:06.9651572Z  2022-09-27T15:19:06.9695381Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9695880Z Cannot generate a safe runtime search path for target operators_test 2022-09-27T15:19:06.9696444Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9696689Z directories: 2022-09-27T15:19:06.9696795Z 2022-09-27T15:19:06.9697030Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9697271Z /opt/conda/lib 2022-09-27T15:19:06.9697384Z 2022-09-27T15:19:06.9697501Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9697646Z 2022-09-27T15:19:06.9697726Z  2022-09-27T15:19:06.9741648Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9742104Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:06.9742640Z packedtensoraccessor_test because files in some directories may conflict 2022-09-27T15:19:06.9742929Z with libraries in implicit directories: 2022-09-27T15:19:06.9743066Z 2022-09-27T15:19:06.9743288Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9743540Z /opt/conda/lib 2022-09-27T15:19:06.9743846Z 2022-09-27T15:19:06.9743990Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9744136Z 2022-09-27T15:19:06.9744217Z  2022-09-27T15:19:06.9787661Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9788083Z Cannot generate a safe runtime search path for target pow_test because 2022-09-27T15:19:06.9788383Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9788598Z directories: 2022-09-27T15:19:06.9788706Z 2022-09-27T15:19:06.9788948Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9789198Z /opt/conda/lib 2022-09-27T15:19:06.9789307Z 2022-09-27T15:19:06.9789422Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9789555Z 2022-09-27T15:19:06.9789634Z  2022-09-27T15:19:06.9833252Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9833720Z Cannot generate a safe runtime search path for target quantized_test 2022-09-27T15:19:06.9834063Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9834294Z directories: 2022-09-27T15:19:06.9834525Z 2022-09-27T15:19:06.9834770Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9835018Z /opt/conda/lib 2022-09-27T15:19:06.9835127Z 2022-09-27T15:19:06.9835231Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9835376Z 2022-09-27T15:19:06.9835455Z  2022-09-27T15:19:06.9879942Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9880453Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-09-27T15:19:06.9881017Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9881458Z directories: 2022-09-27T15:19:06.9881650Z 2022-09-27T15:19:06.9882083Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9882469Z /opt/conda/lib 2022-09-27T15:19:06.9882580Z 2022-09-27T15:19:06.9882702Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9882849Z 2022-09-27T15:19:06.9882930Z  2022-09-27T15:19:06.9925725Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9926207Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:06.9926740Z reportMemoryUsage_test because files in some directories may conflict with 2022-09-27T15:19:06.9927010Z libraries in implicit directories: 2022-09-27T15:19:06.9927144Z 2022-09-27T15:19:06.9927370Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9927621Z /opt/conda/lib 2022-09-27T15:19:06.9927728Z 2022-09-27T15:19:06.9927842Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9927987Z 2022-09-27T15:19:06.9928064Z  2022-09-27T15:19:06.9971793Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:06.9972245Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-09-27T15:19:06.9972573Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:06.9972815Z directories: 2022-09-27T15:19:06.9972910Z 2022-09-27T15:19:06.9973147Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:06.9973398Z /opt/conda/lib 2022-09-27T15:19:06.9973507Z 2022-09-27T15:19:06.9973620Z Some of these libraries may not be found correctly. 2022-09-27T15:19:06.9973764Z 2022-09-27T15:19:06.9973831Z  2022-09-27T15:19:07.0017432Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0017976Z Cannot generate a safe runtime search path for target scalar_test because 2022-09-27T15:19:07.0018464Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0018680Z directories: 2022-09-27T15:19:07.0018786Z 2022-09-27T15:19:07.0019023Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0019397Z /opt/conda/lib 2022-09-27T15:19:07.0019507Z 2022-09-27T15:19:07.0019610Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0019754Z 2022-09-27T15:19:07.0019834Z  2022-09-27T15:19:07.0064062Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0064502Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:07.0065044Z stride_properties_test because files in some directories may conflict with 2022-09-27T15:19:07.0065375Z libraries in implicit directories: 2022-09-27T15:19:07.0065508Z 2022-09-27T15:19:07.0065743Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0065978Z /opt/conda/lib 2022-09-27T15:19:07.0066088Z 2022-09-27T15:19:07.0066203Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0066348Z 2022-09-27T15:19:07.0066428Z  2022-09-27T15:19:07.0109988Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0110516Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-09-27T15:19:07.0110913Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0111377Z directories: 2022-09-27T15:19:07.0111579Z 2022-09-27T15:19:07.0112024Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0112461Z /opt/conda/lib 2022-09-27T15:19:07.0112664Z 2022-09-27T15:19:07.0112872Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0113132Z 2022-09-27T15:19:07.0113258Z  2022-09-27T15:19:07.0156506Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0157060Z Cannot generate a safe runtime search path for target test_parallel because 2022-09-27T15:19:07.0157580Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0157819Z directories: 2022-09-27T15:19:07.0157925Z 2022-09-27T15:19:07.0158163Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0158412Z /opt/conda/lib 2022-09-27T15:19:07.0158521Z 2022-09-27T15:19:07.0158637Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0158783Z 2022-09-27T15:19:07.0158850Z  2022-09-27T15:19:07.0202539Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0203002Z Cannot generate a safe runtime search path for target thread_init_test 2022-09-27T15:19:07.0203324Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0203552Z directories: 2022-09-27T15:19:07.0203659Z 2022-09-27T15:19:07.0203895Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0204148Z /opt/conda/lib 2022-09-27T15:19:07.0204258Z 2022-09-27T15:19:07.0204365Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0204514Z 2022-09-27T15:19:07.0204596Z  2022-09-27T15:19:07.0248868Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0249271Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-09-27T15:19:07.0249670Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0250084Z directories: 2022-09-27T15:19:07.0250281Z 2022-09-27T15:19:07.0250654Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0250905Z /opt/conda/lib 2022-09-27T15:19:07.0251007Z 2022-09-27T15:19:07.0251124Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0251268Z 2022-09-27T15:19:07.0251349Z  2022-09-27T15:19:07.0294768Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0295233Z Cannot generate a safe runtime search path for target type_test because 2022-09-27T15:19:07.0295725Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0295952Z directories: 2022-09-27T15:19:07.0296059Z 2022-09-27T15:19:07.0296298Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0296535Z /opt/conda/lib 2022-09-27T15:19:07.0296644Z 2022-09-27T15:19:07.0296762Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0296910Z 2022-09-27T15:19:07.0296989Z  2022-09-27T15:19:07.0342009Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0342460Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-09-27T15:19:07.0342785Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0343022Z directories: 2022-09-27T15:19:07.0343129Z 2022-09-27T15:19:07.0343355Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0343905Z /opt/conda/lib 2022-09-27T15:19:07.0344023Z 2022-09-27T15:19:07.0344140Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0344284Z 2022-09-27T15:19:07.0344367Z  2022-09-27T15:19:07.0387978Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0388467Z Cannot generate a safe runtime search path for target variant_test because 2022-09-27T15:19:07.0389050Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0389331Z directories: 2022-09-27T15:19:07.0389438Z 2022-09-27T15:19:07.0389676Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0389923Z /opt/conda/lib 2022-09-27T15:19:07.0390032Z 2022-09-27T15:19:07.0390146Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0390278Z 2022-09-27T15:19:07.0390357Z  2022-09-27T15:19:07.0434493Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0434972Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-09-27T15:19:07.0435547Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0435982Z directories: 2022-09-27T15:19:07.0436176Z 2022-09-27T15:19:07.0436618Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0437067Z /opt/conda/lib 2022-09-27T15:19:07.0437218Z 2022-09-27T15:19:07.0437336Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0437483Z 2022-09-27T15:19:07.0437563Z  2022-09-27T15:19:07.0480438Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0480865Z Cannot generate a safe runtime search path for target vmap_test because 2022-09-27T15:19:07.0481173Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0481399Z directories: 2022-09-27T15:19:07.0481510Z 2022-09-27T15:19:07.0481750Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0481985Z /opt/conda/lib 2022-09-27T15:19:07.0482095Z 2022-09-27T15:19:07.0482209Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0482356Z 2022-09-27T15:19:07.0482434Z  2022-09-27T15:19:07.0526329Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0526760Z Cannot generate a safe runtime search path for target weakref_test because 2022-09-27T15:19:07.0527323Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0527673Z directories: 2022-09-27T15:19:07.0527781Z 2022-09-27T15:19:07.0528008Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0528259Z /opt/conda/lib 2022-09-27T15:19:07.0528367Z 2022-09-27T15:19:07.0528481Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0528749Z 2022-09-27T15:19:07.0528829Z  2022-09-27T15:19:07.0572460Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0572992Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-09-27T15:19:07.0573557Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0573964Z directories: 2022-09-27T15:19:07.0574157Z 2022-09-27T15:19:07.0574591Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0574926Z /opt/conda/lib 2022-09-27T15:19:07.0575034Z 2022-09-27T15:19:07.0575149Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0575281Z 2022-09-27T15:19:07.0575362Z  2022-09-27T15:19:07.0618261Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0618821Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-09-27T15:19:07.0619377Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0619606Z directories: 2022-09-27T15:19:07.0619714Z 2022-09-27T15:19:07.0619952Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0620260Z /opt/conda/lib 2022-09-27T15:19:07.0620369Z 2022-09-27T15:19:07.0620472Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0620618Z 2022-09-27T15:19:07.0620697Z  2022-09-27T15:19:07.0664991Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0665548Z Cannot generate a safe runtime search path for target IListRef_test because 2022-09-27T15:19:07.0666019Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0666251Z directories: 2022-09-27T15:19:07.0666358Z 2022-09-27T15:19:07.0666594Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0666839Z /opt/conda/lib 2022-09-27T15:19:07.0666948Z 2022-09-27T15:19:07.0667061Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0667208Z 2022-09-27T15:19:07.0667286Z  2022-09-27T15:19:07.0711714Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0712294Z Cannot generate a safe runtime search path for target List_test because 2022-09-27T15:19:07.0712627Z files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0712859Z directories: 2022-09-27T15:19:07.0712969Z 2022-09-27T15:19:07.0713210Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0713464Z /opt/conda/lib 2022-09-27T15:19:07.0713574Z 2022-09-27T15:19:07.0713690Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0713836Z 2022-09-27T15:19:07.0713916Z  2022-09-27T15:19:07.0757855Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0758349Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-09-27T15:19:07.0758936Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0759355Z directories: 2022-09-27T15:19:07.0759550Z 2022-09-27T15:19:07.0760000Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0760458Z /opt/conda/lib 2022-09-27T15:19:07.0760606Z 2022-09-27T15:19:07.0760723Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0760869Z 2022-09-27T15:19:07.0760936Z  2022-09-27T15:19:07.0805201Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0805738Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:07.0806218Z kernel_function_legacy_test because files in some directories may conflict 2022-09-27T15:19:07.0806480Z with libraries in implicit directories: 2022-09-27T15:19:07.0806803Z 2022-09-27T15:19:07.0807055Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0807310Z /opt/conda/lib 2022-09-27T15:19:07.0807421Z 2022-09-27T15:19:07.0807523Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0807668Z 2022-09-27T15:19:07.0807748Z  2022-09-27T15:19:07.0851554Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0852112Z Cannot generate a safe runtime search path for target kernel_function_test 2022-09-27T15:19:07.0852584Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0852824Z directories: 2022-09-27T15:19:07.0852933Z 2022-09-27T15:19:07.0853176Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0853416Z /opt/conda/lib 2022-09-27T15:19:07.0853523Z 2022-09-27T15:19:07.0853639Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0853895Z 2022-09-27T15:19:07.0853982Z  2022-09-27T15:19:07.0899151Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0899635Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:07.0900197Z kernel_lambda_legacy_test because files in some directories may conflict 2022-09-27T15:19:07.0900491Z with libraries in implicit directories: 2022-09-27T15:19:07.0900629Z 2022-09-27T15:19:07.0900866Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0901098Z /opt/conda/lib 2022-09-27T15:19:07.0901206Z 2022-09-27T15:19:07.0901321Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0901467Z 2022-09-27T15:19:07.0901547Z  2022-09-27T15:19:07.0945819Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0946386Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-09-27T15:19:07.0946936Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.0947176Z directories: 2022-09-27T15:19:07.0947270Z 2022-09-27T15:19:07.0947504Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0947753Z /opt/conda/lib 2022-09-27T15:19:07.0947863Z 2022-09-27T15:19:07.0947978Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0948123Z 2022-09-27T15:19:07.0948188Z  2022-09-27T15:19:07.0993871Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.0994397Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:07.0994699Z kernel_stackbased_test because files in some directories may conflict with 2022-09-27T15:19:07.0994960Z libraries in implicit directories: 2022-09-27T15:19:07.0995106Z 2022-09-27T15:19:07.0995354Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.0995624Z /opt/conda/lib 2022-09-27T15:19:07.0995736Z 2022-09-27T15:19:07.0995840Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.0995995Z 2022-09-27T15:19:07.0996079Z  2022-09-27T15:19:07.1041321Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1041649Z Cannot generate a safe runtime search path for target 2022-09-27T15:19:07.1041940Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-09-27T15:19:07.1042226Z conflict with libraries in implicit directories: 2022-09-27T15:19:07.1042375Z 2022-09-27T15:19:07.1042626Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1042880Z /opt/conda/lib 2022-09-27T15:19:07.1042976Z 2022-09-27T15:19:07.1043091Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1043239Z 2022-09-27T15:19:07.1043319Z  2022-09-27T15:19:07.1088169Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1088882Z Cannot generate a safe runtime search path for target CppSignature_test 2022-09-27T15:19:07.1089196Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.1089493Z directories: 2022-09-27T15:19:07.1089602Z 2022-09-27T15:19:07.1089846Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1090081Z /opt/conda/lib 2022-09-27T15:19:07.1090190Z 2022-09-27T15:19:07.1090305Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1090453Z 2022-09-27T15:19:07.1090532Z  2022-09-27T15:19:07.1135647Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1136131Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-09-27T15:19:07.1136454Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.1136752Z directories: 2022-09-27T15:19:07.1136975Z 2022-09-27T15:19:07.1137211Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1137462Z /opt/conda/lib 2022-09-27T15:19:07.1137571Z 2022-09-27T15:19:07.1137685Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1137831Z 2022-09-27T15:19:07.1137909Z  2022-09-27T15:19:07.1182469Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1182998Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-09-27T15:19:07.1183517Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.1183871Z directories: 2022-09-27T15:19:07.1183979Z 2022-09-27T15:19:07.1184218Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1184467Z /opt/conda/lib 2022-09-27T15:19:07.1184575Z 2022-09-27T15:19:07.1184693Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1184830Z 2022-09-27T15:19:07.1184909Z  2022-09-27T15:19:07.1228974Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1229533Z Cannot generate a safe runtime search path for target op_registration_test 2022-09-27T15:19:07.1230087Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.1230336Z directories: 2022-09-27T15:19:07.1230443Z 2022-09-27T15:19:07.1230682Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1230931Z /opt/conda/lib 2022-09-27T15:19:07.1231027Z 2022-09-27T15:19:07.1231143Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1231288Z 2022-09-27T15:19:07.1231365Z  2022-09-27T15:19:07.1275485Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:19:07.1276022Z Cannot generate a safe runtime search path for target inline_container_test 2022-09-27T15:19:07.1276605Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:19:07.1276858Z directories: 2022-09-27T15:19:07.1276965Z 2022-09-27T15:19:07.1277202Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:19:07.1277441Z /opt/conda/lib 2022-09-27T15:19:07.1277549Z 2022-09-27T15:19:07.1277663Z Some of these libraries may not be found correctly. 2022-09-27T15:19:07.1277807Z 2022-09-27T15:19:07.1277886Z  2022-09-27T15:19:07.4890626Z -- Generating done 2022-09-27T15:19:07.5264531Z CMake Warning: 2022-09-27T15:19:07.5265134Z Manually-specified variables were not used by the project: 2022-09-27T15:19:07.5265446Z 2022-09-27T15:19:07.5265556Z BUILD_ENVIRONMENT 2022-09-27T15:19:07.5265673Z 2022-09-27T15:19:07.5265759Z  2022-09-27T15:19:07.5297722Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-09-27T15:19:07.6008465Z cmake --build . --target install --config Release -- -j 6 2022-09-27T15:19:07.6578176Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-09-27T15:19:07.6592586Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-09-27T15:19:07.6598020Z [ 0%] Creating directories for 'nccl_external' 2022-09-27T15:19:07.6601193Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:19:07.6607381Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-09-27T15:19:07.6640236Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:19:07.7101133Z [ 0%] No download step for 'nccl_external' 2022-09-27T15:19:07.7249769Z [ 0%] No update step for 'nccl_external' 2022-09-27T15:19:07.7414378Z [ 0%] No patch step for 'nccl_external' 2022-09-27T15:19:07.7422934Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-09-27T15:19:07.7573535Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-09-27T15:19:07.7574878Z /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:19:07.7575658Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:19:07.7576183Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:07.7576873Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-09-27T15:19:07.7577979Z /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:19:07.7578760Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:19:07.7579257Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:07.7579908Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-09-27T15:19:07.7580948Z /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:19:07.7581644Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:19:07.7582123Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:07.7582805Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-09-27T15:19:07.7583988Z /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:19:07.7584733Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:19:07.7585221Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:07.7585907Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-09-27T15:19:07.7586919Z /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:19:07.7587681Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:19:07.7588175Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:07.7614675Z [ 0%] No configure step for 'nccl_external' 2022-09-27T15:19:07.7639729Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-09-27T15:19:07.7801202Z [ 0%] Performing build step for 'nccl_external' 2022-09-27T15:19:07.7943754Z [ 0%] Built target clog 2022-09-27T15:19:07.8003153Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-09-27T15:19:07.8322630Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-09-27T15:19:07.8434559Z Generating nccl.h.in > /var/lib/jenkins/workspace/build/nccl/include/nccl.h 2022-09-27T15:19:07.8519918Z Grabbing include/nccl_net.h > /var/lib/jenkins/workspace/build/nccl/include/nccl_net.h 2022-09-27T15:19:07.8607174Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:19:07.8673569Z Generating nccl.pc.in > /var/lib/jenkins/workspace/build/nccl/lib/pkgconfig/nccl.pc 2022-09-27T15:19:07.8747990Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-09-27T15:19:07.8820640Z Compiling init.cc > /var/lib/jenkins/workspace/build/nccl/obj/init.o 2022-09-27T15:19:07.8866432Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:19:07.9162373Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-09-27T15:19:07.9472447Z [ 0%] Built target gtest 2022-09-27T15:19:07.9546947Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-09-27T15:19:07.9837217Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-09-27T15:19:07.9957686Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:19:08.0249740Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:19:08.0434115Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:19:08.0740905Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-09-27T15:19:08.1002687Z [ 0%] Built target pthreadpool 2022-09-27T15:19:08.1057655Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:19:08.1502140Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-09-27T15:19:08.1615134Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:19:08.1935438Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:19:08.2278247Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:19:08.2787095Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-09-27T15:19:08.2924717Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:19:08.3179883Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-09-27T15:19:08.3647397Z Compiling channel.cc > /var/lib/jenkins/workspace/build/nccl/obj/channel.o 2022-09-27T15:19:08.3840745Z Compiling bootstrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/bootstrap.o 2022-09-27T15:19:08.4399229Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:19:08.4739950Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:19:08.5059972Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:19:08.5415868Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-09-27T15:19:08.6063201Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-09-27T15:19:08.6113048Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:19:08.6683910Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:19:08.6897038Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:19:08.7222770Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:19:08.7494490Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-09-27T15:19:08.7631336Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-09-27T15:19:08.7726809Z Compiling transport.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport.o 2022-09-27T15:19:08.7845058Z Compiling enqueue.cc > /var/lib/jenkins/workspace/build/nccl/obj/enqueue.o 2022-09-27T15:19:08.7980521Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:19:08.8203702Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:19:08.9177850Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:19:08.9290180Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-09-27T15:19:08.9431146Z [ 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:19:08.9694249Z [ 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:19:09.0680967Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:19:09.0829905Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-09-27T15:19:09.1198573Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-09-27T15:19:09.1298334Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:19:09.1324232Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:19:09.2248992Z [ 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:19:09.2731864Z Compiling group.cc > /var/lib/jenkins/workspace/build/nccl/obj/group.o 2022-09-27T15:19:09.2843158Z In file included from /usr/include/string.h:494:0, 2022-09-27T15:19:09.2843805Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:19:09.2844476Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:19:09.2845161Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:19:09.2845813Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:19:09.2846477Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:19:09.2847263Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2848686Z 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:19:09.2850268Z 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:19:09.2851894Z 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:19:09.2853564Z /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:19:09.2854374Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2854804Z ^ 2022-09-27T15:19:09.2855334Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2856498Z 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:19:09.2858112Z 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:19:09.2859854Z /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:19:09.2860789Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2861203Z ^ 2022-09-27T15:19:09.2861731Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2862915Z 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:19:09.2864647Z 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:19:09.2866117Z 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:19:09.2867815Z /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:19:09.2868600Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2869070Z ^ 2022-09-27T15:19:09.2869594Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2870783Z 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:19:09.2872494Z 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:19:09.2874002Z 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:19:09.2875524Z /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:19:09.2876391Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2876840Z ^ 2022-09-27T15:19:09.2877399Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2878557Z 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:19:09.2880047Z 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:19:09.2881494Z 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:19:09.2882995Z /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:19:09.2883837Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2884278Z ^ 2022-09-27T15:19:09.2884817Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.2886009Z 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:19:09.2887539Z 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:19:09.2889010Z 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:19:09.2890581Z /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:19:09.2891358Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.2891789Z ^ 2022-09-27T15:19:09.2892151Z [ 1%] Built target defs.bzl 2022-09-27T15:19:09.2952482Z Compiling debug.cc > /var/lib/jenkins/workspace/build/nccl/obj/debug.o 2022-09-27T15:19:09.2970615Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-09-27T15:19:09.3122824Z Compiling proxy.cc > /var/lib/jenkins/workspace/build/nccl/obj/proxy.o 2022-09-27T15:19:09.3250237Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:19:09.3609573Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:19:09.4815004Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-09-27T15:19:09.4995900Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:19:09.5112430Z In file included from /usr/include/string.h:494:0, 2022-09-27T15:19:09.5113033Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:19:09.5113692Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:19:09.5115800Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:19:09.5116408Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:19:09.5116969Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:19:09.5117705Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5118839Z 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:19:09.5120343Z 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:19:09.5121840Z 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:19:09.5123262Z /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:19:09.5123977Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5124387Z ^ 2022-09-27T15:19:09.5124877Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5125983Z 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:19:09.5127629Z 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:19:09.5129078Z /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:19:09.5129840Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5130256Z ^ 2022-09-27T15:19:09.5130856Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5131906Z 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:19:09.5133377Z 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:19:09.5134602Z 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:19:09.5135905Z /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:19:09.5136715Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5137142Z ^ 2022-09-27T15:19:09.5137636Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5138799Z 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:19:09.5140436Z 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:19:09.5141896Z 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:19:09.5143405Z /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:19:09.5144417Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5144842Z ^ 2022-09-27T15:19:09.5145352Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5146517Z 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:19:09.5148379Z 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:19:09.5149769Z 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:19:09.5151227Z /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:19:09.5152022Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5152450Z ^ 2022-09-27T15:19:09.5153044Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:19:09.5154202Z 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:19:09.5155747Z 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:19:09.5157201Z 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:19:09.5158694Z /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:19:09.5159501Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:19:09.5159917Z ^ 2022-09-27T15:19:09.5229551Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:19:09.5734860Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:19:09.6046688Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:19:09.6412736Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-09-27T15:19:09.6834237Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:19:09.6886601Z Compiling enhcompat.cc > /var/lib/jenkins/workspace/build/nccl/obj/enhcompat.o 2022-09-27T15:19:09.7092020Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:19:09.7154656Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:19:09.7586412Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:19:09.7930976Z Compiling net.cc > /var/lib/jenkins/workspace/build/nccl/obj/net.o 2022-09-27T15:19:09.8119785Z Compiling misc/cudawrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/cudawrap.o 2022-09-27T15:19:09.8437990Z Compiling misc/nvmlwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/nvmlwrap.o 2022-09-27T15:19:09.8551910Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:19:09.9020259Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:19:09.9060575Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-09-27T15:19:09.9725301Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-09-27T15:19:09.9849580Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:19:10.0357869Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:19:10.0536188Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:19:10.1010246Z Compiling misc/ibvwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/ibvwrap.o 2022-09-27T15:19:10.1035669Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-09-27T15:19:10.1074769Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-09-27T15:19:10.1681451Z Compiling misc/gdrwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/gdrwrap.o 2022-09-27T15:19:10.1969286Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:19:10.2139004Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:19:10.3014185Z Compiling misc/utils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/utils.o 2022-09-27T15:19:10.3162271Z [ 1%] Linking CXX static library ../../../lib/libbenchmark.a 2022-09-27T15:19:10.3410276Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:19:10.3468176Z [ 1%] Built target benchmark 2022-09-27T15:19:10.3518081Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:19:10.3525212Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:19:10.3632654Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:19:10.4869638Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:19:10.4910528Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:19:10.5123770Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:19:10.5192766Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:19:10.5267683Z [ 1%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-09-27T15:19:10.5502115Z Compiling misc/argcheck.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/argcheck.o 2022-09-27T15:19:10.5724424Z [ 1%] Built target libprotobuf-lite 2022-09-27T15:19:10.5875560Z Compiling misc/socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/socket.o 2022-09-27T15:19:10.6269722Z Compiling misc/shmutils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/shmutils.o 2022-09-27T15:19:10.6357016Z Compiling misc/profiler.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/profiler.o 2022-09-27T15:19:10.6805887Z Compiling misc/param.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/param.o 2022-09-27T15:19:10.6921010Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:19:10.7841735Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-09-27T15:19:10.7973121Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-09-27T15:19:10.8582376Z Compiling misc/strongstream.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/strongstream.o 2022-09-27T15:19:10.8846127Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-09-27T15:19:10.8945542Z Compiling transport/p2p.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/p2p.o 2022-09-27T15:19:10.9541237Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-09-27T15:19:10.9714155Z Compiling transport/shm.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/shm.o 2022-09-27T15:19:10.9728657Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-09-27T15:19:11.0116177Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-09-27T15:19:11.0743509Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-09-27T15:19:11.1387985Z Compiling transport/net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net.o 2022-09-27T15:19:11.1577948Z Compiling transport/net_socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_socket.o 2022-09-27T15:19:11.1963667Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-09-27T15:19:11.2163605Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-09-27T15:19:11.2651938Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-09-27T15:19:11.3357341Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-09-27T15:19:11.3656394Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-09-27T15:19:11.3749083Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-09-27T15:19:11.4847782Z Compiling transport/net_ib.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_ib.o 2022-09-27T15:19:11.5253311Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-09-27T15:19:11.5262553Z [ 1%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-09-27T15:19:11.5326050Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-09-27T15:19:11.5738731Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-09-27T15:19:11.6062513Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-09-27T15:19:11.6453891Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-09-27T15:19:11.6765785Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-09-27T15:19:11.6847088Z [ 1%] Linking C static library ../../lib/libittnotify.a 2022-09-27T15:19:11.7071974Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-09-27T15:19:11.7137432Z [ 1%] Built target ittnotify 2022-09-27T15:19:11.7232479Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-09-27T15:19:11.7781700Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-09-27T15:19:11.8381873Z Compiling transport/coll_net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/coll_net.o 2022-09-27T15:19:11.8386927Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-09-27T15:19:11.8607207Z Compiling collectives/sendrecv.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/sendrecv.o 2022-09-27T15:19:11.8824094Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-09-27T15:19:11.8847640Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-09-27T15:19:11.9756768Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-09-27T15:19:12.0002192Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-09-27T15:19:12.0300674Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-09-27T15:19:12.0932284Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-09-27T15:19:12.1314674Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-09-27T15:19:12.1416586Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-09-27T15:19:12.1822874Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-09-27T15:19:12.2224570Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-09-27T15:19:12.2516269Z Compiling collectives/all_reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_reduce.o 2022-09-27T15:19:12.2844998Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-09-27T15:19:12.2846526Z Compiling collectives/all_gather.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_gather.o 2022-09-27T15:19:12.3341819Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-09-27T15:19:12.3413225Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-09-27T15:19:12.3555981Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-09-27T15:19:12.4759923Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-09-27T15:19:12.4856584Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-09-27T15:19:12.4967957Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-09-27T15:19:12.5489716Z Compiling collectives/broadcast.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/broadcast.o 2022-09-27T15:19:12.6028634Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-09-27T15:19:12.6031617Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-09-27T15:19:12.6254622Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-09-27T15:19:12.6475246Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-09-27T15:19:12.6651445Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-09-27T15:19:12.7148999Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-09-27T15:19:12.7387977Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-09-27T15:19:12.7512194Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-09-27T15:19:12.7645691Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-09-27T15:19:12.8126387Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-09-27T15:19:12.8514883Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-09-27T15:19:12.8825431Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-09-27T15:19:12.8870717Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-09-27T15:19:12.9177146Z Compiling collectives/reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce.o 2022-09-27T15:19:12.9371199Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-09-27T15:19:12.9698168Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-09-27T15:19:12.9966874Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-09-27T15:19:13.0373491Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-09-27T15:19:13.0566596Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-09-27T15:19:13.1187825Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-09-27T15:19:13.1450886Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-09-27T15:19:13.1463958Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-09-27T15:19:13.1908410Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-09-27T15:19:13.2565531Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-09-27T15:19:13.2827518Z Compiling collectives/reduce_scatter.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce_scatter.o 2022-09-27T15:19:13.2874423Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-09-27T15:19:13.3054180Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-09-27T15:19:13.3252022Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-09-27T15:19:13.3855022Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-09-27T15:19:13.4288091Z Compiling graph/topo.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/topo.o 2022-09-27T15:19:13.4363566Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-09-27T15:19:13.4591854Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-09-27T15:19:13.5328780Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-09-27T15:19:13.5339111Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-09-27T15:19:13.5764645Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-09-27T15:19:13.5955493Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-09-27T15:19:13.6039693Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-09-27T15:19:13.7204467Z Compiling graph/paths.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/paths.o 2022-09-27T15:19:13.7289859Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-09-27T15:19:13.7309519Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-09-27T15:19:13.7455285Z Compiling graph/search.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/search.o 2022-09-27T15:19:13.7569587Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-09-27T15:19:13.7980330Z Compiling graph/connect.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/connect.o 2022-09-27T15:19:13.8626230Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-09-27T15:19:13.8630230Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-09-27T15:19:13.9134627Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-09-27T15:19:14.0188944Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-09-27T15:19:14.0596633Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-09-27T15:19:14.0646870Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-09-27T15:19:14.0647476Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-09-27T15:19:14.1093979Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-09-27T15:19:14.1409849Z Compiling graph/rings.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/rings.o 2022-09-27T15:19:14.1927364Z Compiling graph/trees.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/trees.o 2022-09-27T15:19:14.2006521Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-09-27T15:19:14.2274895Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-09-27T15:19:14.2612004Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-09-27T15:19:14.3025342Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-09-27T15:19:14.3220476Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-09-27T15:19:14.3247994Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-09-27T15:19:14.3718166Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-09-27T15:19:14.3736275Z Compiling graph/tuning.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/tuning.o 2022-09-27T15:19:14.4543346Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-09-27T15:19:14.4574459Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-09-27T15:19:14.4855530Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-09-27T15:19:14.5081732Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-09-27T15:19:14.5976832Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-09-27T15:19:14.6014680Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-09-27T15:19:14.6319458Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-09-27T15:19:14.6642096Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-09-27T15:19:14.6674562Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-09-27T15:19:14.6824279Z Compiling graph/xml.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/xml.o 2022-09-27T15:19:14.7692271Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-09-27T15:19:14.7928704Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-09-27T15:19:14.8070295Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-09-27T15:19:14.8183339Z Generating rules > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/Makefile.rules 2022-09-27T15:19:14.8575785Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-09-27T15:19:14.9264552Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-09-27T15:19:14.9472122Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-09-27T15:19:14.9675936Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-09-27T15:19:14.9769392Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.cu 2022-09-27T15:19:14.9902625Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-09-27T15:19:15.0120560Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-09-27T15:19:15.1062610Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-09-27T15:19:15.1142383Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-09-27T15:19:15.1223894Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-09-27T15:19:15.1328580Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-09-27T15:19:15.1805652Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-09-27T15:19:15.2547380Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-09-27T15:19:15.2831696Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-09-27T15:19:15.2951454Z [ 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:19:15.3096615Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-09-27T15:19:15.3615714Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-09-27T15:19:15.4231618Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-09-27T15:19:15.4611873Z [ 3%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-09-27T15:19:15.4634190Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-09-27T15:19:15.4966479Z [ 3%] Built target tensorpipe_uv 2022-09-27T15:19:15.5063094Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.cu 2022-09-27T15:19:15.5147114Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.cu 2022-09-27T15:19:15.5247411Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.cu 2022-09-27T15:19:15.5268805Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-09-27T15:19:15.5362557Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.cu 2022-09-27T15:19:15.5448817Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.cu 2022-09-27T15:19:15.5524335Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.cu 2022-09-27T15:19:15.5548474Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-09-27T15:19:15.5559260Z [ 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:19:15.5584732Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.cu 2022-09-27T15:19:15.5625268Z [ 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:19:15.5731292Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.cu 2022-09-27T15:19:15.5836364Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.cu 2022-09-27T15:19:15.5938815Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.cu 2022-09-27T15:19:15.6049375Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.cu 2022-09-27T15:19:15.6154762Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.cu 2022-09-27T15:19:15.6292801Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-09-27T15:19:15.6303453Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.cu 2022-09-27T15:19:15.6436850Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.cu 2022-09-27T15:19:15.6533815Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.cu 2022-09-27T15:19:15.6649080Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.cu 2022-09-27T15:19:15.6778122Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.cu 2022-09-27T15:19:15.6886031Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.cu 2022-09-27T15:19:15.7069684Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.cu 2022-09-27T15:19:15.7193962Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.cu 2022-09-27T15:19:15.7309729Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.cu 2022-09-27T15:19:15.7366014Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.cu 2022-09-27T15:19:15.7438357Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.cu 2022-09-27T15:19:15.7517903Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.cu 2022-09-27T15:19:15.7526500Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-09-27T15:19:15.7594218Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.cu 2022-09-27T15:19:15.7660459Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.cu 2022-09-27T15:19:15.7730287Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.cu 2022-09-27T15:19:15.7802995Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.cu 2022-09-27T15:19:15.7834463Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-09-27T15:19:15.7874620Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-09-27T15:19:15.7893519Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.cu 2022-09-27T15:19:15.8004960Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.cu 2022-09-27T15:19:15.8368993Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.cu 2022-09-27T15:19:15.8430274Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.cu 2022-09-27T15:19:15.8492963Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.cu 2022-09-27T15:19:15.8554801Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.cu 2022-09-27T15:19:15.8659028Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.cu 2022-09-27T15:19:15.8725183Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-09-27T15:19:15.8776311Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.cu 2022-09-27T15:19:15.8842817Z [ 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:19:15.9075087Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.cu 2022-09-27T15:19:15.9277325Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.cu 2022-09-27T15:19:15.9406181Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.cu 2022-09-27T15:19:15.9531170Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.cu 2022-09-27T15:19:15.9584535Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.cu 2022-09-27T15:19:15.9645541Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.cu 2022-09-27T15:19:15.9672158Z Scanning dependencies of target dnnl_common 2022-09-27T15:19:15.9703800Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.cu 2022-09-27T15:19:15.9769535Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.cu 2022-09-27T15:19:15.9777270Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-09-27T15:19:15.9888944Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.cu 2022-09-27T15:19:15.9960827Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-09-27T15:19:15.9990640Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-09-27T15:19:16.0104984Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.cu 2022-09-27T15:19:16.0209857Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.cu 2022-09-27T15:19:16.0395010Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.cu 2022-09-27T15:19:16.0487103Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.cu 2022-09-27T15:19:16.0651996Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.cu 2022-09-27T15:19:16.0771265Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.cu 2022-09-27T15:19:16.0864971Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.cu 2022-09-27T15:19:16.1014327Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-09-27T15:19:16.1053823Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.cu 2022-09-27T15:19:16.1153385Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.cu 2022-09-27T15:19:16.1396346Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.cu 2022-09-27T15:19:16.1529093Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.cu 2022-09-27T15:19:16.1612429Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.cu 2022-09-27T15:19:16.1683044Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.cu 2022-09-27T15:19:16.1740430Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.cu 2022-09-27T15:19:16.1792319Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.cu 2022-09-27T15:19:16.1897282Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-09-27T15:19:16.2133292Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-09-27T15:19:16.2263308Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-09-27T15:19:16.2266035Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-09-27T15:19:16.3075824Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-09-27T15:19:16.3604279Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-09-27T15:19:16.4380906Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-09-27T15:19:16.4440211Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-09-27T15:19:16.5013952Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-09-27T15:19:16.5448661Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-09-27T15:19:16.5498786Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-09-27T15:19:16.6567635Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-09-27T15:19:16.6921447Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-09-27T15:19:16.6995691Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.cu 2022-09-27T15:19:16.7109927Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.cu 2022-09-27T15:19:16.7206073Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.cu 2022-09-27T15:19:16.7283510Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.cu 2022-09-27T15:19:16.7359664Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-09-27T15:19:16.7462175Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.cu 2022-09-27T15:19:16.7581681Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.cu 2022-09-27T15:19:16.7715154Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.cu 2022-09-27T15:19:16.7820883Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.cu 2022-09-27T15:19:16.7997469Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-09-27T15:19:16.8009476Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.cu 2022-09-27T15:19:16.8154280Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.cu 2022-09-27T15:19:16.8315064Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.cu 2022-09-27T15:19:16.8406918Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.cu 2022-09-27T15:19:16.8485538Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.cu 2022-09-27T15:19:16.8552014Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.cu 2022-09-27T15:19:16.8605457Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.cu 2022-09-27T15:19:16.8684749Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.cu 2022-09-27T15:19:16.8767009Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.cu 2022-09-27T15:19:16.8832527Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-09-27T15:19:16.8896708Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.cu 2022-09-27T15:19:16.8957616Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.cu 2022-09-27T15:19:16.9018127Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.cu 2022-09-27T15:19:16.9085338Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.cu 2022-09-27T15:19:16.9151788Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.cu 2022-09-27T15:19:16.9206109Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.cu 2022-09-27T15:19:16.9286986Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.cu 2022-09-27T15:19:16.9351769Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.cu 2022-09-27T15:19:16.9378991Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-09-27T15:19:16.9392367Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-09-27T15:19:16.9409906Z [ 3%] 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:19:16.9488962Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.cu 2022-09-27T15:19:16.9552653Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.cu 2022-09-27T15:19:16.9641777Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.cu 2022-09-27T15:19:16.9816049Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.cu 2022-09-27T15:19:16.9953646Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.cu 2022-09-27T15:19:17.0115174Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-09-27T15:19:17.0134515Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.cu 2022-09-27T15:19:17.0278754Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.cu 2022-09-27T15:19:17.0433386Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.cu 2022-09-27T15:19:17.0584769Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-09-27T15:19:17.0633545Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.cu 2022-09-27T15:19:17.0772598Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.cu 2022-09-27T15:19:17.0892025Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.cu 2022-09-27T15:19:17.1009404Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.cu 2022-09-27T15:19:17.1121353Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.cu 2022-09-27T15:19:17.1249992Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.cu 2022-09-27T15:19:17.1336914Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.cu 2022-09-27T15:19:17.1417942Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.cu 2022-09-27T15:19:17.1529228Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.cu 2022-09-27T15:19:17.1607733Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.cu 2022-09-27T15:19:17.1659256Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-09-27T15:19:17.1729007Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.cu 2022-09-27T15:19:17.1813831Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.cu 2022-09-27T15:19:17.1909419Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.cu 2022-09-27T15:19:17.1987408Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.cu 2022-09-27T15:19:17.2044717Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.cu 2022-09-27T15:19:17.2104240Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.cu 2022-09-27T15:19:17.2113713Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-09-27T15:19:17.2164901Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.cu 2022-09-27T15:19:17.2226114Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.cu 2022-09-27T15:19:17.2296409Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.cu 2022-09-27T15:19:17.2336394Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-09-27T15:19:17.2387458Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.cu 2022-09-27T15:19:17.2438089Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-09-27T15:19:17.2485975Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-09-27T15:19:17.2495895Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.cu 2022-09-27T15:19:17.2635257Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.cu 2022-09-27T15:19:17.2847225Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.cu 2022-09-27T15:19:17.3010321Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.cu 2022-09-27T15:19:17.3237235Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.cu 2022-09-27T15:19:17.3376432Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.cu 2022-09-27T15:19:17.3451082Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.cu 2022-09-27T15:19:17.3834860Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-09-27T15:19:17.4020493Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-09-27T15:19:17.4882221Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-09-27T15:19:17.4953807Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-09-27T15:19:17.5425000Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-09-27T15:19:17.6117139Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-09-27T15:19:17.6293471Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-09-27T15:19:17.6474688Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-09-27T15:19:17.7540171Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-09-27T15:19:17.8038469Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-09-27T15:19:17.8199418Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.cu 2022-09-27T15:19:17.8284151Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.cu 2022-09-27T15:19:17.8290663Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-09-27T15:19:17.8352201Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.cu 2022-09-27T15:19:17.8373748Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-09-27T15:19:17.8440125Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-09-27T15:19:17.8460428Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.cu 2022-09-27T15:19:17.8597716Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.cu 2022-09-27T15:19:17.8747076Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.cu 2022-09-27T15:19:17.8993913Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.cu 2022-09-27T15:19:17.9119043Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.cu 2022-09-27T15:19:17.9248704Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.cu 2022-09-27T15:19:17.9368572Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.cu 2022-09-27T15:19:17.9489058Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.cu 2022-09-27T15:19:17.9687695Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.cu 2022-09-27T15:19:17.9790187Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.cu 2022-09-27T15:19:17.9850044Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.cu 2022-09-27T15:19:17.9908246Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.cu 2022-09-27T15:19:17.9960998Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.cu 2022-09-27T15:19:18.0009107Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.cu 2022-09-27T15:19:18.0060716Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.cu 2022-09-27T15:19:18.0128064Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-09-27T15:19:18.0140393Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.cu 2022-09-27T15:19:18.0238910Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.cu 2022-09-27T15:19:18.0272364Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-09-27T15:19:18.0308738Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.cu 2022-09-27T15:19:18.0364501Z [ 4%] Linking CXX static library ../../../lib/libprotobuf.a 2022-09-27T15:19:18.0450274Z [ 4%] Linking CXX static library ../../../lib/libasmjit.a 2022-09-27T15:19:18.0459873Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.cu 2022-09-27T15:19:18.0574432Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.cu 2022-09-27T15:19:18.0741789Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.cu 2022-09-27T15:19:18.0835130Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.cu 2022-09-27T15:19:18.0899285Z [ 4%] Built target asmjit 2022-09-27T15:19:18.0917556Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.cu 2022-09-27T15:19:18.0963733Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-09-27T15:19:18.0990445Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.cu 2022-09-27T15:19:18.1069722Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.cu 2022-09-27T15:19:18.1171365Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.cu 2022-09-27T15:19:18.1182415Z [ 4%] Built target libprotobuf 2022-09-27T15:19:18.1223134Z [ 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:19:18.1300292Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.cu 2022-09-27T15:19:18.1350332Z [ 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_gemm_bf16bf16f32_kern.cpp.o 2022-09-27T15:19:18.1434965Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.cu 2022-09-27T15:19:18.1555226Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.cu 2022-09-27T15:19:18.1759879Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.cu 2022-09-27T15:19:18.2036773Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.cu 2022-09-27T15:19:18.2203488Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.cu 2022-09-27T15:19:18.2327824Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.cu 2022-09-27T15:19:18.2385524Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.cu 2022-09-27T15:19:18.2445652Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.cu 2022-09-27T15:19:18.2554557Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.cu 2022-09-27T15:19:18.2677191Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-09-27T15:19:18.2697458Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.cu 2022-09-27T15:19:18.2832656Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.cu 2022-09-27T15:19:18.3020631Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.cu 2022-09-27T15:19:18.3030054Z [ 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:19:18.3114295Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.cu 2022-09-27T15:19:18.3258852Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.cu 2022-09-27T15:19:18.3302035Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-09-27T15:19:18.3474864Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.cu 2022-09-27T15:19:18.3700043Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.cu 2022-09-27T15:19:18.3835008Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.cu 2022-09-27T15:19:18.3928352Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.cu 2022-09-27T15:19:18.4034535Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.cu 2022-09-27T15:19:18.4102574Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.cu 2022-09-27T15:19:18.4167148Z [ 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:19:18.4214794Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.cu 2022-09-27T15:19:18.4356673Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.cu 2022-09-27T15:19:18.4496345Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.cu 2022-09-27T15:19:18.4565588Z [ 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_gemv_bf16bf16f32_kern.cpp.o 2022-09-27T15:19:18.4605544Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.cu 2022-09-27T15:19:18.4703371Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.cu 2022-09-27T15:19:18.4816820Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.cu 2022-09-27T15:19:18.4926340Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.cu 2022-09-27T15:19:18.5049887Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.cu 2022-09-27T15:19:18.5127181Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.cu 2022-09-27T15:19:18.5141393Z [ 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_an_kern_autogen.cpp.o 2022-09-27T15:19:18.5209967Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.cu 2022-09-27T15:19:18.5272284Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-09-27T15:19:18.5482000Z [ 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:19:18.5782164Z [ 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:19:18.7237568Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-09-27T15:19:18.7825866Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o 2022-09-27T15:19:18.8048979Z [ 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:19:18.8472285Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-09-27T15:19:18.8763559Z [ 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:19:19.0115682Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.cu 2022-09-27T15:19:19.0182038Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.cu 2022-09-27T15:19:19.0219429Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.cu 2022-09-27T15:19:19.0328031Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.cu 2022-09-27T15:19:19.0395473Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/pair.h:13:0, 2022-09-27T15:19:19.0395873Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.h:15, 2022-09-27T15:19:19.0396193Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.h:11, 2022-09-27T15:19:19.0396621Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:9: 2022-09-27T15:19:19.0397492Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’: 2022-09-27T15:19:19.0398083Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] 2022-09-27T15:19:19.0398428Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-09-27T15:19:19.0398664Z ^ 2022-09-27T15:19:19.0399153Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-09-27T15:19:19.0399543Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-09-27T15:19:19.0399774Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:19.0400149Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-09-27T15:19:19.0400629Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-09-27T15:19:19.0400852Z ^~~~~~~~~~~~~~~ 2022-09-27T15:19:19.0401193Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept 2022-09-27T15:19:19.0401509Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-09-27T15:19:19.0401742Z ^ 2022-09-27T15:19:19.0402262Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-09-27T15:19:19.0402634Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-09-27T15:19:19.0402850Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:19:19.0403222Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-09-27T15:19:19.0403569Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-09-27T15:19:19.0403781Z ^~~~~~~~~~~~~~~ 2022-09-27T15:19:19.0416566Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-09-27T15:19:19.0444190Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.cu 2022-09-27T15:19:19.0504053Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-09-27T15:19:19.0588552Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.cu 2022-09-27T15:19:19.0681022Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.cu 2022-09-27T15:19:19.0771709Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.cu 2022-09-27T15:19:19.0873250Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.cu 2022-09-27T15:19:19.0947025Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.cu 2022-09-27T15:19:19.1016806Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.cu 2022-09-27T15:19:19.1095544Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.cu 2022-09-27T15:19:19.1169185Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.cu 2022-09-27T15:19:19.1234050Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-09-27T15:19:19.1338395Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.cu 2022-09-27T15:19:19.1392893Z [ 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:19:19.1449067Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.cu 2022-09-27T15:19:19.1581913Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.cu 2022-09-27T15:19:19.1713179Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.cu 2022-09-27T15:19:19.1925462Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.cu 2022-09-27T15:19:19.2008142Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.cu 2022-09-27T15:19:19.2088396Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.cu 2022-09-27T15:19:19.2213022Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.cu 2022-09-27T15:19:19.2287983Z [ 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:19:19.2300189Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.cu 2022-09-27T15:19:19.2407606Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.cu 2022-09-27T15:19:19.2538202Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.cu 2022-09-27T15:19:19.2690861Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.cu 2022-09-27T15:19:19.2765815Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.cu 2022-09-27T15:19:19.2844465Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.cu 2022-09-27T15:19:19.2928876Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.cu 2022-09-27T15:19:19.2991314Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-09-27T15:19:19.3035673Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.cu 2022-09-27T15:19:19.3061008Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-09-27T15:19:19.3159839Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.cu 2022-09-27T15:19:19.3309367Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.cu 2022-09-27T15:19:19.3554380Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.cu 2022-09-27T15:19:19.3693290Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.cu 2022-09-27T15:19:19.3776958Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.cu 2022-09-27T15:19:19.3873053Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.cu 2022-09-27T15:19:19.3977715Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-09-27T15:19:19.4015583Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.cu 2022-09-27T15:19:19.4095977Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.cu 2022-09-27T15:19:19.4193487Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.cu 2022-09-27T15:19:19.4300375Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.cu 2022-09-27T15:19:19.4408339Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.cu 2022-09-27T15:19:19.4499987Z [ 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:19:19.4556080Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.cu 2022-09-27T15:19:19.4656123Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.cu 2022-09-27T15:19:19.4796085Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.cu 2022-09-27T15:19:19.4887898Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.cu 2022-09-27T15:19:19.5009407Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.cu 2022-09-27T15:19:19.5117861Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.cu 2022-09-27T15:19:19.5189804Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.cu 2022-09-27T15:19:19.5284600Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.cu 2022-09-27T15:19:19.5369109Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.cu 2022-09-27T15:19:19.5432893Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.cu 2022-09-27T15:19:19.5493289Z [ 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:19:19.5516130Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.cu 2022-09-27T15:19:19.5581314Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.cu 2022-09-27T15:19:19.5650924Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.cu 2022-09-27T15:19:19.5679911Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-09-27T15:19:19.5765626Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.cu 2022-09-27T15:19:19.5877104Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.cu 2022-09-27T15:19:19.5971547Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.cu 2022-09-27T15:19:19.6000184Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-09-27T15:19:19.6061198Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.cu 2022-09-27T15:19:19.6240066Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.cu 2022-09-27T15:19:19.6260736Z [ 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:19:19.6390241Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.cu 2022-09-27T15:19:19.6637600Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.cu 2022-09-27T15:19:19.7536185Z [ 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:19:19.8096108Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-09-27T15:19:19.8525048Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-09-27T15:19:19.8653805Z [ 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:19:19.8894975Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-09-27T15:19:20.0271551Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-09-27T15:19:20.0532457Z [ 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:19:20.1588906Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-09-27T15:19:20.1842956Z [ 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:19:20.2098647Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.cu 2022-09-27T15:19:20.2113833Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-09-27T15:19:20.2180760Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-09-27T15:19:20.2261182Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.cu 2022-09-27T15:19:20.2356307Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.cu 2022-09-27T15:19:20.2558124Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.cu 2022-09-27T15:19:20.2862954Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.cu 2022-09-27T15:19:20.3074778Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.cu 2022-09-27T15:19:20.3169796Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.cu 2022-09-27T15:19:20.3250578Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.cu 2022-09-27T15:19:20.3412440Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.cu 2022-09-27T15:19:20.3480874Z [ 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:19:20.3559939Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.cu 2022-09-27T15:19:20.3713594Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.cu 2022-09-27T15:19:20.3849794Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.cu 2022-09-27T15:19:20.3931855Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-09-27T15:19:20.3953457Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.cu 2022-09-27T15:19:20.4070275Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.cu 2022-09-27T15:19:20.4190611Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-09-27T15:19:20.4213141Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.cu 2022-09-27T15:19:20.4286697Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.cu 2022-09-27T15:19:20.4417483Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.cu 2022-09-27T15:19:20.4492696Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-09-27T15:19:20.4517082Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.cu 2022-09-27T15:19:20.4616273Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.cu 2022-09-27T15:19:20.4700338Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.cu 2022-09-27T15:19:20.4780608Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-09-27T15:19:20.4810362Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.cu 2022-09-27T15:19:20.4946334Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.cu 2022-09-27T15:19:20.5062600Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.cu 2022-09-27T15:19:20.5177682Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.cu 2022-09-27T15:19:20.5315458Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.cu 2022-09-27T15:19:20.5492780Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.cu 2022-09-27T15:19:20.5570161Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.cu 2022-09-27T15:19:20.5650101Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.cu 2022-09-27T15:19:20.5740039Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.cu 2022-09-27T15:19:20.5868707Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.cu 2022-09-27T15:19:20.5966900Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.cu 2022-09-27T15:19:20.6088865Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.cu 2022-09-27T15:19:20.6159668Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.cu 2022-09-27T15:19:20.6177508Z [ 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:19:20.6248716Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.cu 2022-09-27T15:19:20.6322510Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.cu 2022-09-27T15:19:20.6395586Z [ 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:19:20.6414959Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.cu 2022-09-27T15:19:20.6525082Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.cu 2022-09-27T15:19:20.6585321Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.cu 2022-09-27T15:19:20.6713260Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.cu 2022-09-27T15:19:20.6795461Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-09-27T15:19:20.6828852Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.cu 2022-09-27T15:19:20.6925495Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.cu 2022-09-27T15:19:20.7024402Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.cu 2022-09-27T15:19:20.7111796Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.cu 2022-09-27T15:19:20.7168367Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-09-27T15:19:20.7248862Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.cu 2022-09-27T15:19:20.7332553Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-09-27T15:19:20.7337821Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.cu 2022-09-27T15:19:20.7469514Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.cu 2022-09-27T15:19:20.7716337Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.cu 2022-09-27T15:19:20.7875717Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.cu 2022-09-27T15:19:20.8103843Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.cu 2022-09-27T15:19:20.8237126Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.cu 2022-09-27T15:19:20.8476888Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.cu 2022-09-27T15:19:20.8653838Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.cu 2022-09-27T15:19:20.8815427Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.cu 2022-09-27T15:19:20.8933782Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.cu 2022-09-27T15:19:20.9008642Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.cu 2022-09-27T15:19:20.9120087Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.cu 2022-09-27T15:19:20.9210801Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.cu 2022-09-27T15:19:20.9269817Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.cu 2022-09-27T15:19:20.9347884Z [ 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:19:20.9352871Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.cu 2022-09-27T15:19:20.9406411Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.cu 2022-09-27T15:19:20.9595011Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-09-27T15:19:20.9673768Z [ 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:19:20.9755929Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-09-27T15:19:20.9928807Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-09-27T15:19:21.1799939Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-09-27T15:19:21.2156279Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-09-27T15:19:21.2742168Z [ 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:19:21.2762101Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-09-27T15:19:21.2987715Z [ 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:19:21.3187242Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-09-27T15:19:21.4410233Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.cu 2022-09-27T15:19:21.4483087Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.cu 2022-09-27T15:19:21.4565999Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.cu 2022-09-27T15:19:21.4647120Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.cu 2022-09-27T15:19:21.4754934Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.cu 2022-09-27T15:19:21.4786137Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-09-27T15:19:21.4837036Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.cu 2022-09-27T15:19:21.4922553Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.cu 2022-09-27T15:19:21.5052003Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.cu 2022-09-27T15:19:21.5187800Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-09-27T15:19:21.5194044Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.cu 2022-09-27T15:19:21.5370290Z [ 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:19:21.5410532Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.cu 2022-09-27T15:19:21.5571292Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.cu 2022-09-27T15:19:21.5690926Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.cu 2022-09-27T15:19:21.5825844Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.cu 2022-09-27T15:19:21.5924422Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.cu 2022-09-27T15:19:21.6012932Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.cu 2022-09-27T15:19:21.6053283Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-09-27T15:19:21.6126120Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.cu 2022-09-27T15:19:21.6236968Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.cu 2022-09-27T15:19:21.6374589Z [ 6%] 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:19:21.6476674Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.cu 2022-09-27T15:19:21.6637224Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.cu 2022-09-27T15:19:21.6941022Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.cu 2022-09-27T15:19:21.7093865Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.cu 2022-09-27T15:19:21.7237498Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.cu 2022-09-27T15:19:21.7356738Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.cu 2022-09-27T15:19:21.7457197Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.cu 2022-09-27T15:19:21.7525949Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.cu 2022-09-27T15:19:21.7626644Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-09-27T15:19:21.7648873Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.cu 2022-09-27T15:19:21.7721149Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.cu 2022-09-27T15:19:21.7828720Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-09-27T15:19:21.7848136Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.cu 2022-09-27T15:19:21.8001056Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.cu 2022-09-27T15:19:21.8268756Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.cu 2022-09-27T15:19:21.8460048Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.cu 2022-09-27T15:19:21.8597373Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.cu 2022-09-27T15:19:21.8749079Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.cu 2022-09-27T15:19:21.8918116Z [ 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:19:21.8940839Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.cu 2022-09-27T15:19:21.9062387Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.cu 2022-09-27T15:19:21.9132078Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.cu 2022-09-27T15:19:21.9196479Z [ 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:19:21.9263186Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.cu 2022-09-27T15:19:21.9329640Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.cu 2022-09-27T15:19:21.9422547Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.cu 2022-09-27T15:19:21.9554424Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.cu 2022-09-27T15:19:21.9586350Z [ 6%] 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:19:21.9795398Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.cu 2022-09-27T15:19:21.9984740Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.cu 2022-09-27T15:19:22.0116327Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.cu 2022-09-27T15:19:22.0210024Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.cu 2022-09-27T15:19:22.0272714Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.cu 2022-09-27T15:19:22.0369538Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.cu 2022-09-27T15:19:22.0405767Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-09-27T15:19:22.0487917Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.cu 2022-09-27T15:19:22.0572318Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-09-27T15:19:22.0739472Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.cu 2022-09-27T15:19:22.0995908Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.cu 2022-09-27T15:19:22.1139937Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.cu 2022-09-27T15:19:22.1317800Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.cu 2022-09-27T15:19:22.1420377Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.cu 2022-09-27T15:19:22.1485046Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.cu 2022-09-27T15:19:22.1564834Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.cu 2022-09-27T15:19:22.1664562Z [ 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:19:22.1751594Z [ 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:19:22.1853666Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.cu 2022-09-27T15:19:22.2064254Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.cu 2022-09-27T15:19:22.2357491Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.cu 2022-09-27T15:19:22.2481530Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.cu 2022-09-27T15:19:22.2613707Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.cu 2022-09-27T15:19:22.2934320Z [ 6%] 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:19:22.3214921Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-09-27T15:19:22.3528067Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-09-27T15:19:22.4475341Z [ 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:19:22.4692586Z [ 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:19:22.5951555Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-09-27T15:19:22.6000235Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-09-27T15:19:22.6376353Z [ 6%] 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:19:22.7475341Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-09-27T15:19:22.7958509Z [ 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:19:22.8788105Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-09-27T15:19:22.9062589Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-09-27T15:19:22.9693326Z [ 6%] 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:19:23.0441174Z [ 6%] 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:19:23.1051393Z [ 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:19:23.1369273Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-09-27T15:19:23.1484539Z [ 6%] Linking CXX static library ../../../lib/libgloo.a 2022-09-27T15:19:23.2103447Z [ 6%] Built target gloo 2022-09-27T15:19:23.2187817Z [ 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:19:23.2633022Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.o 2022-09-27T15:19:23.2941957Z [ 6%] 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:19:23.3702535Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-09-27T15:19:23.4220080Z [ 6%] Built target dnnl_graph_common 2022-09-27T15:19:23.4325293Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-09-27T15:19:23.4386566Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-09-27T15:19:23.5211286Z [ 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:19:23.5765766Z [ 6%] 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:19:23.6418760Z [ 6%] 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:19:23.7064840Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-09-27T15:19:23.7890489Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-09-27T15:19:23.9012765Z [ 6%] 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:19:23.9572591Z [ 6%] 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:19:24.0106504Z [ 6%] 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:19:24.0319690Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-09-27T15:19:24.0323758Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-09-27T15:19:24.1794510Z [ 6%] 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:19:24.2455940Z [ 6%] 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:19:24.3145380Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-09-27T15:19:24.3448834Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-09-27T15:19:24.4563831Z [ 6%] 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:19:24.4609917Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-09-27T15:19:24.5741732Z [ 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_an_kern_autogen.cpp.o 2022-09-27T15:19:24.5926254Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-09-27T15:19:24.6740500Z [ 6%] 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:19:24.7413578Z [ 6%] 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:19:24.7989586Z [ 6%] 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:19:24.8562072Z [ 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:19:24.8893477Z [ 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:19:24.9900919Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-09-27T15:19:25.0500867Z [ 6%] 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:19:25.1435695Z [ 6%] 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:19:25.1784558Z [ 6%] 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:19:25.2036973Z [ 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:19:25.2655726Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-09-27T15:19:25.3932563Z [ 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:19:25.4623805Z [ 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:19:25.5203739Z [ 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:19:25.5204811Z [ 6%] 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:19:25.5883038Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-09-27T15:19:25.6842121Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-09-27T15:19:25.7861641Z [ 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:19:25.8262394Z [ 6%] 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:19:25.8495060Z [ 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:19:25.8906138Z [ 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:19:25.9214044Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-09-27T15:19:26.1132977Z [ 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:19:26.1361884Z [ 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:19:26.1671826Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:19:26.1876087Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.o 2022-09-27T15:19:26.1999156Z [ 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:19:26.2214350Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-09-27T15:19:26.4584900Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-09-27T15:19:26.5003586Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-09-27T15:19:26.5017498Z [ 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:19:26.5093073Z [ 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:19:26.5596181Z [ 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:19:26.7095001Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-09-27T15:19:26.8219512Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-09-27T15:19:26.8314456Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-09-27T15:19:26.8434926Z [ 6%] 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:19:26.9223492Z [ 6%] 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:19:26.9244238Z [ 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_part2_autogen.cpp.o 2022-09-27T15:19:27.1306070Z [ 6%] 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:19:27.1385606Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-09-27T15:19:27.1881849Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-09-27T15:19:27.2579194Z [ 6%] 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:19:27.2666998Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-09-27T15:19:27.4122262Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-09-27T15:19:27.4166724Z [ 6%] 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:19:27.4360235Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-09-27T15:19:27.5835497Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-09-27T15:19:27.6131223Z [ 6%] 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:19:27.6850302Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-09-27T15:19:27.6997255Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-09-27T15:19:27.7195315Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-09-27T15:19:27.9445564Z [ 6%] 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:19:27.9574344Z [ 6%] 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:19:27.9732674Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-09-27T15:19:27.9904628Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-09-27T15:19:28.0342911Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-09-27T15:19:28.0604996Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.o 2022-09-27T15:19:28.1994056Z [ 6%] 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:19:28.2574097Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-09-27T15:19:28.2993973Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-09-27T15:19:28.3162482Z [ 6%] 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:19:28.3380807Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-09-27T15:19:28.4687208Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-09-27T15:19:28.5630992Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-09-27T15:19:28.5981093Z [ 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:19:28.6576552Z [ 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:19:28.6709676Z [ 7%] 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:19:28.7532609Z [ 7%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-09-27T15:19:28.8567347Z [ 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:19:28.8703383Z [ 7%] 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:19:28.8704461Z [ 7%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-09-27T15:19:28.8820485Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-09-27T15:19:28.9048516Z [ 7%] Built target dnnl_common 2022-09-27T15:19:28.9132166Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-09-27T15:19:28.9719075Z [ 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:19:29.1774825Z [ 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:19:29.1862597Z [ 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:19:29.1947392Z [ 7%] 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:19:29.2057632Z [ 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:19:29.2770341Z [ 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:19:29.5080102Z [ 7%] 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:19:29.5319461Z [ 7%] 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:19:29.5502672Z [ 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:19:29.5566314Z [ 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:19:29.5658428Z [ 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:19:29.8196797Z [ 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:19:29.8387547Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-09-27T15:19:29.8572390Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-09-27T15:19:29.8657343Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.o 2022-09-27T15:19:29.8833792Z [ 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:19:29.9305045Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.o 2022-09-27T15:19:30.1365417Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.o 2022-09-27T15:19:30.1407085Z [ 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:19:30.1743100Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-09-27T15:19:30.1971567Z [ 7%] Built target dnnl_graph_backend_dnnl 2022-09-27T15:19:30.2046979Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-09-27T15:19:30.4440020Z [ 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:19:30.4457841Z [ 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:19:30.4754967Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-09-27T15:19:30.7207077Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-09-27T15:19:30.7259162Z [ 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:19:30.7455139Z [ 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_bn_kern_autogen.cpp.o 2022-09-27T15:19:30.9640593Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-09-27T15:19:31.0382483Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-09-27T15:19:31.0584516Z [ 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_bt_kern_autogen.cpp.o 2022-09-27T15:19:31.2381335Z [ 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_sum_an_kern_autogen.cpp.o 2022-09-27T15:19:31.3218887Z [ 7%] 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:19:31.3652343Z [ 7%] 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:19:31.5280350Z [ 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_sum_at_kern_autogen.cpp.o 2022-09-27T15:19:31.6270107Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.o 2022-09-27T15:19:31.6680397Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-09-27T15:19:31.6725020Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-09-27T15:19:31.7102736Z [ 7%] 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:19:31.8156507Z [ 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_sum_bn_kern_autogen.cpp.o 2022-09-27T15:19:31.9167583Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.o 2022-09-27T15:19:31.9714140Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.o 2022-09-27T15:19:32.0315486Z [ 7%] 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:19:32.0970083Z [ 7%] 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:19:32.1251492Z [ 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_sum_bt_kern_autogen.cpp.o 2022-09-27T15:19:32.2861196Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-09-27T15:19:32.3541802Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-09-27T15:19:32.4600533Z [ 7%] 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:19:32.6003283Z [ 7%] 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:19:32.6478945Z [ 7%] Built target dnnl_graph_backend_fake 2022-09-27T15:19:32.6629707Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-09-27T15:19:32.7352212Z [ 7%] 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:19:32.7877420Z [ 7%] 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:19:32.9591796Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-09-27T15:19:33.0065391Z [ 7%] 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:19:33.1132641Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.o 2022-09-27T15:19:33.2247481Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-09-27T15:19:33.2716918Z [ 7%] 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:19:33.4254401Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.o 2022-09-27T15:19:33.5544617Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-09-27T15:19:33.6028742Z [ 7%] 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:19:33.7453999Z [ 7%] 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:19:33.8395030Z [ 7%] 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:19:33.8899060Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-09-27T15:19:33.9614136Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-09-27T15:19:34.0667646Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-09-27T15:19:34.1614599Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-09-27T15:19:34.2109920Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-09-27T15:19:34.2436386Z [ 7%] 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:19:34.2923761Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-09-27T15:19:34.3339408Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-09-27T15:19:34.3357463Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-09-27T15:19:34.5450458Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-09-27T15:19:34.5835920Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-09-27T15:19:34.5904374Z [ 7%] 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:19:34.6371099Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-09-27T15:19:34.8359616Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:19:34.8422411Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-09-27T15:19:34.9039254Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-09-27T15:19:34.9238344Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-09-27T15:19:34.9401037Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.o 2022-09-27T15:19:35.0760993Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:19:35.1008137Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-09-27T15:19:35.1120673Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-09-27T15:19:35.1389239Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.o 2022-09-27T15:19:35.1682478Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-09-27T15:19:35.3436231Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:19:35.3917258Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:19:35.4284608Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-09-27T15:19:35.4352717Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-09-27T15:19:35.6001415Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:19:35.6916283Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-09-27T15:19:35.7153657Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-09-27T15:19:35.7345222Z [ 7%] Built target dnnl_graph_utils 2022-09-27T15:19:35.7468967Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-09-27T15:19:35.9382246Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:19:35.9711799Z [ 8%] 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:19:35.9934299Z [ 8%] 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:19:36.0123038Z [ 8%] 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:19:36.2378736Z [ 8%] 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:19:36.2457648Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.o 2022-09-27T15:19:36.3035169Z [ 8%] 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:19:36.3304168Z [ 8%] 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:19:36.4921465Z [ 8%] 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:19:36.5937019Z [ 8%] 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:19:36.6506559Z [ 8%] 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:19:36.7709740Z [ 8%] 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:19:36.7921775Z [ 8%] 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:19:36.8795625Z [ 8%] 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:19:36.9781130Z [ 8%] 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:19:36.9951634Z [ 8%] 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:19:37.0529605Z [ 8%] 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:19:37.1173544Z [ 8%] 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:19:37.1746498Z [ 8%] 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:19:37.3187695Z [ 8%] 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:19:37.3453916Z [ 8%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-09-27T15:19:37.3779083Z [ 8%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-09-27T15:19:37.3999285Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.o 2022-09-27T15:19:37.4706286Z [ 8%] 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:19:37.6359076Z [ 8%] 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:19:37.6567311Z [ 8%] 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:19:37.6762539Z [ 8%] Linking CXX static library ../../lib/libfmt.a 2022-09-27T15:19:37.7303284Z [ 8%] Built target fmt 2022-09-27T15:19:37.7380243Z [ 8%] 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:19:37.7816544Z [ 8%] 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:19:37.9340629Z [ 8%] 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:19:37.9933578Z [ 8%] 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:19:38.0791907Z [ 8%] 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:19:38.0974666Z [ 8%] 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:19:38.1120480Z [ 8%] 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:19:38.2052656Z [ 8%] 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:19:38.3064515Z [ 8%] 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:19:38.4215024Z [ 8%] 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:19:38.4573890Z [ 8%] 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:19:38.4740999Z [ 8%] 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:19:38.6046890Z [ 8%] 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:19:38.6226080Z [ 8%] Built target libkineto_defs.bzl 2022-09-27T15:19:38.6487992Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-09-27T15:19:38.7175053Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-09-27T15:19:38.7634850Z [ 8%] 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:19:38.8159267Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-09-27T15:19:38.9557486Z [ 8%] 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:19:38.9965393Z [ 8%] 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:19:39.0665092Z [ 8%] Built target kineto_api 2022-09-27T15:19:39.0740743Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-09-27T15:19:39.0914582Z [ 8%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp.o 2022-09-27T15:19:39.1333237Z [ 8%] 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:19:39.1553547Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.o 2022-09-27T15:19:39.1848863Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.o 2022-09-27T15:19:39.1860122Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-09-27T15:19:39.2515607Z [ 8%] Built target dnnl_cpu 2022-09-27T15:19:39.2652024Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.o 2022-09-27T15:19:39.3294324Z [ 8%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-09-27T15:19:39.4143153Z [ 8%] 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:19:39.4325208Z [ 8%] Built target caffe2_nvrtc 2022-09-27T15:19:39.4407896Z [ 8%] 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:19:39.5796370Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-09-27T15:19:39.6893764Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-09-27T15:19:39.7639971Z [ 8%] 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:19:39.8845646Z [ 8%] 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:19:40.0047869Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-09-27T15:19:40.1250511Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-09-27T15:19:40.1978306Z [ 8%] 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:19:40.2678964Z [ 8%] 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:19:40.3411419Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-09-27T15:19:40.5273034Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-09-27T15:19:40.5407235Z [ 8%] 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:19:40.6576720Z [ 8%] 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:19:40.8018549Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-09-27T15:19:40.8542439Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-09-27T15:19:40.9376556Z [ 8%] 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:19:40.9412225Z [ 8%] 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:19:40.9901850Z [ 8%] 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:19:40.9979401Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.o 2022-09-27T15:19:41.0930037Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.o 2022-09-27T15:19:41.2080969Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-09-27T15:19:41.2406351Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-09-27T15:19:41.2705333Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-09-27T15:19:41.2854762Z [ 8%] 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:19:41.5418285Z [ 8%] 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:19:41.5820506Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.o 2022-09-27T15:19:41.5880475Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-09-27T15:19:41.6453819Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-09-27T15:19:41.8214287Z [ 8%] 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:19:41.9134158Z [ 8%] 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:19:42.0436999Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-09-27T15:19:42.1342414Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-09-27T15:19:42.2303893Z [ 8%] 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:19:42.3415246Z [ 8%] 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:19:42.4083173Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-09-27T15:19:42.5817495Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-09-27T15:19:42.6495762Z [ 8%] 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:19:42.6826746Z [ 8%] 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:19:42.7356781Z [ 8%] 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:19:42.8381818Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-09-27T15:19:42.9094100Z [ 8%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-09-27T15:19:43.0147721Z [ 8%] Linking C static library ../../lib/libfoxi_loader.a 2022-09-27T15:19:43.0398251Z [ 8%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-09-27T15:19:43.0402216Z [ 8%] Built target foxi_loader 2022-09-27T15:19:43.0481086Z [ 8%] 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:19:43.0782006Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-09-27T15:19:43.1487617Z [ 8%] Built target common 2022-09-27T15:19:43.1565865Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-09-27T15:19:43.1795210Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-09-27T15:19:43.2395094Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.o 2022-09-27T15:19:43.3323557Z [ 8%] Linking C executable ../../bin/mkrename 2022-09-27T15:19:43.3655101Z [ 8%] 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:19:43.3715258Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-09-27T15:19:43.3790702Z [ 8%] Built target mkrename 2022-09-27T15:19:43.3894346Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-09-27T15:19:43.4642850Z [ 8%] Generating ATen headers 2022-09-27T15:19:43.5053823Z [ 8%] Linking C executable ../../bin/mkalias 2022-09-27T15:19:43.5252124Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-09-27T15:19:43.5647061Z [ 8%] Built target mkalias 2022-09-27T15:19:43.5892567Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-09-27T15:19:43.6742761Z [ 8%] Generating renamedsp256.h 2022-09-27T15:19:43.6822123Z [ 8%] Built target renamedsp256.h_generated 2022-09-27T15:19:43.6879817Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-09-27T15:19:43.7190040Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-09-27T15:19:43.7331803Z [ 8%] Linking C executable ../../bin/mkdisp 2022-09-27T15:19:43.7906719Z [ 8%] Built target mkdisp 2022-09-27T15:19:43.7965760Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-09-27T15:19:43.8252691Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-09-27T15:19:44.0620649Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-09-27T15:19:44.0901350Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-09-27T15:19:44.2002148Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-09-27T15:19:44.2223123Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-09-27T15:19:44.2939439Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-09-27T15:19:44.3518404Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-09-27T15:19:44.5349113Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-09-27T15:19:44.5614486Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-09-27T15:19:44.6691369Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-09-27T15:19:44.7256147Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-09-27T15:19:44.8268474Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-09-27T15:19:44.9384353Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.o 2022-09-27T15:19:44.9494020Z [ 8%] Generating ATen sources 2022-09-27T15:19:45.0419146Z [ 8%] Generating ATen declarations_yaml 2022-09-27T15:19:45.0484173Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-09-27T15:19:45.1393485Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-09-27T15:19:45.3874420Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-09-27T15:19:45.4774448Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-09-27T15:19:45.7011430Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-09-27T15:19:45.7345533Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-09-27T15:19:46.0124599Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-09-27T15:19:46.0914627Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-09-27T15:19:46.3245888Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-09-27T15:19:46.4429633Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-09-27T15:19:46.6082374Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-09-27T15:19:46.7216094Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-09-27T15:19:46.7645288Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.o 2022-09-27T15:19:46.8221884Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-09-27T15:19:47.0745050Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-09-27T15:19:47.1000097Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-09-27T15:19:47.3461896Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-09-27T15:19:47.4382025Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-09-27T15:19:47.6508609Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-09-27T15:19:47.7979432Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-09-27T15:19:47.8793027Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-09-27T15:19:48.1048426Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-09-27T15:19:48.1497505Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-09-27T15:19:48.3190733Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-09-27T15:19:48.4706387Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-09-27T15:19:48.6231944Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-09-27T15:19:48.6836607Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.o 2022-09-27T15:19:48.7930751Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-09-27T15:19:48.8413294Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-09-27T15:19:49.0258916Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-09-27T15:19:49.0875518Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-09-27T15:19:49.3031274Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-09-27T15:19:49.3478279Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-09-27T15:19:49.6054282Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-09-27T15:19:49.6540717Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-09-27T15:19:49.7996015Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-09-27T15:19:49.9313154Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-09-27T15:19:49.9860074Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-09-27T15:19:50.0689755Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-09-27T15:19:50.2386264Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-09-27T15:19:50.2716191Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-09-27T15:19:50.3201821Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-09-27T15:19:50.4721473Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-09-27T15:19:50.6402020Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.o 2022-09-27T15:19:50.6469516Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.o 2022-09-27T15:19:50.6662160Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-09-27T15:19:50.6977632Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-09-27T15:19:50.9592019Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-09-27T15:19:51.0056105Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-09-27T15:19:51.1403843Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-09-27T15:19:51.2029338Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-09-27T15:19:51.2973148Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-09-27T15:19:51.3563850Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-09-27T15:19:51.4294360Z [ 9%] 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:19:51.4884099Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-09-27T15:19:51.6958842Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-09-27T15:19:51.6985206Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-09-27T15:19:51.7095432Z [ 9%] 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:19:51.9471446Z [ 9%] 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:19:52.0304319Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-09-27T15:19:52.0425669Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-09-27T15:19:52.2323701Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-09-27T15:19:52.3002127Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.o 2022-09-27T15:19:52.3342259Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.o 2022-09-27T15:19:52.3368058Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-09-27T15:19:52.3427575Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-09-27T15:19:52.4986914Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-09-27T15:19:52.6746252Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-09-27T15:19:52.6781226Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.o 2022-09-27T15:19:52.7160586Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-09-27T15:19:52.9654772Z [ 10%] Linking CXX shared library ../lib/libc10.so 2022-09-27T15:19:53.0214457Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-09-27T15:19:53.1073995Z [ 10%] Built target c10 2022-09-27T15:19:53.1176655Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-09-27T15:19:53.3595229Z [ 10%] Built target nvfuser_rt_UnpackRaw 2022-09-27T15:19:53.4246110Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-09-27T15:19:53.6473826Z [ 10%] Generating ATen sources 2022-09-27T15:19:53.7148096Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-09-27T15:19:54.0313718Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-09-27T15:19:54.0668607Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:19:54.3360743Z [ 10%] Built target nvfuser_rt_array 2022-09-27T15:19:54.3480682Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.o 2022-09-27T15:19:54.3624443Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-09-27T15:19:54.4116208Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-09-27T15:19:54.4314425Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-09-27T15:19:54.6836809Z [ 10%] 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:19:54.7412015Z [ 10%] Built target nvfuser_rt_block_reduction 2022-09-27T15:19:54.7543174Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.o 2022-09-27T15:19:54.7635815Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.o 2022-09-27T15:19:55.0166285Z [ 10%] 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:19:55.3169746Z [ 10%] 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:19:55.6786248Z [ 10%] 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:19:56.0029835Z [ 10%] 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:19:56.2374976Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.o 2022-09-27T15:19:56.2698067Z [ 10%] 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:19:56.4743471Z [ 10%] Built target nvfuser_rt_block_sync_atomic 2022-09-27T15:19:56.4972927Z [ 10%] 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:19:56.6330791Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.o 2022-09-27T15:19:56.6339543Z [ 10%] 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:19:56.8128525Z [ 10%] Built target nvfuser_rt_block_sync_default 2022-09-27T15:19:56.8186779Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.o 2022-09-27T15:19:56.9059700Z [ 10%] 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:19:57.2099619Z [ 10%] 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:19:57.5237091Z [ 10%] 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:19:57.8002379Z [ 10%] 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:19:58.0001429Z [ 10%] 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:19:58.1425508Z [ 10%] 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:19:58.2727780Z [ 10%] Built target nvfuser_rt_broadcast 2022-09-27T15:19:58.2787683Z [ 10%] Built target nvfuser_rt_fp16_support 2022-09-27T15:19:58.2864374Z [ 10%] 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:19:58.2954215Z [ 10%] Built target nvfuser_rt_fused_reduction 2022-09-27T15:19:58.3164898Z [ 10%] 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:19:58.4558068Z [ 10%] Built target nvfuser_rt_bf16_support 2022-09-27T15:19:58.4823395Z [ 10%] Built target nvfuser_rt_grid_broadcast 2022-09-27T15:19:58.5001200Z [ 10%] Built target nvfuser_rt_grid_reduction 2022-09-27T15:19:58.5385297Z [ 10%] Built target nvfuser_rt_grid_sync 2022-09-27T15:19:58.5451102Z [ 10%] 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:19:58.6052397Z [ 10%] Built target nvfuser_rt_helpers 2022-09-27T15:19:58.6213630Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.o 2022-09-27T15:19:58.6533078Z [ 10%] 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:19:58.8240034Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.o 2022-09-27T15:19:58.8651419Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.o 2022-09-27T15:19:58.9539202Z [ 10%] 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:19:59.2822470Z [ 10%] 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:19:59.5766164Z [ 10%] 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:19:59.9317932Z [ 10%] 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:20:00.2048462Z [ 10%] 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:20:00.3991247Z [ 10%] Built target nvfuser_rt_index_utils 2022-09-27T15:20:00.4074000Z [ 10%] 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:20:00.5533626Z [ 10%] Built target nvfuser_rt_random_numbers 2022-09-27T15:20:00.5733975Z [ 10%] Built target nvfuser_rt_tensor 2022-09-27T15:20:00.5795066Z [ 10%] 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:20:00.7112791Z [ 10%] Built target nvfuser_rt_tuple 2022-09-27T15:20:00.7162941Z [ 10%] Built target nvfuser_rt_type_traits 2022-09-27T15:20:00.7255321Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.o 2022-09-27T15:20:00.7379681Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.o 2022-09-27T15:20:00.8042333Z [ 10%] 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:20:00.9548603Z [ 10%] Built target nvfuser_rt_welford 2022-09-27T15:20:00.9647688Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.o 2022-09-27T15:20:01.1480713Z [ 10%] 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:20:01.5369336Z [ 10%] 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:20:01.8511015Z [ 10%] 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:20:02.5554367Z [ 10%] Built target nvfuser_rt_warp 2022-09-27T15:20:02.5756471Z [ 10%] Built target nvfuser_rt_tensorcore 2022-09-27T15:20:02.5822890Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.o 2022-09-27T15:20:02.6445036Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.o 2022-09-27T15:20:02.6565507Z [ 10%] 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:20:02.8891662Z [ 10%] 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:20:03.0033709Z [ 10%] Built target nvfuser_rt_memory 2022-09-27T15:20:03.0175230Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.o 2022-09-27T15:20:03.1284359Z [ 10%] 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:20:03.4200740Z [ 10%] 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:20:03.6734748Z [ 10%] 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:20:03.9285175Z [ 10%] 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:20:04.2430945Z [ 10%] 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:20:04.4156413Z [ 10%] 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:20:04.5224352Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.o 2022-09-27T15:20:04.5314170Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.o 2022-09-27T15:20:04.7159050Z [ 10%] 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:20:04.8708968Z [ 10%] Built target nvfuser_rt_swizzle 2022-09-27T15:20:04.8916749Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.o 2022-09-27T15:20:05.0846439Z [ 10%] 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:20:05.3851051Z [ 10%] 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:20:05.6595223Z [ 10%] 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:20:05.9335644Z [ 10%] 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:20:06.2603369Z [ 10%] 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:20:06.3912523Z [ 10%] 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:20:06.4729742Z [ 10%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-09-27T15:20:06.5263392Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.o 2022-09-27T15:20:06.5573208Z [ 10%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-09-27T15:20:06.6282766Z [ 10%] Linking C shared library ../lib/libtorch_global_deps.so 2022-09-27T15:20:06.7334290Z [ 10%] 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:20:06.8546940Z [ 10%] Built target torch_global_deps 2022-09-27T15:20:06.8639199Z [ 10%] Built target python_copy_files 2022-09-27T15:20:06.8827523Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-09-27T15:20:06.8885522Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-09-27T15:20:06.9982531Z [ 10%] Linking C executable ../../bin/mkrename_gnuabi 2022-09-27T15:20:07.0267634Z [ 10%] 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:20:07.0456591Z [ 10%] Built target mkrename_gnuabi 2022-09-27T15:20:07.0502217Z [ 10%] Linking C executable ../../bin/mkmasked_gnuabi 2022-09-27T15:20:07.0754057Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.o 2022-09-27T15:20:07.1020899Z [ 10%] Built target mkmasked_gnuabi 2022-09-27T15:20:07.1191119Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.o 2022-09-27T15:20:07.2948562Z [ 10%] 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:20:07.5645913Z [ 10%] 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:20:07.8598580Z [ 10%] 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:20:08.1622559Z [ 10%] 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:20:08.3971555Z [ 10%] 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:20:08.4443216Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.o 2022-09-27T15:20:08.6964807Z [ 10%] 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:20:08.9283786Z [ 10%] 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:20:08.9298353Z [ 10%] 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:20:08.9944174Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.o 2022-09-27T15:20:09.2209085Z [ 10%] 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:20:09.2604927Z [ 10%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-09-27T15:20:09.3850820Z [ 10%] Built target arraymap 2022-09-27T15:20:09.3976235Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.o 2022-09-27T15:20:09.4930848Z [ 11%] 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:20:09.7945355Z [ 11%] 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:20:10.1149569Z [ 11%] 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:20:10.3845080Z [ 11%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-09-27T15:20:10.3905390Z [ 11%] 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:20:10.5060474Z [ 11%] Linking C executable ../../bin/addSuffix 2022-09-27T15:20:10.5552542Z [ 11%] Built target addSuffix 2022-09-27T15:20:10.5767862Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.o 2022-09-27T15:20:10.7164270Z [ 11%] Built target dnnl_cpu_x64 2022-09-27T15:20:10.7347224Z [ 11%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-09-27T15:20:10.8233617Z [ 11%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-09-27T15:20:11.3041384Z [ 11%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-09-27T15:20:11.3346033Z Generating Python interface file 'datapipe.pyi'... 2022-09-27T15:20:11.4328819Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.o 2022-09-27T15:20:12.3090568Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.o 2022-09-27T15:20:13.1909325Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.o 2022-09-27T15:20:14.1661905Z [ 11%] Generating ../../../torch/version.py 2022-09-27T15:20:14.9891228Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.o 2022-09-27T15:20:16.6591318Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.o 2022-09-27T15:20:17.9298358Z [ 11%] Built target torch_python_stubs 2022-09-27T15:20:18.0218595Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-09-27T15:20:18.2033849Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-09-27T15:20:18.4427176Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-09-27T15:20:18.5689647Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.o 2022-09-27T15:20:18.6153310Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-09-27T15:20:18.7216224Z fatal: no tag exactly matches '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:20:18.7737093Z [ 11%] Built target gen_torch_version 2022-09-27T15:20:18.7861137Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-09-27T15:20:18.7942520Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-09-27T15:20:18.8567613Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-09-27T15:20:18.9352685Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-09-27T15:20:18.9460798Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-09-27T15:20:18.9841999Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-09-27T15:20:19.0773254Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-09-27T15:20:19.1336327Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-09-27T15:20:19.1359089Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-09-27T15:20:19.1862808Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-09-27T15:20:19.2399832Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-09-27T15:20:19.2965660Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-09-27T15:20:19.3310828Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-09-27T15:20:19.3530183Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-09-27T15:20:19.4156616Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-09-27T15:20:19.4691630Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:20:19.5236363Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:20:19.5346459Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-09-27T15:20:19.5881274Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-09-27T15:20:19.6554216Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:20:19.7253271Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-09-27T15:20:19.7393446Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-09-27T15:20:19.7903934Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-09-27T15:20:19.8634435Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-09-27T15:20:19.9222719Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-09-27T15:20:19.9398519Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-09-27T15:20:20.0090585Z [ 11%] Linking C static library ../../lib/libcpuinfo.a 2022-09-27T15:20:20.0365372Z [ 11%] Built target cpuinfo 2022-09-27T15:20:20.0591902Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-09-27T15:20:20.1463967Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-09-27T15:20:20.1519131Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-09-27T15:20:20.2208207Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-09-27T15:20:20.2855596Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-09-27T15:20:20.3465509Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-09-27T15:20:20.3589523Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-09-27T15:20:20.3970302Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-09-27T15:20:20.4479369Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-09-27T15:20:20.5004501Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-09-27T15:20:20.5475609Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-09-27T15:20:20.5602147Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-09-27T15:20:20.6403337Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-09-27T15:20:20.6909690Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-09-27T15:20:20.7068188Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-09-27T15:20:20.7516405Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:20:20.8025456Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:20:20.8637900Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-09-27T15:20:20.9105282Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-09-27T15:20:20.9338381Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:20:20.9939965Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-09-27T15:20:21.0579526Z [ 11%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-09-27T15:20:21.0818527Z [ 11%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-09-27T15:20:21.1232413Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-09-27T15:20:21.2067619Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-09-27T15:20:21.2171514Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-09-27T15:20:21.2913891Z [ 12%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-09-27T15:20:21.3194853Z [ 12%] Built target cpuinfo_internals 2022-09-27T15:20:21.3384689Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-09-27T15:20:21.4137109Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.o 2022-09-27T15:20:21.5299018Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-09-27T15:20:21.6805911Z [ 12%] Built target generate-torch-sources 2022-09-27T15:20:21.7098859Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-09-27T15:20:21.7268403Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-09-27T15:20:21.8097726Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-09-27T15:20:21.8855423Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:20:21.8856477Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-09-27T15:20:21.9609267Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:20:22.0401629Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-09-27T15:20:22.0408669Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-09-27T15:20:22.1110224Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-09-27T15:20:22.1894644Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:20:22.2239585Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-09-27T15:20:22.2735944Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:20:22.3385782Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:20:22.3969268Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-09-27T15:20:22.4080312Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:20:22.4797848Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:20:22.5501735Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:20:22.5974777Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-09-27T15:20:22.6185907Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-09-27T15:20:22.6839312Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:20:22.7479615Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-09-27T15:20:22.7922433Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-09-27T15:20:22.8120741Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-09-27T15:20:22.8926780Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:20:22.9461236Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:20:22.9921328Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-09-27T15:20:23.0090099Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:20:23.0825283Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:20:23.1507486Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:20:23.2056735Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-09-27T15:20:23.2062341Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:20:23.2628047Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:20:23.3720409Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:20:23.4135781Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-09-27T15:20:23.4793284Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:20:23.5720626Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-09-27T15:20:23.5953140Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:20:23.6631613Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:20:23.7366983Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-09-27T15:20:23.7626600Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:20:23.8547186Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:20:23.9286300Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-09-27T15:20:23.9492504Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:20:24.0543306Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:20:24.1392754Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-09-27T15:20:24.1492304Z [ 13%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-09-27T15:20:24.1585908Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:20:24.1631147Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:20:24.2227266Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:20:24.2390340Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-09-27T15:20:24.2800070Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-09-27T15:20:24.2884660Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:20:24.3486795Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-09-27T15:20:24.3522100Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:20:24.4200494Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:20:24.4225680Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:20:24.4493597Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-09-27T15:20:24.4883592Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:20:24.5051638Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:20:24.5712382Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:20:24.5797074Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-09-27T15:20:24.6417933Z [ 13%] Linking C static library ../../lib/libqnnpack.a 2022-09-27T15:20:24.6546519Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-09-27T15:20:24.6632675Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-09-27T15:20:24.6701289Z [ 13%] Built target qnnpack 2022-09-27T15:20:24.6807054Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.o 2022-09-27T15:20:24.7660310Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-09-27T15:20:24.8396231Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-09-27T15:20:24.8915688Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:20:24.9614168Z [ 13%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-09-27T15:20:24.9870616Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-09-27T15:20:25.0751763Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:20:25.1451874Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-09-27T15:20:25.1670016Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-09-27T15:20:25.2329879Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:20:25.3235786Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-09-27T15:20:25.3891078Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-09-27T15:20:25.4088631Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-09-27T15:20:25.5028720Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:20:25.5480628Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-09-27T15:20:25.5767687Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:20:25.6566303Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:20:25.7306111Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-09-27T15:20:25.7577572Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-09-27T15:20:25.8248282Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-09-27T15:20:25.8969105Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:20:25.9537883Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-09-27T15:20:25.9767454Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-09-27T15:20:26.1267665Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-09-27T15:20:26.1538729Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-09-27T15:20:26.2625919Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-09-27T15:20:26.3403448Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-09-27T15:20:26.3515515Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-09-27T15:20:26.4497382Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-09-27T15:20:26.5013642Z [ 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:20:26.5804798Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-09-27T15:20:26.6600411Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-09-27T15:20:26.6941858Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-09-27T15:20:26.7435640Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:20:26.8123509Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:20:26.9065096Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-09-27T15:20:26.9080939Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:20:26.9838513Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:20:27.0557797Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:20:27.0816641Z [ 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:20:27.1243451Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:20:27.2162440Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:20:27.2525602Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-09-27T15:20:27.3606933Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:20:27.4160286Z [ 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:20:27.4612916Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-09-27T15:20:27.5691430Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-09-27T15:20:27.5723858Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-09-27T15:20:27.6764935Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:20:27.7500529Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-09-27T15:20:27.7803609Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-09-27T15:20:27.9152612Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-09-27T15:20:27.9199797Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:20:27.9833764Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:20:28.0505678Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:20:28.0838245Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-09-27T15:20:28.1168903Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:20:28.2328957Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-09-27T15:20:28.2918102Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-09-27T15:20:28.3345404Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:20:28.4321271Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-09-27T15:20:28.4989347Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-09-27T15:20:28.5353637Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-09-27T15:20:28.6532923Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:20:28.6848674Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-09-27T15:20:28.7509707Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:20:28.8241502Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:20:28.8635388Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-09-27T15:20:28.8833759Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:20:28.9470079Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:20:29.0196465Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-09-27T15:20:29.0255489Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:20:29.0971740Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:20:29.1672120Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:20:29.1797070Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-09-27T15:20:29.2251316Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:20:29.2360493Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-09-27T15:20:29.2913911Z [ 14%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-09-27T15:20:29.3234655Z [ 14%] Built target pytorch_qnnpack 2022-09-27T15:20:29.3388640Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.o 2022-09-27T15:20:29.4401696Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-09-27T15:20:29.6274608Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-09-27T15:20:29.7994431Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-09-27T15:20:29.9945679Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-09-27T15:20:30.2060594Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-09-27T15:20:30.3685965Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-09-27T15:20:30.5441767Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-09-27T15:20:30.7039061Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-09-27T15:20:30.8573771Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-09-27T15:20:31.0333095Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-09-27T15:20:31.1862061Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-09-27T15:20:31.3426428Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-09-27T15:20:31.5293654Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-09-27T15:20:31.7355045Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-09-27T15:20:31.8911823Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-09-27T15:20:32.1012347Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-09-27T15:20:32.2809683Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-09-27T15:20:32.4527655Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-09-27T15:20:32.5939118Z [ 14%] Linking CXX static library ../../../lib/libprotoc.a 2022-09-27T15:20:32.6556613Z [ 14%] Built target libprotoc 2022-09-27T15:20:32.6653934Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.o 2022-09-27T15:20:35.1556716Z [ 14%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-09-27T15:20:35.1616667Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.o 2022-09-27T15:20:35.9497025Z [ 14%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-09-27T15:20:38.0839202Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-09-27T15:20:38.1532551Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-09-27T15:20:38.2168889Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-09-27T15:20:38.2828413Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-09-27T15:20:38.3585329Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-09-27T15:20:38.4227157Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-09-27T15:20:38.4951910Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-09-27T15:20:38.5693871Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-09-27T15:20:38.6425913Z [ 14%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-09-27T15:20:38.6717167Z [ 14%] Built target nnpack_reference_layers 2022-09-27T15:20:38.6813165Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.o 2022-09-27T15:20:39.2760996Z [ 14%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-09-27T15:20:40.6815083Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:20:40.7566455Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:20:40.8344808Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:20:40.9322968Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:20:41.0135865Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-09-27T15:20:41.1090968Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-09-27T15:20:41.1779834Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-09-27T15:20:41.2519907Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:20:41.3294843Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:20:41.4008120Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-09-27T15:20:41.4807447Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:20:41.5897532Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:20:41.6609497Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-09-27T15:20:41.7418925Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-09-27T15:20:41.8222887Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-09-27T15:20:41.9052451Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-09-27T15:20:42.0338629Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-09-27T15:20:42.1149848Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-09-27T15:20:42.1924145Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-09-27T15:20:42.2647646Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-09-27T15:20:42.3406527Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-09-27T15:20:42.4167826Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-09-27T15:20:42.4922934Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-09-27T15:20:42.5739011Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-09-27T15:20:42.6608394Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-09-27T15:20:42.7498446Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-09-27T15:20:42.8305821Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-09-27T15:20:42.9153665Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-09-27T15:20:42.9955922Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-09-27T15:20:43.0762856Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-09-27T15:20:43.1595545Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-09-27T15:20:43.2456881Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-09-27T15:20:43.3276631Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-09-27T15:20:43.4219986Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-09-27T15:20:43.5102367Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-09-27T15:20:43.5867432Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-09-27T15:20:43.6545519Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-09-27T15:20:43.7263998Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-09-27T15:20:43.7970338Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-09-27T15:20:43.8726742Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-09-27T15:20:43.9392468Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-09-27T15:20:44.0284264Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-09-27T15:20:44.0995958Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-09-27T15:20:44.1692447Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-09-27T15:20:44.2422960Z [ 15%] 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:20:44.3158633Z [ 15%] 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:20:44.4084984Z [ 15%] 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:20:44.4744527Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-09-27T15:20:44.5476708Z [ 15%] 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:20:44.6228797Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-09-27T15:20:44.6963479Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-09-27T15:20:44.7661140Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-09-27T15:20:44.8378153Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-09-27T15:20:44.9087770Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-09-27T15:20:44.9904204Z [ 15%] 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:20:45.0578292Z [ 15%] 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:20:45.1577630Z [ 15%] 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:20:45.2082854Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-09-27T15:20:45.2152707Z [ 15%] 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:20:45.3026261Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-09-27T15:20:45.3148106Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-09-27T15:20:45.3767404Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-09-27T15:20:45.4390862Z [ 15%] Built target indirection 2022-09-27T15:20:45.4411585Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-09-27T15:20:45.4485452Z [ 15%] 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:20:45.5206330Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-09-27T15:20:45.5207384Z [ 15%] 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:20:45.6046063Z [ 15%] 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:20:45.6211667Z [ 15%] Built target packing 2022-09-27T15:20:45.6299646Z [ 15%] 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:20:45.6726891Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.o 2022-09-27T15:20:45.7050059Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-09-27T15:20:45.7924116Z [ 15%] 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:20:45.9053864Z [ 15%] 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:20:45.9881866Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-09-27T15:20:46.0555241Z [ 15%] 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:20:46.1618175Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-09-27T15:20:46.2339530Z [ 15%] 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:20:46.2982294Z [ 15%] 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:20:46.3663712Z [ 15%] 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:20:46.4372891Z [ 15%] 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:20:46.5058826Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-09-27T15:20:46.6049656Z [ 15%] 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:20:46.7283053Z [ 15%] 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:20:46.8209912Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-09-27T15:20:46.8747552Z [ 15%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-09-27T15:20:46.9157860Z [ 15%] 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:20:47.0019943Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-09-27T15:20:47.0895487Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-09-27T15:20:47.1764490Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-09-27T15:20:47.2670589Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-09-27T15:20:47.3572666Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-09-27T15:20:47.4412330Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-09-27T15:20:47.5309673Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-09-27T15:20:47.5430878Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.o 2022-09-27T15:20:47.6521967Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-09-27T15:20:47.7457135Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-09-27T15:20:47.8417695Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-09-27T15:20:47.9262326Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-09-27T15:20:47.9950643Z [ 15%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-09-27T15:20:48.0048748Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-09-27T15:20:48.0821587Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-09-27T15:20:48.2095850Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-09-27T15:20:48.2900779Z [ 15%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-09-27T15:20:48.3101697Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-09-27T15:20:48.4048740Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:20:48.5023941Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:20:48.6048507Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-09-27T15:20:48.7103095Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:20:48.7940894Z [ 15%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-09-27T15:20:48.7988464Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:20:48.9012088Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-09-27T15:20:49.0039415Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:20:49.1092179Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:20:49.2133765Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-09-27T15:20:49.3128521Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:20:49.4114636Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:20:49.5134966Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-09-27T15:20:49.5405349Z [ 15%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-09-27T15:20:49.6418248Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-09-27T15:20:49.7218652Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-09-27T15:20:49.8043289Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-09-27T15:20:49.8921997Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:20:49.9331209Z [ 16%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-09-27T15:20:49.9949862Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:20:50.0767231Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:20:50.1609319Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:20:50.2600728Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:20:50.3533383Z [ 16%] Generating src/x86_64-fma/max-pooling.py.o 2022-09-27T15:20:50.3585459Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-09-27T15:20:50.4604798Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:20:50.4643686Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:20:50.5396265Z [ 16%] Generating src/x86_64-fma/relu.py.o 2022-09-27T15:20:50.5553806Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.o 2022-09-27T15:20:50.5810897Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-09-27T15:20:50.6868811Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:20:50.7131066Z [ 16%] Generating src/x86_64-fma/softmax.py.o 2022-09-27T15:20:50.7870974Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:20:50.8790875Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-09-27T15:20:50.9883121Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:20:51.0795921Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:20:51.1818382Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-09-27T15:20:51.2851640Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:20:51.3609010Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:20:51.3644421Z [ 16%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-09-27T15:20:51.4432758Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:20:51.5226908Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:20:51.6028195Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-09-27T15:20:51.6767991Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:20:51.7636206Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:20:51.8460070Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-09-27T15:20:51.8999099Z [ 16%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-09-27T15:20:51.9324448Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-09-27T15:20:52.0452871Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:20:52.1371711Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:20:52.2269401Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:20:52.3137672Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:20:52.4017595Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:20:52.4913731Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:20:52.5737464Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:20:52.6869937Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:20:52.7762801Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:20:52.8594339Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:20:52.9505203Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:20:53.0469114Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:20:53.1269045Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:20:53.2190970Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:20:53.3079593Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:20:53.4397773Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:20:53.5262580Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:20:53.6272304Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:20:53.7195138Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:20:53.8087078Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:20:53.8966568Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:20:53.9849087Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:20:54.0924844Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:20:54.1790777Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:20:54.2633959Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-09-27T15:20:54.3415846Z [ 16%] 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:20:54.4145818Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-09-27T15:20:54.4950882Z [ 16%] 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:20:54.5742052Z [ 16%] 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:20:54.6497371Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-09-27T15:20:54.7467447Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-09-27T15:20:54.8265743Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-09-27T15:20:54.8273601Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-09-27T15:20:54.9089519Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-09-27T15:20:54.9189809Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-09-27T15:20:54.9959372Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-09-27T15:20:55.0091942Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-09-27T15:20:55.0730544Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-09-27T15:20:55.1115016Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-09-27T15:20:55.1489421Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-09-27T15:20:55.2045420Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-09-27T15:20:55.2541603Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-09-27T15:20:55.3012535Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-09-27T15:20:55.3324174Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-09-27T15:20:55.3805058Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-09-27T15:20:55.4059770Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-09-27T15:20:55.4733596Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-09-27T15:20:55.4850946Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-09-27T15:20:55.5488991Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-09-27T15:20:55.5610957Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-09-27T15:20:55.6349412Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-09-27T15:20:55.6483336Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-09-27T15:20:55.7079971Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-09-27T15:20:55.7518718Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-09-27T15:20:55.7859483Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-09-27T15:20:55.8474285Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-09-27T15:20:55.9231123Z [ 16%] Linking C static library ../../lib/libnnpack.a 2022-09-27T15:20:55.9547540Z [ 16%] Built target nnpack 2022-09-27T15:20:55.9632513Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-09-27T15:20:55.9850409Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:20:56.0621943Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-09-27T15:20:56.1290308Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:20:56.1444195Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-09-27T15:20:56.1825151Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-09-27T15:20:56.2232293Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-09-27T15:20:56.2664776Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-09-27T15:20:56.2777961Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-09-27T15:20:56.3306089Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-09-27T15:20:56.3527844Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.o 2022-09-27T15:20:56.3608495Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-09-27T15:20:56.4274839Z [ 17%] Built target jit 2022-09-27T15:20:56.4362751Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-09-27T15:20:56.4972043Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-09-27T15:20:56.5144891Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-09-27T15:20:56.5930909Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-09-27T15:20:56.6049601Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-09-27T15:20:56.6849767Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-09-27T15:20:56.6858314Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-09-27T15:20:56.7647213Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-09-27T15:20:56.7854410Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-09-27T15:20:56.8637853Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-09-27T15:20:56.8918810Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-09-27T15:20:56.9494346Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-09-27T15:20:56.9899398Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-09-27T15:20:57.0288738Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-09-27T15:20:57.1018492Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-09-27T15:20:57.1352709Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-09-27T15:20:57.2072589Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-09-27T15:20:57.2185135Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-09-27T15:20:57.2853831Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-09-27T15:20:57.3242507Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-09-27T15:20:57.3706416Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-09-27T15:20:57.4103351Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-09-27T15:20:57.4511418Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-09-27T15:20:57.4964999Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-09-27T15:20:57.5539929Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-09-27T15:20:57.6127276Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-09-27T15:20:57.6312840Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-09-27T15:20:57.7132435Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-09-27T15:20:57.7192609Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-09-27T15:20:57.7910131Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-09-27T15:20:57.8179895Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-09-27T15:20:57.8674598Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-09-27T15:20:57.9179596Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-09-27T15:20:57.9417788Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-09-27T15:20:57.9967407Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-09-27T15:20:58.0235694Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-09-27T15:20:58.0977114Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-09-27T15:20:58.1099635Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-09-27T15:20:58.1843560Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-09-27T15:20:58.2064776Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-09-27T15:20:58.2570417Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-09-27T15:20:58.2951280Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-09-27T15:20:58.3365622Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-09-27T15:20:58.4198805Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-09-27T15:20:58.4208432Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-09-27T15:20:58.4955745Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-09-27T15:20:58.5308280Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-09-27T15:20:58.5754174Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-09-27T15:20:58.6585302Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-09-27T15:20:58.6932949Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-09-27T15:20:58.7633192Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-09-27T15:20:58.7751613Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-09-27T15:20:58.8519455Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-09-27T15:20:58.8570448Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-09-27T15:20:58.9417122Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-09-27T15:20:58.9428991Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-09-27T15:20:59.0129675Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-09-27T15:20:59.0533008Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-09-27T15:20:59.0985761Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-09-27T15:20:59.1518529Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-09-27T15:20:59.2012852Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-09-27T15:20:59.2419722Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-09-27T15:20:59.2801522Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-09-27T15:20:59.3404640Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-09-27T15:20:59.3900838Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-09-27T15:20:59.4300904Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-09-27T15:20:59.4692474Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-09-27T15:20:59.5153069Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-09-27T15:20:59.5543473Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-09-27T15:20:59.5891825Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-09-27T15:20:59.6048914Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-09-27T15:20:59.6291762Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-09-27T15:20:59.6962359Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-09-27T15:20:59.6983387Z [ 18%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-09-27T15:20:59.7329939Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-09-27T15:20:59.7894116Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-09-27T15:20:59.8335171Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-09-27T15:20:59.8760693Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-09-27T15:20:59.9031431Z [ 18%] Linking CXX static library ../../../lib/libgmock.a 2022-09-27T15:20:59.9169453Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-09-27T15:20:59.9306903Z [ 18%] Built target gmock 2022-09-27T15:20:59.9380650Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-09-27T15:20:59.9499683Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-09-27T15:21:00.0122391Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-09-27T15:21:00.0514770Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-09-27T15:21:00.0835816Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-09-27T15:21:00.1023147Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-09-27T15:21:00.1471418Z [ 18%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-09-27T15:21:00.1779792Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-09-27T15:21:00.1886246Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-09-27T15:21:00.2753765Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-09-27T15:21:00.2831385Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-09-27T15:21:00.3219275Z [ 18%] Linking CXX static library ../../../lib/libgtest_main.a 2022-09-27T15:21:00.3490416Z [ 18%] Built target gtest_main 2022-09-27T15:21:00.3513550Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-09-27T15:21:00.3567348Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-09-27T15:21:00.3713627Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-09-27T15:21:00.4200829Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-09-27T15:21:00.4462096Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-09-27T15:21:00.4575258Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-09-27T15:21:00.5015059Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-09-27T15:21:00.5249387Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-09-27T15:21:00.5335330Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-09-27T15:21:00.5864572Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-09-27T15:21:00.6169545Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-09-27T15:21:00.6307888Z [ 18%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-09-27T15:21:00.6551842Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-09-27T15:21:00.6972679Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-09-27T15:21:00.7365561Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-09-27T15:21:00.7720509Z [ 19%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-09-27T15:21:00.7976873Z [ 19%] Built target benchmark_main 2022-09-27T15:21:00.8050501Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-09-27T15:21:00.8142576Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-09-27T15:21:00.8247746Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-09-27T15:21:00.8766936Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-09-27T15:21:00.8960905Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-09-27T15:21:00.8988744Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-09-27T15:21:00.9606579Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-09-27T15:21:00.9764004Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-09-27T15:21:01.0046521Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-09-27T15:21:01.0529049Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.o 2022-09-27T15:21:01.0696251Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-09-27T15:21:01.0737356Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-09-27T15:21:01.1302081Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-09-27T15:21:01.1493905Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-09-27T15:21:01.1698084Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-09-27T15:21:01.2345706Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-09-27T15:21:01.2662666Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-09-27T15:21:01.3304277Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-09-27T15:21:01.3561650Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-09-27T15:21:01.3811523Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-09-27T15:21:01.4015509Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-09-27T15:21:01.4455286Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-09-27T15:21:01.4479036Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-09-27T15:21:01.4874804Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-09-27T15:21:01.5272660Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-09-27T15:21:01.5652589Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-09-27T15:21:01.6271437Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-09-27T15:21:01.6493391Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-09-27T15:21:01.7128387Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-09-27T15:21:01.7193624Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-09-27T15:21:01.7327568Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-09-27T15:21:01.8259810Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-09-27T15:21:01.8310342Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-09-27T15:21:01.9122679Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-09-27T15:21:01.9703119Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-09-27T15:21:01.9735128Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-09-27T15:21:01.9958842Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-09-27T15:21:02.0741123Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-09-27T15:21:02.0771672Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-09-27T15:21:02.1606390Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-09-27T15:21:02.1858272Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-09-27T15:21:02.2292455Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-09-27T15:21:02.2430649Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-09-27T15:21:02.3309441Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-09-27T15:21:02.3365901Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-09-27T15:21:02.3438702Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-09-27T15:21:02.4096365Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-09-27T15:21:02.4255010Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-09-27T15:21:02.4978620Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-09-27T15:21:02.5355688Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-09-27T15:21:02.5745236Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-09-27T15:21:02.6121485Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-09-27T15:21:02.6216232Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-09-27T15:21:02.6471879Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-09-27T15:21:02.7085320Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-09-27T15:21:02.7384694Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-09-27T15:21:02.8161123Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-09-27T15:21:02.8323093Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-09-27T15:21:02.8650116Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-09-27T15:21:02.9027469Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-09-27T15:21:02.9138153Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-09-27T15:21:03.0046648Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:21:03.0068426Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-09-27T15:21:03.0672279Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:21:03.0832391Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-09-27T15:21:03.1075723Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-09-27T15:21:03.1413912Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:21:03.1900163Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-09-27T15:21:03.2362058Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:21:03.2631309Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-09-27T15:21:03.3010788Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:21:03.3447871Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-09-27T15:21:03.3655299Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:21:03.3955401Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-09-27T15:21:03.4217885Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-09-27T15:21:03.4324300Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:21:03.5034544Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-09-27T15:21:03.5382699Z [ 20%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:21:03.5763193Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-09-27T15:21:03.5894698Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-09-27T15:21:03.6681611Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-09-27T15:21:03.6872362Z [ 20%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:21:03.7245784Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-09-27T15:21:03.7547906Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-09-27T15:21:03.8313211Z [ 20%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-09-27T15:21:03.8399546Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-09-27T15:21:03.9252344Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-09-27T15:21:03.9572961Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-09-27T15:21:03.9997439Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-09-27T15:21:04.0132035Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-09-27T15:21:04.0397346Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-09-27T15:21:04.0888126Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-09-27T15:21:04.1382699Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:21:04.1653409Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-09-27T15:21:04.2359126Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:21:04.2495111Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-09-27T15:21:04.2499721Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-09-27T15:21:04.3295163Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:21:04.3731397Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-09-27T15:21:04.4129341Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:21:04.4508786Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-09-27T15:21:04.4789587Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:04.4823455Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-09-27T15:21:04.5456139Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-09-27T15:21:04.5738461Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:21:04.6172785Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-09-27T15:21:04.6477230Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:21:04.6931645Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-09-27T15:21:04.7280868Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:21:04.7481504Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-09-27T15:21:04.7694955Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-09-27T15:21:04.8091370Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:21:04.8502697Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-09-27T15:21:04.8942569Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:21:04.9300987Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-09-27T15:21:05.0044593Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-09-27T15:21:05.0146849Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:21:05.0210475Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-09-27T15:21:05.1128852Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:21:05.1136782Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-09-27T15:21:05.1940916Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-09-27T15:21:05.2062215Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:21:05.2709641Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-09-27T15:21:05.3034308Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-09-27T15:21:05.3067125Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:21:05.3452038Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-09-27T15:21:05.4034866Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:21:05.4259366Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-09-27T15:21:05.5005417Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:21:05.5097276Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-09-27T15:21:05.5360443Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-09-27T15:21:05.5822726Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:21:05.5823863Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-09-27T15:21:05.6591452Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-09-27T15:21:05.6728341Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:21:05.7543207Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:21:05.7552220Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-09-27T15:21:05.8177942Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-09-27T15:21:05.8252023Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-09-27T15:21:05.8494451Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:21:05.9059000Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-09-27T15:21:05.9275406Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:21:05.9833452Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-09-27T15:21:06.0246813Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:21:06.0579333Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-09-27T15:21:06.1082119Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-09-27T15:21:06.1322704Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-09-27T15:21:06.1491391Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:21:06.2053285Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-09-27T15:21:06.2643558Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:21:06.2974037Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-09-27T15:21:06.3593624Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:21:06.3596093Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-09-27T15:21:06.3984279Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-09-27T15:21:06.4371735Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-09-27T15:21:06.4608309Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:21:06.5158759Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-09-27T15:21:06.5644936Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:06.5862162Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-09-27T15:21:06.5885072Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-09-27T15:21:06.6497760Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:06.6799945Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-09-27T15:21:06.7423273Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:21:06.7561915Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-09-27T15:21:06.7946299Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-09-27T15:21:06.8296230Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-09-27T15:21:06.8299131Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-09-27T15:21:06.9072218Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-09-27T15:21:06.9134333Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:21:06.9691432Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-09-27T15:21:06.9882708Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-09-27T15:21:07.0585034Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:21:07.0609202Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-09-27T15:21:07.1494257Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-09-27T15:21:07.1528863Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-09-27T15:21:07.1568855Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:21:07.2390398Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-09-27T15:21:07.2506731Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:21:07.3183475Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-09-27T15:21:07.3384889Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-09-27T15:21:07.3557108Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:21:07.3943987Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-09-27T15:21:07.4441016Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:21:07.4851750Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-09-27T15:21:07.5061642Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-09-27T15:21:07.5363480Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:21:07.5815584Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-09-27T15:21:07.6375204Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:21:07.6583813Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-09-27T15:21:07.7325943Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-09-27T15:21:07.7386347Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-09-27T15:21:07.7512439Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:21:07.8238320Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-09-27T15:21:07.8458339Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:21:07.9021148Z [ 22%] 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:21:07.9022163Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-09-27T15:21:07.9410538Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:21:08.0169286Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:21:08.0325843Z [ 22%] 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:21:08.0971549Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:21:08.1208422Z [ 22%] 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:21:08.1717439Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-09-27T15:21:08.1718245Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:21:08.2091938Z [ 22%] 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:21:08.2586568Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:21:08.2965184Z [ 22%] 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:21:08.3590532Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:21:08.3638171Z [ 22%] 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:21:08.3852169Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-09-27T15:21:08.4415937Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-09-27T15:21:08.4460704Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:21:08.5274495Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-09-27T15:21:08.5499894Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:21:08.6091454Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-09-27T15:21:08.6317093Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-09-27T15:21:08.6367883Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:21:08.6956830Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-09-27T15:21:08.7099276Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:21:08.7747508Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-09-27T15:21:08.8071422Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:21:08.8460242Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-09-27T15:21:08.8611171Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-09-27T15:21:08.8871141Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:21:08.9226864Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-09-27T15:21:08.9937658Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-09-27T15:21:08.9944796Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:21:09.0064187Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-09-27T15:21:09.0806346Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:21:09.1009102Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-09-27T15:21:09.1531943Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-09-27T15:21:09.1715380Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:21:09.1837229Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-09-27T15:21:09.2648696Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:21:09.2683225Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-09-27T15:21:09.3381674Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-09-27T15:21:09.3904890Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:21:09.4257799Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-09-27T15:21:09.4282064Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-09-27T15:21:09.5000496Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-09-27T15:21:09.5253276Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:21:09.5711044Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-09-27T15:21:09.5939669Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-09-27T15:21:09.6099319Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:21:09.6430812Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-09-27T15:21:09.6953029Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:21:09.7335899Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-09-27T15:21:09.7738482Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:21:09.7866986Z [ 22%] Built target fbgemm_generic 2022-09-27T15:21:09.7926717Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:21:09.8157975Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-09-27T15:21:09.8973876Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-09-27T15:21:09.9084132Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:21:09.9649442Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-09-27T15:21:09.9839880Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-09-27T15:21:09.9849969Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:21:10.0677180Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:21:10.0748316Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-09-27T15:21:10.1151372Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-09-27T15:21:10.1598868Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:21:10.1615440Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-09-27T15:21:10.2418841Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:21:10.2513255Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-09-27T15:21:10.2773915Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-09-27T15:21:10.3415151Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-09-27T15:21:10.3491102Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:21:10.4159739Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-09-27T15:21:10.4391091Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:21:10.4447107Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-09-27T15:21:10.5064389Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-09-27T15:21:10.5416262Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:21:10.5957663Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-09-27T15:21:10.6417487Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:21:10.6418446Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-09-27T15:21:10.6832781Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-09-27T15:21:10.7223545Z [ 22%] 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:21:10.7711862Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-09-27T15:21:10.8085732Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:21:10.8448778Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-09-27T15:21:10.8927582Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-09-27T15:21:10.9057913Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:21:10.9248788Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-09-27T15:21:11.0132401Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.0220144Z [ 22%] 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:21:11.0617070Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-09-27T15:21:11.0906291Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.1019095Z [ 22%] 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:21:11.1893619Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.2011049Z [ 22%] 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:21:11.2251414Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-09-27T15:21:11.2795760Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.2860188Z [ 22%] 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:21:11.3719619Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:21:11.3720564Z [ 22%] 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:21:11.4155638Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-09-27T15:21:11.4564398Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:21:11.4766386Z [ 23%] 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:21:11.5423479Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-09-27T15:21:11.5454580Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:21:11.5504696Z [ 23%] 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:21:11.6193038Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:21:11.6410012Z [ 23%] 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:21:11.6917704Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-09-27T15:21:11.7042952Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:21:11.7572921Z [ 23%] 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:21:11.7904741Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.8476551Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-09-27T15:21:11.8870544Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-09-27T15:21:11.8972070Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:11.9213474Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-09-27T15:21:12.0039230Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:12.0106552Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-09-27T15:21:12.0740591Z [ 23%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-09-27T15:21:12.0870149Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:12.0943764Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-09-27T15:21:12.1714466Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-09-27T15:21:12.2012659Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:12.2117969Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-09-27T15:21:12.2648273Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-09-27T15:21:12.2913264Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:12.3476378Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-09-27T15:21:12.3731642Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:12.4203390Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-09-27T15:21:12.4552349Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:12.4780133Z [ 24%] Built target fbgemm_avx2 2022-09-27T15:21:12.4869534Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-09-27T15:21:12.5038544Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-09-27T15:21:12.5472296Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:21:12.5881016Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-09-27T15:21:12.6255483Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:21:12.6702880Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-09-27T15:21:12.7080938Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-09-27T15:21:12.7492678Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-09-27T15:21:12.7526772Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:21:12.8459264Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:21:12.8463445Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-09-27T15:21:12.8567189Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-09-27T15:21:12.8914651Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-09-27T15:21:12.9197971Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-09-27T15:21:12.9248156Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-09-27T15:21:12.9431371Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:21:13.0059908Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-09-27T15:21:13.0402176Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:21:13.0784285Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:21:13.0826115Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-09-27T15:21:13.0905395Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-09-27T15:21:13.1164021Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-09-27T15:21:13.1530403Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-09-27T15:21:13.1603646Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:13.2229453Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-09-27T15:21:13.2557068Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:13.2903105Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-09-27T15:21:13.3327916Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-09-27T15:21:13.3399784Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-09-27T15:21:13.3586589Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-09-27T15:21:13.3597985Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:13.4024896Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-09-27T15:21:13.4735329Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-09-27T15:21:13.4919019Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:21:13.5100705Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:13.5219649Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-09-27T15:21:13.5409904Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-09-27T15:21:13.5816139Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-09-27T15:21:13.6074122Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:13.6211790Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:13.6580217Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-09-27T15:21:13.6987693Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-09-27T15:21:13.7020188Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:21:13.7281713Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:21:13.7519980Z [ 25%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-09-27T15:21:13.7772060Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-09-27T15:21:13.7988799Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-09-27T15:21:13.8089587Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:21:13.8547796Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-09-27T15:21:13.9103831Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:21:13.9397253Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-09-27T15:21:13.9721913Z [ 25%] Built target fbgemm_avx512 2022-09-27T15:21:13.9785259Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-09-27T15:21:13.9794918Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-09-27T15:21:14.0095653Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:21:14.0224643Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:21:14.0666276Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-09-27T15:21:14.1130785Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-09-27T15:21:14.1434026Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:21:14.1693080Z [ 25%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-09-27T15:21:14.1875339Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-09-27T15:21:14.2109063Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-09-27T15:21:14.2436104Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:21:14.2633583Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-09-27T15:21:14.3513990Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:21:14.3526172Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-09-27T15:21:14.3921431Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-09-27T15:21:14.4258978Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-09-27T15:21:14.4405469Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-09-27T15:21:14.5178201Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:21:14.5290499Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-09-27T15:21:14.5678263Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-09-27T15:21:14.6133299Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-09-27T15:21:14.6192907Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:21:14.6919882Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-09-27T15:21:14.7046156Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:21:14.7738549Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-09-27T15:21:14.7782682Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:14.7895910Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:21:14.7918401Z [ 25%] Built target dnnl 2022-09-27T15:21:14.8017480Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:21:14.8660978Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:14.9133824Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:14.9182432Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:21:14.9592657Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-09-27T15:21:14.9601986Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-09-27T15:21:15.0035658Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:15.0088761Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:21:15.0996560Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:21:15.1003233Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:15.1750479Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:15.1919344Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:21:15.1936701Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:21:15.2223906Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-09-27T15:21:15.2639256Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:15.2736443Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:15.2916111Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:21:15.3613902Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:15.3709574Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaDeviceProperties.cpp.o 2022-09-27T15:21:15.3872464Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:21:15.4555491Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:15.4913905Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-09-27T15:21:15.5405421Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:21:15.5419928Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:15.6361979Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:21:15.6409979Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:15.7329286Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:15.7347843Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:21:15.7466990Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-09-27T15:21:15.8150866Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-09-27T15:21:15.8247969Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:15.8314364Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:21:15.9189584Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:15.9272254Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:21:16.0328664Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:21:16.0338903Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:16.0459088Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-09-27T15:21:16.0725069Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityPlatform.cpp.o 2022-09-27T15:21:16.1171252Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:16.1302933Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:21:16.1594354Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiCallbackApi.cpp.o 2022-09-27T15:21:16.2214962Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:16.2448203Z [ 26%] 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:21:16.2840032Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:21:16.3210374Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:16.3433586Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:16.3931834Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:21:16.4153273Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:16.4206009Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-09-27T15:21:16.4443475Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:16.4788457Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:16.4887086Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiEventApi.cpp.o 2022-09-27T15:21:16.5171753Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:16.5533584Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-09-27T15:21:16.6026925Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:16.6157848Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:16.7099490Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:16.7303778Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:16.7448553Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:21:16.8067300Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiMetricApi.cpp.o 2022-09-27T15:21:16.8209092Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:16.8346965Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:21:16.8353238Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:16.9263184Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-09-27T15:21:16.9279047Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-09-27T15:21:16.9472895Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:16.9565195Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:21:17.0636001Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:17.1056215Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:21:17.1271098Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:21:17.1397917Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfiler.cpp.o 2022-09-27T15:21:17.1570106Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:17.2015242Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerApi.cpp.o 2022-09-27T15:21:17.2560017Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:17.2630359Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-09-27T15:21:17.2701260Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:17.3688132Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:17.3745135Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:17.4761004Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:17.4855236Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:17.5280429Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:17.5314906Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerConfig.cpp.o 2022-09-27T15:21:17.5579188Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-09-27T15:21:17.5732425Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:17.5800204Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:17.6379323Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:21:17.6713423Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:21:17.6833825Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:17.7371445Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.o 2022-09-27T15:21:17.7513806Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.o 2022-09-27T15:21:17.7681814Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:21:17.8042091Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-09-27T15:21:17.8119202Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiNvPerfMetric.cpp.o 2022-09-27T15:21:17.8121941Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:17.8485218Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:21:17.9325223Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:17.9360294Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:21:18.0304861Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-09-27T15:21:18.0317359Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:21:18.0569977Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:18.1292084Z [ 26%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-09-27T15:21:18.1336290Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:21:18.1796235Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:18.2769523Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:21:18.2801338Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-09-27T15:21:18.2841033Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:18.2987020Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfiler.cpp.o 2022-09-27T15:21:18.3744971Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:21:18.4021772Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:18.4851822Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:18.5131987Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-09-27T15:21:18.5236249Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:18.5806615Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:18.6800258Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:18.6899815Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfilerController.cpp.o 2022-09-27T15:21:18.7093734Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:18.7318654Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-09-27T15:21:18.7878410Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:21:18.8044542Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:18.8928665Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:21:18.9173889Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:18.9928044Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:21:19.0247944Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-09-27T15:21:19.0413676Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/WeakSymbols.cpp.o 2022-09-27T15:21:19.0632329Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:19.0755281Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:21:19.1651043Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:19.1850258Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:21:19.2233548Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/cupti_strings.cpp.o 2022-09-27T15:21:19.2695805Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:19.2931853Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-09-27T15:21:19.3070613Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:21:19.3468478Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-09-27T15:21:19.3658586Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:19.3981531Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:21:19.4651843Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:19.4840832Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:21:19.5509809Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-09-27T15:21:19.5785708Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:19.6194915Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:21:19.6479949Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-09-27T15:21:19.6853333Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:19.7174616Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:21:19.7976352Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-09-27T15:21:19.7985918Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:19.8793085Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:21:19.8994351Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:20.0170231Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:21:20.0171854Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:20.0330176Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-09-27T15:21:20.0979705Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-09-27T15:21:20.1391958Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:20.1408632Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:21:20.2545252Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:20.2630178Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:21:20.3596132Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:20.3961603Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:21:20.3988260Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-09-27T15:21:20.4101880Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-09-27T15:21:20.4742856Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:20.4891963Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:21:20.5716200Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:20.6470406Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:21:20.6923383Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:20.7648673Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-09-27T15:21:20.7721627Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:21:20.7722656Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-09-27T15:21:20.7905706Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:20.9116994Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:20.9214655Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:21:21.0231174Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:21.0482507Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-09-27T15:21:21.0770829Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-09-27T15:21:21.1183729Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:21.2142917Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:21.3006718Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:21:21.3302130Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-09-27T15:21:21.3416838Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:21.4040343Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-09-27T15:21:21.4120427Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:21:21.4320040Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:21.5321957Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:21.5381611Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:21:21.6087082Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-09-27T15:21:21.6259977Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:21.6814680Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:21:21.7293528Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-09-27T15:21:21.7676479Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:21.8134412Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:21:21.8654483Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:21.8832288Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-09-27T15:21:21.9467111Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:21:21.9597747Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:22.0263534Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-09-27T15:21:22.0687246Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:21:22.0835820Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:22.1806954Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:22.1889711Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:21:22.1950439Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-09-27T15:21:22.2531760Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:22.2987067Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:21:22.3424637Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:22.3593075Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-09-27T15:21:22.4174801Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:21:22.4333498Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:22.5352183Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:22.5381605Z /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:21:22.5382385Z #pragma GCC diagnostic ignored "-Wglobal-constructors" 2022-09-27T15:21:22.5382790Z ^~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:21:22.5467162Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-09-27T15:21:22.5675709Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:21:22.6311937Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-09-27T15:21:22.6360608Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:22.6891898Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:21:22.7221684Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:22.8072849Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:21:22.8207158Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:22.9064432Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-09-27T15:21:22.9228994Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:22.9369920Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-09-27T15:21:22.9459722Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:21:23.0164776Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:23.0877067Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:21:23.1245136Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:21:23.1708938Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-09-27T15:21:23.2052203Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:21:23.2080342Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:21:23.2492178Z [ 28%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-09-27T15:21:23.2908229Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:21:23.3386533Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:21:23.3753523Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:21:23.4266384Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-09-27T15:21:23.4614500Z [ 28%] 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:21:23.4886755Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:21:23.5513159Z [ 28%] Built target kineto_base 2022-09-27T15:21:23.5597366Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:21:23.5607820Z [ 28%] 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:21:23.6158705Z [ 28%] 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:21:23.6554337Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.o 2022-09-27T15:21:23.6703184Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-09-27T15:21:23.7050496Z [ 28%] 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:21:23.7054704Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:21:23.8006862Z [ 28%] 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:21:23.8665774Z [ 28%] 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:21:23.8836892Z [ 28%] 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:21:23.9338698Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-09-27T15:21:23.9772352Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:21:23.9772977Z [ 28%] 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:21:24.0699194Z [ 28%] 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:21:24.1083445Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:21:24.1662446Z [ 28%] 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:21:24.2177271Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:21:24.2572700Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-09-27T15:21:24.2587757Z [ 28%] 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:21:24.3403973Z [ 28%] 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:21:24.3405005Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:21:24.4331559Z [ 28%] 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:21:24.4848832Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:21:24.5159255Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-09-27T15:21:24.5232616Z [ 28%] 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:21:24.6084548Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:21:24.6162028Z [ 28%] 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:21:24.7088050Z [ 28%] 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:21:24.7499608Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-09-27T15:21:24.7711933Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:21:24.7894529Z [ 28%] 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:21:24.9112044Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:21:24.9373094Z [ 28%] 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:21:24.9793793Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-09-27T15:21:25.0302076Z [ 28%] 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:21:25.0358609Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:21:25.1210901Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:25.1750778Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:21:25.2101133Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-09-27T15:21:25.2244541Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:25.2985633Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:21:25.3355444Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:25.4525565Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:25.4526641Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:21:25.4894543Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-09-27T15:21:25.5414848Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:21:25.5653859Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:25.6461396Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:25.6985308Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:25.7472404Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-09-27T15:21:25.7816450Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:25.8076207Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:25.8798772Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:25.9200885Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:25.9533575Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-09-27T15:21:25.9934218Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:26.0070221Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:26.1117187Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:21:26.1187077Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:26.2147063Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:21:26.2147715Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-09-27T15:21:26.2281196Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:26.3212275Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:21:26.3371282Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:26.4591485Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:26.4594021Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:26.4851596Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-09-27T15:21:26.5538687Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:26.5874730Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:26.6441641Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:26.6852251Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:26.7384748Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:26.7792166Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-09-27T15:21:26.7816775Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:26.8384676Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:21:26.8783375Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:26.9502366Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:21:26.9792787Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:27.0192672Z [ 29%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-09-27T15:21:27.0585772Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:21:27.0771652Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:27.1378568Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:21:27.2183564Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:27.2185076Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:21:27.2699665Z [ 30%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-09-27T15:21:27.3163897Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:27.3621773Z [ 30%] Built target tensorpipe 2022-09-27T15:21:27.3707675Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:21:27.3743263Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:27.4195768Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:21:27.4691282Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:27.4729010Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:27.5284953Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:27.5748058Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:27.5823962Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:27.6357637Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:27.6712396Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:27.6876765Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-09-27T15:21:27.7353774Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:27.7770292Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:21:27.8419884Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:27.9007382Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:21:27.9545373Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:27.9722056Z [ 30%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:21:28.0173140Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:21:28.0626260Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:28.0869336Z [ 30%] Built target c10_CompileTimeFunctionPointer_test 2022-09-27T15:21:28.1054482Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:28.1594549Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.o 2022-09-27T15:21:28.1671922Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:21:28.1970370Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:28.2593215Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:21:28.2978631Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:28.3402166Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:21:28.3996305Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:28.4898070Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:28.5022955Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:21:28.5922076Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:28.6271386Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:21:28.6966187Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:28.7611271Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:21:28.8106467Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:28.8993112Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:21:28.9144241Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:29.0072114Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:21:29.0235394Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:29.1265378Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:29.1805914Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:21:29.2238790Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:29.3149790Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:21:29.3516529Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:29.4535476Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:21:29.4588064Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:29.5544739Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:29.6107171Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:21:29.6569329Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:29.7492899Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:21:29.7555258Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:29.8525942Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:29.8893817Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:21:29.9565224Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:21:30.0420459Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:21:30.0624941Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:21:30.1306727Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:21:30.2040263Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:21:30.2041287Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:21:30.2883575Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:21:30.3353307Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:21:30.3913839Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:21:30.4664791Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-09-27T15:21:30.4814073Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:21:30.5503962Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:21:30.6253768Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:21:30.6410780Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:30.7039875Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:21:30.7840909Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:21:30.7991875Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:30.8528754Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:21:30.9296129Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:30.9444884Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:21:31.0244226Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:21:31.0875897Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:31.1134027Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:21:31.2119509Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:21:31.2464728Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:21:31.2597698Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:21:31.2900542Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:21:31.3777691Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:21:31.3787249Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:21:31.4021922Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:21:31.4103746Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:31.4467319Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:31.4511665Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:31.4905519Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:21:31.5509114Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:31.5583777Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:31.5656678Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:31.5892688Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:31.6328452Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:21:31.6363242Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:21:31.6741543Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:31.6920824Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:31.7604051Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:31.7645631Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:21:31.7691626Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.o 2022-09-27T15:21:31.7885122Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.o 2022-09-27T15:21:31.8530504Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:31.8727251Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:21:31.9492376Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:32.0144636Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:32.0403802Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:32.1332918Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:32.1386905Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:32.2326178Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:32.2741847Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:32.3174994Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:32.3966455Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:32.4351882Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:21:32.4976142Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:32.5700011Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:32.5873723Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:21:32.6575179Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:32.7108310Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:21:32.7652069Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:32.8226272Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:21:32.8447442Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:32.9290187Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:21:32.9625641Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:21:33.0093012Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:21:33.0899747Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:21:33.0969824Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:21:33.2082601Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:21:33.2322194Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:21:33.2614596Z [ 31%] 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:21:33.3627872Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:21:33.3704577Z [ 31%] 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:21:33.4475592Z [ 31%] 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:21:33.4857411Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:21:33.5153659Z [ 31%] 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:21:33.5838819Z [ 31%] 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:21:33.6315442Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:21:33.6772889Z [ 31%] 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:21:33.7705546Z [ 31%] 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:21:33.7708579Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:21:33.8480531Z [ 31%] 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:21:33.9062737Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:21:33.9331629Z [ 31%] 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:21:34.0305719Z [ 31%] 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:21:34.0408173Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:21:34.1151651Z [ 31%] 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:21:34.1711974Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.1994798Z [ 31%] 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:21:34.2945307Z [ 31%] 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:21:34.3073434Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.3895654Z [ 31%] 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:21:34.4695020Z [ 31%] 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:21:34.4708499Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.5457259Z [ 31%] 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:21:34.6134650Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.6383304Z [ 31%] 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:21:34.7289764Z [ 31%] 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:21:34.7645712Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.8079056Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:34.9010559Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:21:34.9183523Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:35.0280465Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:35.0613758Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:21:35.1620545Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:35.2031096Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:21:35.2652125Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:35.3512260Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:21:35.3760223Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:35.4779001Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:21:35.4831640Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:35.5903080Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:35.6170750Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:21:35.6877262Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:35.7377658Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:21:35.7813663Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:35.8670802Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:21:35.8840507Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:35.9896631Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:36.0128460Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:21:36.1134298Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:36.1796482Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:21:36.2045895Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:36.3056480Z [ 32%] 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:21:36.3193968Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:36.4280380Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:21:36.4284186Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:36.5186246Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:36.5637710Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:36.6025031Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:36.6749214Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:36.7051585Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:36.8008911Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:36.8074028Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:36.9081792Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:36.9108568Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.0013271Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:37.0568827Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.1023428Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:37.2159214Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:37.2277802Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.2332836Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:37.2995022Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:37.3674032Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:37.3692659Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:37.3920565Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:21:37.4676405Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:37.4911206Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:37.5350841Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.5481116Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.5728122Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:37.6777065Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:37.6883616Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.6896084Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:37.7820550Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:37.8047394Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:37.8401917Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:37.8708692Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:37.9053267Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:37.9779713Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:38.0082355Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:38.0232890Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:38.0650193Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:38.1069365Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:38.1440303Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-09-27T15:21:38.1669320Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:38.2412159Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:21:38.2927159Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:38.3666063Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:38.3973617Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:38.4314784Z [ 32%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-09-27T15:21:38.4904752Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:38.5464604Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:38.5647426Z [ 32%] Built target c10_DeviceGuard_test 2022-09-27T15:21:38.5770366Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:38.6013181Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:38.6419749Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:38.6853903Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:38.7357599Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:38.7653969Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:38.7909104Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:38.8198206Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:38.8780926Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:38.9252530Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-09-27T15:21:38.9462399Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:21:38.9620031Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:21:39.0526107Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:21:39.0574273Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:21:39.1457527Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:21:39.1881382Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:21:39.2337975Z [ 33%] Linking CXX executable ../../bin/c10_Device_test 2022-09-27T15:21:39.2388338Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:21:39.2972152Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:21:39.3016851Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:21:39.3672161Z [ 33%] Built target c10_Device_test 2022-09-27T15:21:39.3735720Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:21:39.4074318Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-09-27T15:21:39.4414428Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:21:39.4448944Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:21:39.5296437Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:21:39.5543151Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:39.6028768Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:21:39.6635440Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:39.6753368Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:21:39.7124848Z [ 33%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-09-27T15:21:39.7534977Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:21:39.7766530Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:39.8108947Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:21:39.8427498Z [ 33%] Built target c10_DispatchKeySet_test 2022-09-27T15:21:39.8523248Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:21:39.8824328Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.o 2022-09-27T15:21:39.9330900Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:39.9373030Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:21:40.0145959Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:21:40.0499033Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:21:40.0894576Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:21:40.1689294Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:21:40.1835311Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:21:40.2635016Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:21:40.3075700Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:21:40.3565111Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:21:40.4092725Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:21:40.4370792Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:21:40.5159936Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:21:40.5678455Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:21:40.5784588Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:21:40.6514098Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:21:40.6933089Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:21:40.7228249Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:21:40.8083864Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:21:40.8501168Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:21:40.8773522Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-09-27T15:21:40.9469866Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:21:40.9684371Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:21:41.0133891Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:21:41.0944661Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:21:41.0977717Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:21:41.1676966Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:21:41.2438499Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:21:41.2442384Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:21:41.3141390Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-09-27T15:21:41.3804642Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-09-27T15:21:41.3871791Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:21:41.4631128Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:21:41.5196315Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:21:41.5435850Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-09-27T15:21:41.6214197Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-09-27T15:21:41.6527504Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:21:41.6877690Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-09-27T15:21:41.7764252Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-09-27T15:21:41.7928578Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:21:41.8571988Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:21:41.8969361Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:21:41.9152125Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:21:41.9732684Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-09-27T15:21:42.0287443Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-09-27T15:21:42.0541859Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-09-27T15:21:42.0599338Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:21:42.1053701Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:21:42.1852306Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:21:42.1853512Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:21:42.2583462Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:21:42.3140163Z [ 33%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-09-27T15:21:42.3243667Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:21:42.3277385Z [ 33%] 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:21:42.4067783Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:21:42.4313188Z [ 33%] Built target c10_StreamGuard_test 2022-09-27T15:21:42.4393429Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:21:42.4829536Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-09-27T15:21:42.5033231Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:21:42.5382713Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:21:42.6087859Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:21:42.6733129Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:21:42.6848003Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-09-27T15:21:42.7586384Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-09-27T15:21:42.7682863Z [ 33%] Linking CXX executable ../../bin/c10_SymInt_test 2022-09-27T15:21:42.8105821Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:21:42.8425914Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-09-27T15:21:42.8994134Z [ 33%] Built target c10_SymInt_test 2022-09-27T15:21:42.9076805Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-09-27T15:21:42.9362046Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:21:42.9396363Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-09-27T15:21:42.9834710Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:21:43.0487983Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:21:43.0729507Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:21:43.1628327Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:21:43.1797848Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:21:43.2298204Z [ 33%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-09-27T15:21:43.2308500Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:21:43.3047649Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:21:43.3081679Z [ 33%] 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:21:43.3658540Z [ 33%] Built target c10_InlineDeviceGuard_test 2022-09-27T15:21:43.3737111Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:21:43.3862669Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:21:43.4388200Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:21:43.4690983Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:21:43.5062291Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:21:43.5187464Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:21:43.5864878Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.o 2022-09-27T15:21:43.5912187Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-09-27T15:21:43.5945981Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:21:43.6560243Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-09-27T15:21:43.7228128Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:43.7369901Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-09-27T15:21:43.8140476Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:21:43.8548943Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:43.8874919Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:21:43.9576180Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-09-27T15:21:43.9874369Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:21:44.0406745Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:21:44.1237535Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:21:44.1356604Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:21:44.2020310Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:21:44.2512528Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:44.2793642Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:21:44.3577535Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:21:44.4001439Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:44.4236961Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-09-27T15:21:44.4912766Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:21:44.5307495Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:44.5951538Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:21:44.6724485Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:21:44.6815942Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:44.7700308Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:21:44.8277288Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:44.8387570Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:21:44.9124055Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-09-27T15:21:44.9704311Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:44.9957344Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:21:45.0942976Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-09-27T15:21:45.1007757Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:45.1595374Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-09-27T15:21:45.2251985Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-09-27T15:21:45.2401256Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:45.3048655Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-09-27T15:21:45.3658484Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:45.3856112Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-09-27T15:21:45.4692882Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:21:45.5102002Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:45.5400953Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:21:45.6133538Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:21:45.6530724Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:45.7097563Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:21:45.7802186Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:21:45.7909479Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:45.8507185Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:45.8572507Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:21:45.9076679Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:21:45.9428620Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.o 2022-09-27T15:21:45.9863270Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:46.0161716Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:21:46.1397392Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:46.2483786Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:21:46.2715181Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:46.3255430Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:21:46.4042534Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:46.4119661Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:46.5017299Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:21:46.5545515Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:46.6102277Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-09-27T15:21:46.7010907Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:21:46.7038878Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:46.7918221Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-09-27T15:21:46.8463841Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:46.8975909Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-09-27T15:21:46.9917726Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:46.9984179Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-09-27T15:21:47.1095053Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-09-27T15:21:47.1500694Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:47.2180137Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-09-27T15:21:47.2980738Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:47.3199590Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-09-27T15:21:47.4131559Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-09-27T15:21:47.4359856Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:47.5351395Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-09-27T15:21:47.5771134Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:21:47.6255781Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-09-27T15:21:47.7065564Z [ 35%] Linking CXX static library ../../lib/libXNNPACK.a 2022-09-27T15:21:47.7208186Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:21:47.8138438Z [ 35%] Built target XNNPACK 2022-09-27T15:21:47.8174559Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-09-27T15:21:47.8223999Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:21:47.9209836Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-09-27T15:21:47.9251781Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-09-27T15:21:48.0352104Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:21:48.1303409Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-09-27T15:21:48.2276267Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:21:48.2783470Z [ 35%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-09-27T15:21:48.3374906Z [ 35%] 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:21:48.4020508Z [ 35%] Built target c10_InlineStreamGuard_test 2022-09-27T15:21:48.4102700Z [ 35%] 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:21:48.4449137Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-09-27T15:21:48.5092617Z [ 35%] 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:21:48.6132792Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-09-27T15:21:48.7090217Z [ 35%] 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:21:48.7463387Z [ 35%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-09-27T15:21:48.8041195Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-09-27T15:21:48.9026161Z [ 35%] Built target c10_SizesAndStrides_test 2022-09-27T15:21:48.9053431Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-09-27T15:21:48.9111730Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-09-27T15:21:49.0109358Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-09-27T15:21:49.0137435Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-09-27T15:21:49.1132819Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-09-27T15:21:49.1545615Z [ 35%] 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:21:49.2139004Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.o 2022-09-27T15:21:49.2426058Z [ 35%] 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:21:49.3316130Z [ 35%] 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:21:49.3422631Z [ 35%] Linking CXX executable ../../bin/c10_Array_test 2022-09-27T15:21:49.4193688Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-09-27T15:21:49.4868426Z [ 35%] Built target c10_Array_test 2022-09-27T15:21:49.4930682Z [ 35%] 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:21:49.5314723Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-09-27T15:21:49.6122920Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-09-27T15:21:49.7243135Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-09-27T15:21:49.8246415Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-09-27T15:21:49.8746697Z [ 35%] Linking CXX executable ../../bin/c10_Bitset_test 2022-09-27T15:21:49.9174233Z [ 35%] 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:21:50.0110304Z [ 35%] 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:21:50.0280871Z [ 35%] Built target c10_Bitset_test 2022-09-27T15:21:50.0372646Z [ 35%] 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:21:50.1371781Z [ 35%] 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:21:50.1490953Z [ 35%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-09-27T15:21:50.2310888Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-09-27T15:21:50.3302032Z [ 36%] 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:21:50.4212886Z [ 36%] 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:21:50.4615615Z [ 36%] Linking CXX executable ../../bin/c10_C++17_test 2022-09-27T15:21:50.5224924Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-09-27T15:21:50.6056120Z [ 36%] Built target c10_C++17_test 2022-09-27T15:21:50.6118136Z [ 36%] 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:21:50.6513010Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-09-27T15:21:50.6976801Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-09-27T15:21:50.7845692Z [ 36%] 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:21:50.8726312Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:21:50.9132327Z [ 36%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-09-27T15:21:50.9694936Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-09-27T15:21:51.0544452Z [ 36%] Built target c10_ConstexprCrc_test 2022-09-27T15:21:51.0632033Z [ 36%] 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:21:51.0791201Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-09-27T15:21:51.1612684Z [ 36%] 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:21:51.2813057Z [ 36%] 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:21:51.3797866Z [ 36%] 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:21:51.4007662Z [ 36%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-09-27T15:21:51.4755492Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-09-27T15:21:51.5534502Z [ 36%] Built target c10_DeadlockDetection_test 2022-09-27T15:21:51.5625546Z [ 36%] 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:21:51.5793015Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-09-27T15:21:51.6615469Z [ 36%] 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:21:51.7704404Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:21:51.8744298Z [ 36%] 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:21:51.9415097Z [ 36%] Linking CXX executable ../../bin/c10_Half_test 2022-09-27T15:21:51.9694626Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-09-27T15:21:52.0477822Z [ 36%] Built target c10_Half_test 2022-09-27T15:21:52.0558168Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:21:52.0792386Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-09-27T15:21:52.1345147Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:21:52.2315668Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:21:52.3313714Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-09-27T15:21:52.3398057Z [ 36%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-09-27T15:21:52.4220841Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-09-27T15:21:52.4831095Z [ 36%] Built target c10_LeftRight_test 2022-09-27T15:21:52.4929442Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-09-27T15:21:52.5239334Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-09-27T15:21:52.5971439Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-09-27T15:21:52.6182246Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-09-27T15:21:52.6940462Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.o 2022-09-27T15:21:52.7725287Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-09-27T15:21:52.8171854Z [ 36%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-09-27T15:21:52.8710710Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-09-27T15:21:52.9561269Z [ 36%] Built target c10_Metaprogramming_test 2022-09-27T15:21:52.9651923Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-09-27T15:21:52.9787914Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-09-27T15:21:53.0662824Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-09-27T15:21:53.1692991Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-09-27T15:21:53.2764848Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-09-27T15:21:53.3348431Z [ 36%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-09-27T15:21:53.3770294Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-09-27T15:21:53.4961531Z [ 36%] Built target c10_SmallVectorTest 2022-09-27T15:21:53.5048313Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:21:53.5487542Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-09-27T15:21:53.6233269Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:21:53.7364328Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:21:53.8413737Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:21:53.8576588Z [ 36%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-09-27T15:21:53.9445307Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:21:53.9791855Z [ 36%] Built target c10_Synchronized_test 2022-09-27T15:21:53.9912005Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:21:54.0471226Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-09-27T15:21:54.0786351Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:21:54.1707514Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:21:54.2689185Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:21:54.3498755Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:21:54.3794261Z [ 36%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-09-27T15:21:54.4449613Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:21:54.5248740Z [ 36%] Built target c10_ThreadLocal_test 2022-09-27T15:21:54.5331778Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:21:54.5569746Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-09-27T15:21:54.6294539Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:21:54.7337846Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-09-27T15:21:54.8175653Z [ 36%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-09-27T15:21:54.9091497Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:21:54.9555837Z [ 36%] Built target c10_TypeIndex_test 2022-09-27T15:21:54.9865340Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-09-27T15:21:55.0242393Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-09-27T15:21:55.1396590Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:21:55.2372552Z [ 36%] Linking CXX executable ../../bin/c10_TypeList_test 2022-09-27T15:21:55.2824506Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:21:55.3804488Z [ 36%] Built target c10_TypeList_test 2022-09-27T15:21:55.3805315Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:21:55.3888646Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:21:55.4891812Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-09-27T15:21:55.4899065Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:21:55.5910276Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:21:55.6927755Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:21:55.7763109Z [ 36%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-09-27T15:21:55.7856214Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:21:55.8911106Z [ 36%] Built target c10_TypeTraits_test 2022-09-27T15:21:55.8992309Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:21:55.9232702Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-09-27T15:21:56.0056443Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:21:56.1092135Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:21:56.2126509Z [ 36%] Linking CXX executable ../../bin/c10_accumulate_test 2022-09-27T15:21:56.2450509Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:21:56.3533774Z [ 36%] Built target c10_accumulate_test 2022-09-27T15:21:56.3621090Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:21:56.3827963Z [ 36%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-09-27T15:21:56.4581850Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:21:56.5540733Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:56.6394258Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:21:56.7205700Z [ 36%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-09-27T15:21:56.7329421Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:21:56.8222886Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-09-27T15:21:56.8391791Z [ 36%] Built target c10_bfloat16_test 2022-09-27T15:21:56.8480524Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-09-27T15:21:56.9021478Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.o 2022-09-27T15:21:56.9370801Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-09-27T15:21:57.0250977Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-09-27T15:21:57.1041936Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-09-27T15:21:57.2154671Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-09-27T15:21:57.3641220Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-09-27T15:21:57.4983148Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:21:57.6162965Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-09-27T15:21:57.7049090Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:21:57.7914200Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-09-27T15:21:57.8811125Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:21:57.9727951Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-09-27T15:21:58.0590961Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:21:58.1641687Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-09-27T15:21:58.2594666Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:21:58.3504429Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-09-27T15:21:58.4382873Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:21:58.5556770Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-09-27T15:21:58.6448506Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:21:58.7163661Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-09-27T15:21:58.7953540Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:21:58.8800352Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-09-27T15:21:58.9645002Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:21:59.0565118Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-09-27T15:21:59.1437172Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:21:59.2371412Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-09-27T15:21:59.3228489Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:21:59.4143317Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-09-27T15:21:59.5030407Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:21:59.5942770Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-09-27T15:21:59.6856043Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:21:59.7821165Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-09-27T15:21:59.8710558Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:21:59.9502274Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-09-27T15:22:00.0287561Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:22:00.1168074Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-09-27T15:22:00.2012855Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:22:00.3298370Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-09-27T15:22:00.4353534Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:22:00.5171575Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-09-27T15:22:00.6176055Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:22:00.7020354Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-09-27T15:22:00.7916013Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:22:00.9058827Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-09-27T15:22:00.9965252Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:22:01.0790586Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:22:01.1767154Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-09-27T15:22:01.2614792Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-09-27T15:22:01.3517034Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-09-27T15:22:01.4450929Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:22:01.5336941Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-09-27T15:22:01.6245359Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-09-27T15:22:01.7150834Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:22:01.8037916Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-09-27T15:22:01.8967570Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:22:01.9876785Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-09-27T15:22:02.0779361Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:22:02.1656866Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-09-27T15:22:02.2539598Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-09-27T15:22:02.3382173Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-09-27T15:22:02.4177457Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-09-27T15:22:02.4987528Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-09-27T15:22:02.5831949Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-09-27T15:22:02.6760569Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-09-27T15:22:02.7621787Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:22:02.8350193Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-09-27T15:22:02.8728980Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-09-27T15:22:02.9358620Z [ 37%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-09-27T15:22:02.9590998Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-09-27T15:22:03.0527281Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-09-27T15:22:03.1574422Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:22:03.1986672Z [ 37%] Linking CXX executable ../../bin/c10_complex_math_test 2022-09-27T15:22:03.2373379Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-09-27T15:22:03.3055178Z [ 37%] Built target c10_complex_math_test 2022-09-27T15:22:03.3115444Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-09-27T15:22:03.3615542Z [ 37%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-09-27T15:22:03.3988420Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-09-27T15:22:03.5001895Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-09-27T15:22:03.5981706Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:22:03.6691526Z [ 38%] Linking CXX executable ../../bin/c10_complex_test 2022-09-27T15:22:03.6787602Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:22:03.7696975Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:22:03.7936960Z [ 38%] Built target c10_complex_test 2022-09-27T15:22:03.8064126Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:22:03.8618102Z [ 38%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-09-27T15:22:03.8873062Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:22:03.9779681Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:22:04.0746402Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:22:04.1620913Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-09-27T15:22:04.1769320Z [ 38%] Linking CXX executable ../../bin/c10_either_test 2022-09-27T15:22:04.2621076Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-09-27T15:22:04.3701413Z [ 38%] Built target c10_either_test 2022-09-27T15:22:04.3792407Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-09-27T15:22:04.4284034Z [ 38%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-09-27T15:22:04.4895815Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-09-27T15:22:04.5972108Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:22:04.6811370Z [ 38%] Linking CXX executable ../../bin/c10_exception_test 2022-09-27T15:22:04.6945150Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:22:04.7935195Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:22:04.8301479Z [ 38%] Built target c10_exception_test 2022-09-27T15:22:04.8414125Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:22:04.9416589Z [ 38%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-09-27T15:22:04.9440603Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:22:05.0470912Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:22:05.1501554Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:22:05.2545818Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:22:05.2709621Z [ 38%] Linking CXX executable ../../bin/c10_flags_test 2022-09-27T15:22:05.3526671Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-09-27T15:22:05.3955821Z [ 38%] Built target c10_flags_test 2022-09-27T15:22:05.4031733Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:22:05.4473100Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.o 2022-09-27T15:22:05.4832705Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:22:05.5783077Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:22:05.6703892Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:22:05.7571828Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:22:05.8472644Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:22:05.9354788Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:22:06.0289162Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:22:06.1224201Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:22:06.2177548Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-09-27T15:22:06.2765216Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-09-27T15:22:06.3007676Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.o 2022-09-27T15:22:06.3653734Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-09-27T15:22:06.4534265Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-09-27T15:22:06.5417845Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-09-27T15:22:06.6337010Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-09-27T15:22:06.7267060Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-09-27T15:22:06.8121574Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-09-27T15:22:06.9452932Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-09-27T15:22:07.0281425Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:22:07.1178871Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-09-27T15:22:07.1735445Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-09-27T15:22:07.2014681Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.o 2022-09-27T15:22:07.2580157Z [ 38%] 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:22:07.3376126Z [ 38%] 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:22:07.4204301Z [ 38%] 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:22:07.5098848Z [ 38%] 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:22:07.5973812Z [ 38%] 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:22:07.6808835Z [ 38%] 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:22:07.7769096Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-09-27T15:22:07.8585021Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-09-27T15:22:07.9424887Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-09-27T15:22:08.0273071Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-09-27T15:22:08.1009787Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-09-27T15:22:08.1880701Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-09-27T15:22:08.2790701Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-09-27T15:22:08.3643905Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:22:08.4504227Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-09-27T15:22:08.5372879Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:22:08.5845696Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-09-27T15:22:08.6062342Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.o 2022-09-27T15:22:08.6611722Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:22:08.7473915Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-09-27T15:22:08.8330527Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:22:08.9531132Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-09-27T15:22:09.0346732Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:22:09.1187302Z [ 38%] 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:22:09.2065985Z [ 38%] 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:22:09.2920923Z [ 38%] 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:22:09.3747422Z [ 38%] 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:22:09.4629497Z [ 38%] 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:22:09.5476619Z [ 38%] 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:22:09.6404465Z [ 38%] 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:22:09.7259700Z [ 39%] 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:22:09.8135773Z [ 39%] 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:22:09.8976080Z [ 39%] 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:22:09.9870752Z [ 39%] 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:22:10.0825888Z [ 39%] 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:22:10.1749444Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-09-27T15:22:10.3117516Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-09-27T15:22:10.3913271Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-09-27T15:22:10.4712202Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-09-27T15:22:10.5616788Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-09-27T15:22:10.6475590Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-09-27T15:22:10.7317356Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-09-27T15:22:10.8147037Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-09-27T15:22:10.8906015Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-09-27T15:22:10.9691926Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-09-27T15:22:11.0554250Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-09-27T15:22:11.1326653Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-09-27T15:22:11.2156501Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-09-27T15:22:11.2914395Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-09-27T15:22:11.3734972Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-09-27T15:22:11.3847505Z [ 39%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-09-27T15:22:11.4453620Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-09-27T15:22:11.5582860Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-09-27T15:22:11.6464922Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-09-27T15:22:11.7339839Z [ 39%] 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:22:11.7958558Z [ 39%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-09-27T15:22:11.8367826Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:11.9251494Z [ 39%] 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:22:12.0173760Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:12.0577314Z [ 39%] Built target c10_intrusive_ptr_test 2022-09-27T15:22:12.0662593Z [ 39%] 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:22:12.1043429Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.o 2022-09-27T15:22:12.1626523Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:12.2522686Z [ 39%] 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:22:12.3436457Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:12.4418887Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:12.5321351Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:12.6240000Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:12.7194614Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:12.8100699Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:12.9030499Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:12.9927594Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:13.0989975Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:13.1937491Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:13.2955259Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:13.3901733Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:13.4855652Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:13.5791132Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:13.6721053Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:13.7612725Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:13.8524172Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:13.9433718Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.0373457Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:14.1284974Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.2155345Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:14.3054519Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.3985491Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:14.4872929Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.5995553Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:14.6892792Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.7780843Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:14.8578665Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:14.9704970Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:15.0617916Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:15.1538467Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:15.2694639Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:15.3654517Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:15.4585078Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:15.5524542Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:15.6414512Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:15.7459145Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:15.8372918Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:15.9322331Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:16.0279739Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:16.1286207Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:16.2235666Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:16.3309011Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:16.4329441Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:16.5289510Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:16.6238331Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:16.7744523Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:16.8671919Z [ 40%] 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:22:16.9688810Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.0526831Z [ 40%] 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:22:17.1443934Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.2521908Z [ 40%] 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:22:17.3317659Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.4164111Z [ 40%] 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:22:17.5044308Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.6100959Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.6957711Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:17.7859570Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:22:17.8682097Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:22:17.9534756Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:22:17.9551748Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:22:18.0388576Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.o 2022-09-27T15:22:18.0463409Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:22:18.1358455Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:22:18.2245008Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:22:18.3062812Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:22:18.3882308Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:22:18.5106484Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:22:18.6004999Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:18.6934242Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:18.7847258Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:18.8747803Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:18.9788751Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:19.0685621Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:19.1565619Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:19.2461392Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:19.3391713Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:19.4388497Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:19.5319811Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:19.6437164Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:19.7353947Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:19.8468596Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:19.9565937Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:19.9915119Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.o 2022-09-27T15:22:20.0465317Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:20.1455462Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:20.2421578Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:20.3479295Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:20.4268222Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:20.5027364Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:20.5915664Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:20.6816475Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:20.7725638Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:20.8655516Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:20.9603641Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:21.0497771Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:21.1446630Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:21.2325831Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:21.3302349Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:21.4360665Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:21.5264048Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:21.6154124Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:22:21.7018113Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:21.7973072Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:21.8920013Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:21.9853762Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:22.0795008Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:22.1746289Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:22.2633690Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:22.3613335Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:22.4561107Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:22.5640959Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:22.6547539Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:22.7858490Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:22.8759998Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:22.9665367Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:23.0667570Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:23.1600596Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:23.2506368Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:23.3440859Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:23.4323167Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:23.5287593Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:23.6432910Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:23.7331352Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:23.8107888Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-09-27T15:22:23.8763403Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:22:23.9517466Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-09-27T15:22:24.0274601Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:22:24.1107822Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:22:24.1148615Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.o 2022-09-27T15:22:24.1883408Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:22:24.2626293Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:22:24.3483479Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:22:24.3764867Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:22:24.4329860Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-09-27T15:22:24.4516062Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:22:24.5461881Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:22:24.6305458Z [ 41%] 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:22:24.7040972Z [ 41%] Linking CXX executable ../../bin/c10_irange_test 2022-09-27T15:22:24.7128960Z [ 41%] 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:22:24.7944173Z [ 41%] 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:22:24.8125859Z [ 41%] Built target c10_irange_test 2022-09-27T15:22:24.8264516Z [ 41%] 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:22:24.8766535Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-09-27T15:22:24.9296964Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:22:25.0159042Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:22:25.1036559Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:25.1661737Z [ 41%] Linking CXX executable ../../bin/c10_logging_test 2022-09-27T15:22:25.1822567Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:25.2903543Z [ 41%] Built target c10_logging_test 2022-09-27T15:22:25.2905561Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:25.3070898Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-09-27T15:22:25.3826072Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:22:25.4769961Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:22:25.5717871Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:22:25.6269814Z [ 41%] Linking CXX executable ../../bin/c10_optional_test 2022-09-27T15:22:25.6516654Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:22:25.7052685Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:22:25.7473527Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.o 2022-09-27T15:22:25.7788509Z [ 41%] Built target c10_optional_test 2022-09-27T15:22:25.7872658Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.o 2022-09-27T15:22:25.8085264Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:22:25.8903956Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:22:25.9621906Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:22:26.0378309Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:22:26.1206419Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:22:26.2559378Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:22:26.3449681Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:26.4837695Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:26.5891362Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:26.7073380Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:26.8049895Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:26.8976525Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:26.9916236Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:27.0818262Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:27.1806519Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:27.2819302Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:27.3721901Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:27.4654039Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:27.5561943Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:27.6456935Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:27.7367113Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:27.8324828Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:27.9253756Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:28.0164336Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:28.1065029Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:28.1987666Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:28.2932628Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:28.3830096Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:28.4816473Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:28.5737877Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:28.6908252Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:28.8294925Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:28.9214405Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:29.0259615Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:29.1229458Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:29.2214010Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:29.3256418Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:29.4256022Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:29.5269329Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:29.6304087Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:29.7333402Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:29.8392515Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:29.9382034Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:30.0429856Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:30.1421585Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:30.2608732Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:30.3629501Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:30.4687896Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:30.5736681Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:22:30.6782141Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:22:30.7793048Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-09-27T15:22:30.8730302Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:22:30.9646390Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-09-27T15:22:31.0520358Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:22:31.1393752Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:22:31.2367747Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:22:31.3493241Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:22:31.4401383Z [ 42%] 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:22:31.5289060Z [ 42%] 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:22:31.6165689Z [ 42%] 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:22:31.7354643Z [ 42%] 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:22:31.8240932Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:22:31.9177065Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:22:32.0091697Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:22:32.0973880Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:22:32.1875981Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:22:32.2801021Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:22:32.3763222Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:22:32.4721685Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:22:32.5525528Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:22:32.6542467Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:22:32.7406749Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-09-27T15:22:32.8302629Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-09-27T15:22:32.9641675Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-09-27T15:22:33.1170247Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:22:33.2067514Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:22:33.2947437Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:22:33.3857749Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:22:33.4787221Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-09-27T15:22:33.6142484Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-09-27T15:22:33.7453068Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-09-27T15:22:33.8753933Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-09-27T15:22:34.0115003Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-09-27T15:22:34.1396167Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-09-27T15:22:34.2306733Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-09-27T15:22:34.3682051Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-09-27T15:22:34.4999600Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-09-27T15:22:34.6309232Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-09-27T15:22:34.7641676Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-09-27T15:22:34.9121319Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-09-27T15:22:35.0494772Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:22:35.1386734Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:22:35.2303447Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:22:35.3218753Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:22:35.4101037Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:22:35.4987246Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-09-27T15:22:35.6312476Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-09-27T15:22:35.7637213Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-09-27T15:22:35.8932951Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-09-27T15:22:36.0206829Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-09-27T15:22:36.1563450Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-09-27T15:22:36.3045977Z [ 42%] 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:22:36.4195315Z [ 42%] 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:22:36.5220473Z [ 42%] 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:22:36.6434494Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-09-27T15:22:36.7406321Z [ 43%] 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:22:36.8637570Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-09-27T15:22:36.9628169Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-09-27T15:22:37.0635583Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-09-27T15:22:37.1636472Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-09-27T15:22:37.2515974Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-09-27T15:22:37.3597710Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:37.4626795Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:37.5772974Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:22:37.6841883Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:37.7872975Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:37.8853161Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:22:37.9895809Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:38.0799468Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:38.2297862Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:22:38.3393675Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:38.4421775Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:38.5596830Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:38.6607133Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:38.6872677Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.o 2022-09-27T15:22:38.7491553Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:22:38.8611084Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:22:39.0003169Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:22:39.0866414Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-09-27T15:22:39.2261681Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:22:39.2382588Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-09-27T15:22:39.3123565Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.o 2022-09-27T15:22:39.3223076Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-09-27T15:22:39.4091494Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-09-27T15:22:39.5027772Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-09-27T15:22:39.5895410Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:22:39.6769001Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-09-27T15:22:39.7645012Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-09-27T15:22:39.8538106Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-09-27T15:22:39.9315003Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-09-27T15:22:40.0379750Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-09-27T15:22:40.1705390Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-09-27T15:22:40.2578882Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:22:40.3678495Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:22:40.4640830Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:22:40.5037234Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:22:40.5547550Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.o 2022-09-27T15:22:40.6024047Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-09-27T15:22:40.6860525Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:22:40.7708906Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:22:40.8549240Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:22:40.9394481Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:22:41.0311562Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:22:41.1233218Z [ 43%] 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:22:41.2104290Z [ 43%] 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:22:41.3135223Z [ 43%] 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:22:41.4230490Z [ 43%] 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:22:41.5520859Z [ 43%] 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:22:41.7122308Z [ 43%] 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:22:41.8099544Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.o 2022-09-27T15:22:41.8563199Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-09-27T15:22:41.9521376Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-09-27T15:22:42.0490556Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-09-27T15:22:42.1395753Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-09-27T15:22:42.2382608Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-09-27T15:22:42.3260049Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-09-27T15:22:42.4334486Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-09-27T15:22:42.5176233Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:22:42.6050357Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-09-27T15:22:42.6944312Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:22:42.7723122Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-09-27T15:22:42.8614233Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:22:42.9550017Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-09-27T15:22:43.0809312Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:22:43.1735298Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-09-27T15:22:43.2649588Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:22:43.3432424Z [ 43%] 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:22:43.3862971Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.o 2022-09-27T15:22:43.4415263Z [ 43%] 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:22:43.5335342Z [ 43%] 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:22:43.6292348Z [ 44%] 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:22:43.7202683Z [ 44%] 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:22:43.8047358Z [ 44%] 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:22:43.8866014Z [ 44%] 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:22:43.9731769Z [ 44%] 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:22:44.0561990Z [ 44%] 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:22:44.1327261Z [ 44%] 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:22:44.2112994Z [ 44%] 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:22:44.2915003Z [ 44%] 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:22:44.3829072Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-09-27T15:22:44.4698742Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-09-27T15:22:44.5579575Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-09-27T15:22:44.6463470Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-09-27T15:22:44.7356273Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-09-27T15:22:44.8244905Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-09-27T15:22:44.9077084Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-09-27T15:22:44.9989785Z [ 44%] 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:22:45.1007340Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:45.1983287Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:45.3354108Z [ 44%] 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:22:45.4407761Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:45.5412038Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:45.6789484Z [ 44%] 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:22:45.7824742Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:45.8841091Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:46.0220285Z [ 44%] 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:22:46.1213266Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:46.2215576Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:46.4148638Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:46.5139020Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:46.6566563Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:46.7601355Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:46.9037637Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:47.0099480Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:47.1170618Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:47.2233305Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:47.3399865Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:47.4458896Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:47.5591589Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:47.6632406Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:47.7691123Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:47.9030266Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:48.0063176Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:48.1071074Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:48.2108207Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:48.3127640Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:48.4287414Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:48.5332422Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:48.6353899Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:48.7409449Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:48.8512341Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:48.9551895Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:49.0618907Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:49.1681229Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:49.2670106Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:49.3711892Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:49.4957666Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:49.5943754Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:49.6997742Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:49.8063937Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:49.9141681Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:50.0153202Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:50.1279612Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:50.2368059Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:50.3491891Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:50.4544534Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:50.5574988Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:50.6562903Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:50.7572259Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:50.8650018Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:50.9644906Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:51.0712830Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:51.1756443Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:51.2791142Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:51.3886799Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:51.4921374Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:51.5929509Z [ 45%] 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:22:51.6982332Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:51.7962212Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:51.8570414Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.o 2022-09-27T15:22:51.9378458Z [ 45%] 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:22:52.0376276Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:52.1325196Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:52.2716401Z [ 45%] 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:22:52.3616642Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:52.4670319Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:52.6095683Z [ 45%] 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:22:52.7115282Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:52.8226517Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:52.8854718Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.o 2022-09-27T15:22:52.9709745Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:53.0769034Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:53.2192910Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:22:53.3197533Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:22:53.4599012Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:22:53.5909386Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:22:53.7058291Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:22:53.8412348Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:22:53.9916738Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:22:54.0846646Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:22:54.2122836Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:22:54.3153775Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:22:54.4118796Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:22:54.5082051Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:22:54.6024901Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:54.7129400Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:54.8198608Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:54.9253145Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:55.0320545Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:55.1219159Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:55.2234061Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:55.3266534Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:55.4290137Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:55.5315734Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:55.6380935Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:55.6714273Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.o 2022-09-27T15:22:55.7426795Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:55.8486520Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:55.9477106Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:56.0516236Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:56.1549698Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:56.2632506Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:56.3639350Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:56.4648913Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:56.5678179Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:56.6841828Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:56.7896651Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:56.8796231Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:56.9897976Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:57.0964865Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:57.2028432Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:57.3083802Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:57.4132942Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:57.5192191Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:57.5651283Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:57.6222653Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.o 2022-09-27T15:22:57.6532264Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:57.7494324Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:57.8393059Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:22:57.9324293Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:58.0297053Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:58.0420724Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:58.1240011Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.o 2022-09-27T15:22:58.1497791Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:58.2688168Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:58.3708505Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:58.5242628Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:58.6292120Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:58.7405312Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:58.8450207Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:58.9525018Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:59.0625131Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:59.1823102Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:59.2985855Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:59.4079891Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:59.5106619Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:59.6270946Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:59.7284100Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:22:59.8275541Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:22:59.9514718Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:00.0530825Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:00.1606314Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:00.2638537Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-09-27T15:23:00.3636096Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:23:00.4605063Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-09-27T15:23:00.5487168Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-09-27T15:23:00.6515672Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-09-27T15:23:00.7409513Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:23:00.8545993Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:23:00.9469408Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:23:01.0463464Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:23:01.2225044Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:23:01.4338846Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:23:01.5649085Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:23:01.7465491Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:23:01.8901071Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:23:01.9859105Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:23:02.1087361Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:23:02.1985459Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:23:02.2904408Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:23:02.4246592Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:23:02.5589880Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:23:02.6905385Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:23:02.8351346Z [ 46%] 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:23:02.9255929Z [ 46%] 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:23:03.0462873Z [ 46%] 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:23:03.1393957Z [ 46%] 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:23:03.2262523Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:23:03.3223747Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:23:03.4595760Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:23:03.5945960Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:23:03.7478068Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:23:03.8452421Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:23:03.9870093Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:23:04.0849561Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:23:04.2251585Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:23:04.3592518Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:23:04.4916660Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:23:04.6262697Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:23:04.7566014Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:23:04.8506561Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:23:04.9658895Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:23:05.0614844Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:23:05.1613672Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:23:05.2574606Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:23:05.3527052Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:05.4691482Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:05.5703343Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:05.6743940Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:05.7813302Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:05.8879648Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:05.9906662Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:06.0896469Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:06.1949466Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:06.3198489Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:06.4200317Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:06.5257948Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:06.6329659Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:06.7276795Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:06.8384368Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:06.9443048Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:07.0646756Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:07.1673145Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:07.2725941Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:07.3720215Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:07.4808588Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:07.5794630Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:07.6806162Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:07.7838946Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:07.8835686Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:07.9849648Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:08.0859896Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:08.2261273Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:08.3204049Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:08.4189108Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:08.5267366Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:08.6271088Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:08.7270889Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:08.8617740Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:08.9869906Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:09.0852206Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:09.1817018Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:09.2872101Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:09.4041762Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:09.5061306Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:09.6408408Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:09.7430270Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:09.8415692Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:23:09.9394618Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:23:10.0469629Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:23:10.1374880Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-09-27T15:23:10.2334492Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:23:10.3274393Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:23:10.4297141Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:23:10.5714150Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:23:10.7105476Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:23:10.8165035Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:23:10.9064896Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:23:11.1144219Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:23:11.2527890Z [ 47%] 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:23:11.3432410Z [ 47%] 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:23:11.4373753Z [ 47%] 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:23:11.5476444Z [ 47%] 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:23:11.5956788Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:23:11.6472048Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-09-27T15:23:11.6843815Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:23:11.7866750Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:23:11.8808575Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:23:11.9775409Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:23:12.0787915Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:23:12.0804067Z [ 47%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-09-27T15:23:12.1665110Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-09-27T15:23:12.2408185Z [ 47%] Built target c10_ordered_preserving_dict_test 2022-09-27T15:23:12.2489658Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:23:12.2665455Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-09-27T15:23:12.3594379Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-09-27T15:23:12.4626437Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-09-27T15:23:12.5546791Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-09-27T15:23:12.6127386Z [ 47%] Linking CXX executable ../../bin/c10_registry_test 2022-09-27T15:23:12.6334842Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-09-27T15:23:12.7288969Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-09-27T15:23:12.7417719Z [ 47%] Built target c10_registry_test 2022-09-27T15:23:12.7575423Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-09-27T15:23:12.8253436Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-09-27T15:23:12.8366072Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-09-27T15:23:13.0201466Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-09-27T15:23:13.1586903Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-09-27T15:23:13.2014795Z [ 47%] Linking CXX executable ../../bin/c10_string_view_test 2022-09-27T15:23:13.2868685Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-09-27T15:23:13.3606305Z [ 47%] Built target c10_string_view_test 2022-09-27T15:23:13.3748332Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-09-27T15:23:13.3748841Z [ 47%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-09-27T15:23:13.4140290Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-09-27T15:23:13.4212308Z [ 47%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-09-27T15:23:13.5585365Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-09-27T15:23:13.6946534Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-09-27T15:23:13.7017138Z [ 48%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-09-27T15:23:13.7444964Z [ 48%] Linking CXX executable ../../bin/c10_tempfile_test 2022-09-27T15:23:13.7624989Z [ 48%] Linking CXX executable ../../bin/c10_typeid_test 2022-09-27T15:23:13.8231647Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:23:13.8628333Z [ 48%] Built target c10_intrusive_ptr_benchmark 2022-09-27T15:23:13.8789390Z [ 48%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAStream.cpp.o 2022-09-27T15:23:13.8832296Z [ 48%] Built target c10_tempfile_test 2022-09-27T15:23:13.8902923Z [ 48%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAFunctions.cpp.o 2022-09-27T15:23:13.9024264Z [ 48%] Built target c10_typeid_test 2022-09-27T15:23:13.9093634Z [ 48%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMiscFunctions.cpp.o 2022-09-27T15:23:13.9414261Z [ 48%] Generating ../../../include/sleef.h 2022-09-27T15:23:13.9525443Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-09-27T15:23:13.9571576Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-09-27T15:23:13.9592500Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-09-27T15:23:13.9639489Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-09-27T15:23:13.9686692Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-09-27T15:23:13.9734522Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-09-27T15:23:13.9758762Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-09-27T15:23:13.9781883Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-09-27T15:23:13.9806317Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-09-27T15:23:13.9843002Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-09-27T15:23:13.9868050Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-09-27T15:23:13.9890809Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-09-27T15:23:13.9921321Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-09-27T15:23:14.0036596Z [ 48%] Generating include/renameavx512fnofma.h 2022-09-27T15:23:14.0050385Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-09-27T15:23:14.0072077Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-09-27T15:23:14.0162865Z [ 48%] Generating include/renameavx512f.h 2022-09-27T15:23:14.0172776Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-09-27T15:23:14.0256571Z [ 48%] Generating include/renameavx2.h 2022-09-27T15:23:14.0270194Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-09-27T15:23:14.0395036Z [ 48%] Generating include/renameavx2128.h 2022-09-27T15:23:14.0458959Z [ 49%] Generating include/renamefma4.h 2022-09-27T15:23:14.0468012Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-09-27T15:23:14.0474480Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-09-27T15:23:14.0611183Z [ 49%] Generating include/renameavx.h 2022-09-27T15:23:14.0632383Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-09-27T15:23:14.0653840Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.o 2022-09-27T15:23:14.0806168Z [ 49%] Generating include/renamesse4.h 2022-09-27T15:23:14.0875120Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-09-27T15:23:14.0969711Z [ 49%] Generating include/renamesse2.h 2022-09-27T15:23:14.1001836Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-09-27T15:23:14.1127020Z [ 49%] Generating include/renamepurec_scalar.h 2022-09-27T15:23:14.1142984Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-09-27T15:23:14.1249614Z [ 49%] Generating include/renamepurecfma_scalar.h 2022-09-27T15:23:14.1264963Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-09-27T15:23:14.1335095Z [ 49%] Generating include/renamecuda.h 2022-09-27T15:23:14.1345432Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-09-27T15:23:14.1426813Z [ 49%] Built target headers 2022-09-27T15:23:14.1491661Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.o 2022-09-27T15:23:14.1947775Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:23:14.1981042Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-09-27T15:23:14.2410809Z [ 50%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDACachingAllocator.cpp.o 2022-09-27T15:23:14.3310240Z [ 50%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDAGuardImpl.cpp.o 2022-09-27T15:23:14.3654166Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:23:14.5193424Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-09-27T15:23:14.6216644Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:23:14.6302618Z [ 50%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDATest.cpp.o 2022-09-27T15:23:14.6713940Z [ 50%] Built target renameAVX512FNOFMA.h_generated 2022-09-27T15:23:14.6913214Z [ 50%] Generating alias_avx512f.h 2022-09-27T15:23:14.7034101Z [ 50%] Built target alias_avx512f.h_generated 2022-09-27T15:23:14.7096317Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.o 2022-09-27T15:23:14.7376727Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-09-27T15:23:14.8616447Z [ 50%] Linking CXX shared library ../../lib/libc10_cuda.so 2022-09-27T15:23:14.9156173Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-09-27T15:23:14.9732831Z [ 50%] Built target c10_cuda 2022-09-27T15:23:14.9926661Z [ 50%] Built target renameAVX512F.h_generated 2022-09-27T15:23:14.9985194Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.o 2022-09-27T15:23:15.0437369Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:23:15.1403240Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:23:15.2486133Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:23:15.3592970Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:23:15.4529718Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:15.6066217Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:15.7501322Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:15.8952903Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.0374774Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.1842462Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.3325114Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.5008050Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.6377523Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.8061941Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:16.9444735Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.0882640Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.2450274Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.3921862Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.5329385Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.6813611Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.8248184Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:17.9644108Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.1083698Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.2511720Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.3914967Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.5355463Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.6829881Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.8291595Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:18.9934440Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:23:19.1225858Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:19.1355716Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.o 2022-09-27T15:23:19.2658277Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:23:19.4100724Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-09-27T15:23:19.5458596Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:23:19.6921215Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:23:19.8546845Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:23:19.9935952Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:23:20.1254912Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:23:20.2603116Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:23:20.4128223Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:23:20.5411419Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:23:20.6811780Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:23:20.8183367Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-09-27T15:23:20.9450952Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-09-27T15:23:21.0929848Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:23:21.2309170Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-09-27T15:23:21.3650978Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:23:21.5053142Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-09-27T15:23:21.6449002Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:23:21.7825944Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-09-27T15:23:21.9198575Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:23:22.0554022Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-09-27T15:23:22.2199616Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:23:22.3420859Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-09-27T15:23:22.4867111Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:23:22.6381678Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-09-27T15:23:22.7443753Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:23:22.8792340Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-09-27T15:23:23.0225119Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:23:23.1586098Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-09-27T15:23:23.2744649Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:23:23.4104588Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-09-27T15:23:23.5498867Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:23:23.6780643Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-09-27T15:23:23.8132977Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:23:23.9453735Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-09-27T15:23:24.0589079Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:23:24.1964502Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-09-27T15:23:24.3329116Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:23:24.4657392Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-09-27T15:23:24.5992939Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:23:24.7368132Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-09-27T15:23:24.8685590Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:23:25.0138642Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-09-27T15:23:25.1500721Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:23:25.2860740Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-09-27T15:23:25.4264077Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:23:25.5609037Z [ 51%] 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:23:25.6894676Z [ 51%] 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:23:25.8099950Z [ 51%] 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:23:25.9176354Z [ 51%] 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:23:26.0451564Z [ 51%] 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:23:26.1516186Z [ 51%] 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:23:26.2570187Z [ 51%] 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:23:26.3979534Z [ 51%] 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:23:26.5947647Z [ 51%] 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:23:26.7291589Z [ 51%] 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:23:26.8360298Z [ 51%] 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:23:26.8635037Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.o 2022-09-27T15:23:26.9651276Z [ 51%] 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:23:27.1255622Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-09-27T15:23:27.1822725Z [ 51%] Built target renameAVX2.h_generated 2022-09-27T15:23:27.1911293Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-09-27T15:23:27.2412661Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-09-27T15:23:27.3025954Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-09-27T15:23:27.3574342Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-09-27T15:23:27.4174569Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-09-27T15:23:27.4888163Z [ 51%] Built target renameAVX2128.h_generated 2022-09-27T15:23:27.4970251Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.o 2022-09-27T15:23:27.5284332Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-09-27T15:23:27.6760136Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:23:27.8142098Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-09-27T15:23:27.9544941Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:23:28.0982316Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-09-27T15:23:28.2387155Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:23:28.3766129Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-09-27T15:23:28.5147973Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:23:28.6396971Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-09-27T15:23:28.7737026Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:23:28.9058517Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-09-27T15:23:29.0430975Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:23:29.1690029Z [ 51%] 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:23:29.3063191Z [ 51%] 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:23:29.3659293Z [ 51%] 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:23:29.4440854Z [ 51%] Built target renameFMA4.h_generated 2022-09-27T15:23:29.4531354Z [ 51%] 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:23:29.5110157Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.o 2022-09-27T15:23:29.5821761Z [ 51%] 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:23:29.7290832Z [ 51%] 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:23:29.8564139Z [ 51%] 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:23:29.9911402Z [ 51%] 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:23:30.1156129Z [ 51%] 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:23:30.2435350Z [ 51%] 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:23:30.3869081Z [ 51%] 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:23:30.5116754Z [ 51%] 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:23:30.6478090Z [ 51%] 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:23:30.7745433Z [ 51%] 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:23:30.8763174Z [ 51%] 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:23:30.9834723Z [ 51%] 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:23:31.1252099Z [ 51%] 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:23:31.2567814Z [ 51%] 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:23:31.3845724Z [ 51%] 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:23:31.5129110Z [ 51%] 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:23:31.6414123Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:23:31.7751562Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-09-27T15:23:31.9213196Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-09-27T15:23:32.0479348Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:23:32.1741160Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-09-27T15:23:32.3299043Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:23:32.4611908Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-09-27T15:23:32.5864181Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:23:32.7153285Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-09-27T15:23:32.8510929Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-09-27T15:23:32.9735622Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-09-27T15:23:33.1012768Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-09-27T15:23:33.2299733Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-09-27T15:23:33.3479072Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-09-27T15:23:33.4663040Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-09-27T15:23:33.5918349Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-09-27T15:23:33.6538312Z [ 52%] 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:23:33.7105548Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.o 2022-09-27T15:23:33.7378852Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:33.8275860Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:33.9507719Z [ 52%] 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:23:34.0467732Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:34.1432124Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:34.2848438Z [ 52%] 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:23:34.3780299Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:34.4748639Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:34.6149844Z [ 52%] 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:23:34.7055796Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:34.8267664Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:34.9663472Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:35.0572314Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:35.2191006Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:35.3268248Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:35.4639244Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:35.5802112Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:35.6907513Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:35.7858951Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:35.8826839Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:35.9798148Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.0842279Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.1155510Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.1919176Z [ 52%] Built target renameAVX.h_generated 2022-09-27T15:23:36.2006809Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.2251520Z [ 52%] Built target renameSSE4.h_generated 2022-09-27T15:23:36.2348830Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.2891207Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.3320339Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.3861421Z [ 52%] Built target renameSSE2.h_generated 2022-09-27T15:23:36.3913969Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.o 2022-09-27T15:23:36.4178996Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.5306594Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.6277310Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.7336417Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:36.8234165Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:36.9217429Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:37.0384002Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:37.1367668Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:37.2362379Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:37.3363337Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:37.4348426Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:37.5343237Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:37.6412441Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:37.7414445Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:37.8504281Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:37.9477704Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:38.0442233Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:38.1723759Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:38.2726863Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:38.3707141Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:38.4678216Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:38.5651576Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:38.6743018Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:38.7730457Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:38.8635219Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:38.9600496Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:39.0513475Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:39.1483681Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:39.2487017Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:39.3451074Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:39.4419966Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:39.5435113Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:39.6374569Z [ 52%] 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:23:39.7236611Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:39.8154967Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:39.9505711Z [ 53%] 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:23:40.0486861Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:40.1549610Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:40.2940007Z [ 53%] 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:23:40.3850486Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:40.4839496Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:40.6289600Z [ 53%] 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:23:40.7192628Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:40.8167706Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:40.9915435Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:41.0859287Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:41.2272600Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:41.3309055Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:41.4693663Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:23:41.5992976Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:23:41.7342683Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:23:41.8587629Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:23:41.9865985Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:42.0837050Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:42.2054072Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:42.3051428Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:42.4021783Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:42.5069336Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:42.6053691Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:42.7044215Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:42.8073348Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:42.9114981Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:43.0063047Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:43.1571351Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:43.2572006Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:43.3732605Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:43.4964220Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:43.6031928Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:43.7134341Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:43.8102723Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:44.1161631Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:44.2127894Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:44.3127922Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:44.4103397Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:44.5062090Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:44.6571422Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:44.7536892Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:44.8685422Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:44.9669383Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:45.1214317Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:45.2247256Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:45.3248525Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:45.6627244Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:45.7634506Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:45.8846788Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:23:45.9832564Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:46.0854481Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:46.1872990Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:46.2897531Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:46.3850842Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:46.4827828Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:46.5817061Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:46.6870731Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:46.7871124Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:46.8844658Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:46.9853362Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:47.0791990Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:47.1747246Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:47.2699369Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:47.3772388Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:47.3991261Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.o 2022-09-27T15:23:47.4819106Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:47.5835006Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:47.6978105Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:47.7925289Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:47.8985889Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:47.9740101Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:48.0036313Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.o 2022-09-27T15:23:48.0664677Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:48.1533869Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:23:48.3503454Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:23:48.4674648Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:23:48.5625670Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:23:48.6687567Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:23:48.7993405Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:23:48.9380374Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:23:49.0787077Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:23:49.2199233Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:23:49.3005045Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:23:49.3950973Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:23:49.4873534Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:23:49.5840033Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:23:49.7209070Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:23:49.7929154Z [ 54%] Built target renamePUREC_SCALAR.h_generated 2022-09-27T15:23:49.8000743Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:23:49.8635067Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.o 2022-09-27T15:23:49.9522553Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:23:49.9587972Z [ 54%] 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:23:50.0485415Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.o 2022-09-27T15:23:50.0913188Z [ 54%] 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:23:50.1783381Z [ 54%] 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:23:50.2773472Z [ 54%] 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:23:50.3800617Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:50.4805939Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:50.6281520Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:50.7267183Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:50.8420131Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:50.9502629Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:51.0685671Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:23:51.1799483Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:23:51.3362788Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:23:51.4732278Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:23:51.6201291Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:23:51.7172930Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:23:51.7497098Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.o 2022-09-27T15:23:51.8220280Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:51.8995217Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:51.9290466Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.o 2022-09-27T15:23:51.9823894Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:52.0833697Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:52.1778923Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:52.2743423Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:52.3685675Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:52.4598041Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:52.5547101Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:52.6794525Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:52.7579408Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:52.8551279Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:52.9504489Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.0469338Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:53.1471035Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.2380643Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:53.3481182Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.5308228Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:53.5891981Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.6719495Z [ 54%] Built target renamePURECFMA_SCALAR.h_generated 2022-09-27T15:23:53.6812472Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:53.6938754Z [ 54%] Generating renamedsp128.h 2022-09-27T15:23:53.7039535Z [ 54%] Built target renamedsp128.h_generated 2022-09-27T15:23:53.7126812Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.8006395Z [ 54%] Generating dispsse.c 2022-09-27T15:23:53.8111223Z [ 54%] Generating dispavx.c 2022-09-27T15:23:53.8143526Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:53.8201377Z [ 54%] Built target dispsse.c_generated 2022-09-27T15:23:53.8279810Z [ 54%] Built target dispavx.c_generated 2022-09-27T15:23:53.8282482Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:53.8354346Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.o 2022-09-27T15:23:53.9021285Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.o 2022-09-27T15:23:53.9195416Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.0068336Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:54.0871479Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.1658401Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:54.2631772Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.3616281Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:54.4579101Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.5534370Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:54.6446960Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.7408895Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:54.8315840Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:54.9283005Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:55.0276466Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:55.1282969Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:55.2496552Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:55.3516256Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:55.4053376Z [ 55%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-09-27T15:23:55.4757504Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:55.5635309Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:55.5710268Z [ 55%] Linking CXX executable ../../../bin/protoc 2022-09-27T15:23:55.6503905Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:55.7359983Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:23:55.8271061Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:23:55.9237611Z [ 55%] Built target protoc 2022-09-27T15:23:55.9260665Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:23:55.9320017Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:23:56.0209440Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:23:56.0253209Z [ 55%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-09-27T15:23:56.1447452Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:23:56.2366910Z [ 55%] Linking CXX static library ../../../lib/libgmock_main.a 2022-09-27T15:23:56.2648810Z [ 55%] Built target gmock_main 2022-09-27T15:23:56.2742306Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:23:56.3256742Z [ 55%] Linking CXX static library ../../lib/libfbgemm.a 2022-09-27T15:23:56.3538216Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:23:56.4408684Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:23:56.4462713Z [ 55%] Built target fbgemm 2022-09-27T15:23:56.4543285Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:23:56.5822313Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_buffer.cc.o 2022-09-27T15:23:56.5907668Z [ 55%] 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:23:56.6803931Z [ 55%] 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:23:56.7707497Z [ 55%] 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:23:56.8320510Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/channel_impl.cc.o 2022-09-27T15:23:56.8545639Z [ 55%] 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:23:57.0075798Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-09-27T15:23:57.1460280Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/context_impl.cc.o 2022-09-27T15:23:57.1865596Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-09-27T15:23:57.3227112Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-09-27T15:23:57.4557268Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:23:57.4765764Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/factory.cc.o 2022-09-27T15:23:57.6031312Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:23:57.7414266Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:23:57.7690965Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/channel_impl.cc.o 2022-09-27T15:23:57.8264312Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/context_impl.cc.o 2022-09-27T15:23:57.8815488Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:23:58.0305452Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-09-27T15:23:58.0682635Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-09-27T15:23:58.1498762Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/factory.cc.o 2022-09-27T15:23:58.1647626Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_loop.cc.o 2022-09-27T15:23:58.2176907Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-09-27T15:23:58.3632560Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:23:58.4224234Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-09-27T15:23:58.4433780Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/channel_impl.cc.o 2022-09-27T15:23:58.4836573Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/context_impl.cc.o 2022-09-27T15:23:58.5616685Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-09-27T15:23:58.7179746Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-09-27T15:23:58.7377756Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:23:58.7812928Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/factory.cc.o 2022-09-27T15:23:58.8383203Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/ibv.cc.o 2022-09-27T15:23:58.8425674Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-09-27T15:23:59.0326884Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:23:59.0786995Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/channel_impl.cc.o 2022-09-27T15:23:59.1821905Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/context_impl.cc.o 2022-09-27T15:23:59.3031605Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-09-27T15:23:59.4065149Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:23:59.4594985Z [ 55%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/factory.cc.o 2022-09-27T15:23:59.4933623Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.o 2022-09-27T15:23:59.5347271Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-09-27T15:23:59.6856040Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:23:59.7289832Z [ 55%] Linking CXX static library ../../../lib/libtensorpipe_cuda.a 2022-09-27T15:23:59.7869163Z [ 55%] Built target tensorpipe_cuda 2022-09-27T15:23:59.7953883Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-09-27T15:23:59.8195159Z [ 55%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-09-27T15:23:59.9125662Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-09-27T15:23:59.9448878Z [ 55%] Built target dnnl_graph 2022-09-27T15:23:59.9558825Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-09-27T15:24:00.0531290Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.o 2022-09-27T15:24:00.0702010Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-09-27T15:24:00.1785631Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-09-27T15:24:00.3255115Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-09-27T15:24:00.4477051Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-09-27T15:24:00.5965561Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-09-27T15:24:00.7150105Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-09-27T15:24:00.8416654Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-09-27T15:24:00.9761334Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-09-27T15:24:01.1139926Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-09-27T15:24:01.1902818Z [ 55%] Linking CXX static library ../../../lib/libkineto.a 2022-09-27T15:24:01.2520364Z [ 55%] Built target kineto 2022-09-27T15:24:01.2604349Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-09-27T15:24:01.2815636Z [ 55%] Building CXX object c10/cuda/test/CMakeFiles/c10_cuda_CUDATest.dir/impl/CUDATest.cpp.o 2022-09-27T15:24:01.4111920Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:24:01.5427541Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-09-27T15:24:01.5794905Z [ 55%] Linking CXX executable ../../../bin/c10_cuda_CUDATest 2022-09-27T15:24:01.6711353Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:24:01.6904128Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-09-27T15:24:01.7045353Z [ 55%] Built target c10_cuda_CUDATest 2022-09-27T15:24:01.7123287Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-09-27T15:24:01.8036401Z [ 55%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-09-27T15:24:01.8241193Z [ 55%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-09-27T15:24:01.8504877Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-09-27T15:24:01.9000498Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.o 2022-09-27T15:24:01.9199388Z [ 55%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-09-27T15:24:01.9722550Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-09-27T15:24:02.1150704Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-09-27T15:24:02.2571661Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-09-27T15:24:02.2605300Z [ 55%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-09-27T15:24:02.3795827Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-09-27T15:24:02.5172863Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-09-27T15:24:02.6575456Z [ 55%] Built target Caffe2_PROTO 2022-09-27T15:24:02.6665724Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-09-27T15:24:02.6797658Z [ 55%] Running gen_proto.py on onnx/onnx.in.proto 2022-09-27T15:24:02.7219069Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-09-27T15:24:02.7228835Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:24:02.7244177Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-09-27T15:24:02.7266501Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-09-27T15:24:02.7271393Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-09-27T15:24:02.7445247Z [ 55%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:24:02.8044563Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:24:02.8708938Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.o 2022-09-27T15:24:02.9246245Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-09-27T15:24:02.9581053Z [ 55%] Built target gen_onnx_proto 2022-09-27T15:24:02.9680568Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:24:03.0635207Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.o 2022-09-27T15:24:03.1070539Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-09-27T15:24:03.1290354Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.o 2022-09-27T15:24:03.2367274Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:24:03.3744091Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:24:03.5057329Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:24:03.6498733Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-09-27T15:24:03.7659178Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-09-27T15:24:03.8294568Z [ 56%] 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:24:03.9147552Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:24:03.9430347Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.0528928Z [ 56%] 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:24:04.1052863Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:24:04.1949264Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.2673928Z [ 56%] Built target sleefavx512fnofma 2022-09-27T15:24:04.2785155Z [ 56%] 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:24:04.3625920Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.o 2022-09-27T15:24:04.4303419Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.5751354Z [ 56%] 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:24:04.6966764Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.6972737Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.8110312Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.o 2022-09-27T15:24:04.8876835Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:04.9612439Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.o 2022-09-27T15:24:05.0162694Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:24:05.0435071Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:05.1757886Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:05.2120493Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:24:05.3258931Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:05.4193967Z [ 56%] Built target sleefdetavx512fnofma 2022-09-27T15:24:05.4260772Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:05.4690726Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:24:05.4752542Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:24:05.5693509Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:05.6690844Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-09-27T15:24:05.6835875Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-09-27T15:24:05.7104352Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:05.8725827Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:05.8916229Z [ 56%] Built target sleefavx512f 2022-09-27T15:24:05.8925273Z [ 56%] Built target sleefdetavx512f 2022-09-27T15:24:05.9012369Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:05.9016158Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.0289472Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-09-27T15:24:06.0565648Z [ 56%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-09-27T15:24:06.0936915Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:06.2408497Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.2439110Z [ 57%] Built target sleefavx2 2022-09-27T15:24:06.2472340Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-09-27T15:24:06.2516433Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:06.2640974Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:24:06.4340363Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-09-27T15:24:06.4352308Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.4840697Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-09-27T15:24:06.5053698Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:06.5860573Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.6313971Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:06.6361862Z [ 57%] Built target sleefavx2128 2022-09-27T15:24:06.6480783Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.6746531Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.o 2022-09-27T15:24:06.7046710Z [ 57%] Built target sleefdetavx2 2022-09-27T15:24:06.7196346Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.o 2022-09-27T15:24:06.7309159Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:24:06.7409607Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-09-27T15:24:06.7818133Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-09-27T15:24:06.8066935Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:06.9528162Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:06.9615168Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-09-27T15:24:06.9628115Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.o 2022-09-27T15:24:06.9760389Z [ 57%] Built target sleeffma4 2022-09-27T15:24:06.9830605Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.o 2022-09-27T15:24:07.1065696Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:07.1536236Z [ 57%] Built target sleefdetavx2128 2022-09-27T15:24:07.1654595Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:07.2434948Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-09-27T15:24:07.3217513Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:07.4524350Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-09-27T15:24:07.4839927Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:07.6406528Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:07.6462257Z [ 57%] Built target sleefdetfma4 2022-09-27T15:24:07.6542748Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:07.7934917Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o[0m 2022-09-27T15:24:07.7963251Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:07.9528173Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:07.9559396Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-09-27T15:24:08.1175659Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:08.1664950Z [ 57%] Built target sleefavx 2022-09-27T15:24:08.1757694Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:08.2848349Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.o 2022-09-27T15:24:08.3615426Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:08.3960041Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:08.4521112Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:08.5216816Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-09-27T15:24:08.5518568Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-09-27T15:24:08.6311971Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:08.6910516Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:08.7331454Z [ 57%] Built target sleefdetavx 2022-09-27T15:24:08.7403621Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:08.7632854Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:08.7932268Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.o 2022-09-27T15:24:08.8331450Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.o 2022-09-27T15:24:08.8802358Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.o 2022-09-27T15:24:08.9023488Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:08.9836272Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:09.0596175Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.o 2022-09-27T15:24:09.1269926Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:09.2780667Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:09.4270028Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:09.5758114Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:09.7239381Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:09.8841857Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:10.0223841Z [ 57%] 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:24:10.1368237Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.2288879Z [ 57%] 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:24:10.3304457Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-09-27T15:24:10.3826793Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.4966351Z [ 57%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-09-27T15:24:10.5793144Z [ 57%] 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:24:10.6075504Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.o 2022-09-27T15:24:10.6347499Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.6924356Z [ 57%] Built target sleefsse4 2022-09-27T15:24:10.7020203Z [ 57%] 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:24:10.7168761Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.o 2022-09-27T15:24:10.7795585Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.o 2022-09-27T15:24:10.8669056Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.8784637Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.9780210Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:10.9988027Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.o 2022-09-27T15:24:11.0192980Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.o 2022-09-27T15:24:11.1048041Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:11.2991532Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:11.6013625Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:11.7361829Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:11.8530814Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:12.1931633Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:12.3162919Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:12.3994000Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:12.4750263Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:12.4911431Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.o 2022-09-27T15:24:12.5294790Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.o 2022-09-27T15:24:12.5935195Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:12.7413160Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:12.7522414Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:12.8796987Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.o 2022-09-27T15:24:12.8934542Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:12.9065452Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:12.9573035Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:13.0297883Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-09-27T15:24:13.0434729Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-09-27T15:24:13.0864808Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:13.2046319Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:13.2306327Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:13.2371838Z [ 58%] Built target sleefdetsse4 2022-09-27T15:24:13.2459683Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:13.3570676Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-09-27T15:24:13.3613993Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-09-27T15:24:13.3944166Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:13.5450249Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:13.5576166Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-09-27T15:24:13.5790030Z [ 58%] Built target sleefsse2 2022-09-27T15:24:13.5901267Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-09-27T15:24:13.6813058Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:13.7430354Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:13.8159493Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:24:13.8351989Z [ 58%] Built target sleefdetsse2 2022-09-27T15:24:13.8436362Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:24:13.8725086Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:13.9048366Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.o 2022-09-27T15:24:13.9263522Z [ 58%] Built target sleefpurec_scalar 2022-09-27T15:24:13.9528858Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:24:13.9994113Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:14.0355177Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:24:14.1179194Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:14.1638484Z [ 58%] Built target sleefdetpurec_scalar 2022-09-27T15:24:14.1716445Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:14.2587355Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.o 2022-09-27T15:24:14.2928710Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:14.3008494Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:14.3437035Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.o 2022-09-27T15:24:14.4454897Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.o 2022-09-27T15:24:14.4684400Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:14.6174987Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:14.6898348Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:14.7644420Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:24:14.8415133Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:14.9456137Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:24:14.9855093Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:15.0333573Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:24:15.1118311Z [ 58%] Built target sleefpurecfma_scalar 2022-09-27T15:24:15.1185550Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:15.1457403Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:24:15.2313536Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:24:15.2398151Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:15.3210316Z [ 58%] Built target sleefdetpurecfma_scalar 2022-09-27T15:24:15.3287356Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:15.3866314Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:15.4672521Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:15.5478784Z [ 58%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-09-27T15:24:15.5868012Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:15.7012450Z [ 58%] Built target dispsse_obj 2022-09-27T15:24:15.7105933Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:15.7410738Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:15.7615464Z [ 58%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-09-27T15:24:15.8789694Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.o 2022-09-27T15:24:15.9012825Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:15.9949140Z [ 58%] Built target dispavx_obj 2022-09-27T15:24:16.0037777Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:16.0374639Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:16.0455029Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.o 2022-09-27T15:24:16.1327663Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.o 2022-09-27T15:24:16.1522378Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:16.1968475Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.o 2022-09-27T15:24:16.3021496Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:16.3318020Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:16.4589168Z [ 58%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-09-27T15:24:16.4887098Z [ 58%] Built target caffe2_protos 2022-09-27T15:24:16.4962321Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.o 2022-09-27T15:24:16.4987897Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:16.6209453Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:16.7427282Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:16.8885184Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:17.0454706Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:17.1763393Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:17.3302325Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:24:17.4906928Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:24:17.5969152Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:24:17.6859408Z [ 58%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-09-27T15:24:17.7351927Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-09-27T15:24:17.7353144Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:24:17.7358623Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-09-27T15:24:17.7364246Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-09-27T15:24:17.7364840Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-09-27T15:24:17.7527483Z [ 58%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:24:17.7630899Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:24:17.8145637Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:24:17.8342626Z [ 58%] Built target gen_onnx_data_proto 2022-09-27T15:24:17.8510607Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:24:17.9376077Z [ 58%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-09-27T15:24:17.9603213Z [ 58%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-09-27T15:24:17.9711844Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-09-27T15:24:17.9722076Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:24:17.9724632Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-09-27T15:24:17.9728218Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-09-27T15:24:17.9729035Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-09-27T15:24:17.9838076Z [ 59%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:24:18.0044446Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-09-27T15:24:18.0295854Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-09-27T15:24:18.0410053Z [ 59%] Built target gen_onnx_operators_proto 2022-09-27T15:24:18.0471691Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-09-27T15:24:18.0610872Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:24:18.0718795Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:24:18.1299740Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:18.1397868Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-09-27T15:24:18.1536688Z [ 59%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-09-27T15:24:18.2054459Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-09-27T15:24:18.2120604Z [ 59%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-09-27T15:24:18.2182941Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.o 2022-09-27T15:24:18.2690516Z [ 59%] Linking C static library ../../lib/libsleef.a 2022-09-27T15:24:18.2714925Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:18.3156936Z [ 59%] Built target sleef 2022-09-27T15:24:18.3245074Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:18.4165540Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.o 2022-09-27T15:24:18.4298145Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.o 2022-09-27T15:24:18.4647225Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:24:18.5249575Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:18.5494365Z [ 59%] Linking CXX static library ../../lib/libonnx_proto.a 2022-09-27T15:24:18.5835046Z [ 59%] Built target onnx_proto 2022-09-27T15:24:18.5929641Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:18.6375827Z [ 59%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:24:18.6755883Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.o 2022-09-27T15:24:18.7227144Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:18.8870647Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:19.0234547Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:19.1106551Z [ 59%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:24:19.1332664Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:19.2693068Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:19.3907930Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:19.3909224Z [ 60%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-09-27T15:24:19.5344753Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:19.6363070Z [ 60%] Built target vec_test_all_types_DEFAULT 2022-09-27T15:24:19.6452606Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:19.6893568Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.o 2022-09-27T15:24:19.7767213Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:19.9270790Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:20.0152024Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:20.0932377Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.o 2022-09-27T15:24:20.1435010Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:20.1580094Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.o 2022-09-27T15:24:20.2562832Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:20.3722790Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:20.4534730Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:20.4630947Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:20.5609577Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.o 2022-09-27T15:24:20.6038335Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.o 2022-09-27T15:24:20.6322104Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:20.7931791Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:20.9547088Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:21.1382748Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:21.2560645Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:21.3946051Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:21.4148821Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:21.5342272Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.o 2022-09-27T15:24:21.5689480Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:21.7211495Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:21.8671344Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:21.9452240Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:21.9580811Z [ 60%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:24:22.0400975Z [ 60%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:24:22.0858021Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:22.2852495Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:22.3205699Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:22.3600131Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:22.4193783Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.o 2022-09-27T15:24:22.4417208Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:22.4548206Z [ 60%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-09-27T15:24:22.4829168Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.o 2022-09-27T15:24:22.5313057Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.o 2022-09-27T15:24:22.5763044Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:22.6455018Z [ 60%] Built target vec_test_all_types_AVX2 2022-09-27T15:24:22.6541607Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:22.7307205Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:22.8254388Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-09-27T15:24:22.8703208Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:23.0189331Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:23.1014072Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-09-27T15:24:23.1639818Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:23.3182745Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:23.3498666Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:23.3592053Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-09-27T15:24:23.4492530Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-09-27T15:24:23.4748452Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:24:23.5950740Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:24:23.6385440Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-09-27T15:24:23.7107840Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:24:23.7452554Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-09-27T15:24:23.8174987Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:24:23.8265059Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:24:23.9573386Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-09-27T15:24:24.0015094Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:24:24.0808955Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:24:24.1518376Z [ 60%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-09-27T15:24:24.2162811Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:24:24.2505221Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:24:24.2855400Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:24:24.3285946Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-09-27T15:24:24.3466634Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-09-27T15:24:24.3569688Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:24:24.3810228Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.o 2022-09-27T15:24:24.4077002Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-09-27T15:24:24.4416121Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-09-27T15:24:24.4727618Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:24:24.5215280Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:24:24.6206740Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:24:24.6597412Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:24:24.6610648Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.o 2022-09-27T15:24:24.7252619Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.o 2022-09-27T15:24:24.7373264Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.o 2022-09-27T15:24:24.7612153Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-09-27T15:24:24.7865295Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:24:24.9370861Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:24:25.0451788Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:24:25.0493505Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-09-27T15:24:25.1788250Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:24:25.3018280Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:24:25.3698705Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-09-27T15:24:25.4283182Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:24:25.5642980Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:24:25.6595818Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-09-27T15:24:25.6913190Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-09-27T15:24:25.8512675Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-09-27T15:24:25.9253355Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-09-27T15:24:25.9859572Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-09-27T15:24:26.1269559Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-09-27T15:24:26.1602292Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.o 2022-09-27T15:24:26.2377298Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-09-27T15:24:26.2563324Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-09-27T15:24:26.4069776Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-09-27T15:24:26.4688543Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-09-27T15:24:26.5570668Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-09-27T15:24:26.5644086Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-09-27T15:24:26.5880277Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-09-27T15:24:26.6653118Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-09-27T15:24:26.6733014Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.o 2022-09-27T15:24:26.7562688Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:24:26.7993374Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-09-27T15:24:26.8930765Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-09-27T15:24:26.9520107Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:24:26.9586516Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-09-27T15:24:27.0046536Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:24:27.0630297Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-09-27T15:24:27.0996928Z [ 61%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-09-27T15:24:27.1289312Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:24:27.2852813Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:24:27.3155914Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:24:27.3780110Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:24:27.4091627Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-09-27T15:24:27.4267555Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:24:27.4570236Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.o 2022-09-27T15:24:27.4969511Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.o 2022-09-27T15:24:27.5817036Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:24:27.7180016Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-09-27T15:24:27.7229738Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:24:27.8590137Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:24:27.9812379Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:24:28.0369437Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:24:28.0418921Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-09-27T15:24:28.0991421Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-09-27T15:24:28.1803346Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:24:28.3418213Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:24:28.3795046Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:24:28.4222970Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:24:28.4268023Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-09-27T15:24:28.4769825Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-09-27T15:24:28.5331929Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-09-27T15:24:28.5808460Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:24:28.7182442Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-09-27T15:24:28.7240754Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:28.7675910Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:28.8648606Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-09-27T15:24:28.8929653Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:28.9113440Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-09-27T15:24:29.0082075Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.0759373Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.o 2022-09-27T15:24:29.1373540Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.1735333Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.1785754Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-09-27T15:24:29.2732551Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.2811237Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-09-27T15:24:29.3478334Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-09-27T15:24:29.3878474Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-09-27T15:24:29.3977830Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.5282789Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-09-27T15:24:29.5471804Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.6415113Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.6728157Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-09-27T15:24:29.7166985Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.7715542Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.o 2022-09-27T15:24:29.7816705Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.8653553Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:29.8765069Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-09-27T15:24:29.9317740Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-09-27T15:24:29.9909343Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.0535309Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.1439424Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-09-27T15:24:30.1776300Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.2181302Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.2955327Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.3359459Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.o 2022-09-27T15:24:30.3818827Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.o 2022-09-27T15:24:30.4417011Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-09-27T15:24:30.4511697Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.6099761Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.7712861Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:30.7782271Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-09-27T15:24:30.8536106Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.o 2022-09-27T15:24:30.9234654Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.0674987Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.1159226Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-09-27T15:24:31.2094565Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.3582325Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.4569864Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-09-27T15:24:31.5061458Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.6275530Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.6370282Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.o 2022-09-27T15:24:31.7524818Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:31.8323163Z [ 62%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-09-27T15:24:31.8971852Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.0397224Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.1539317Z [ 62%] Linking CXX static library ../../lib/libonnx.a 2022-09-27T15:24:32.2021556Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.2362843Z [ 62%] Built target onnx 2022-09-27T15:24:32.2460281Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.o 2022-09-27T15:24:32.2464041Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.3362636Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.o 2022-09-27T15:24:32.4142805Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.5656920Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.6754990Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.7394832Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.o 2022-09-27T15:24:32.8112567Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:32.9510580Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.0937490Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.2241532Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.3702975Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.5148434Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.5379217Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.o 2022-09-27T15:24:33.6569295Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:24:33.7743827Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-09-27T15:24:33.8501809Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:24:33.8900634Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.o 2022-09-27T15:24:33.9825888Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-09-27T15:24:34.1187039Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-09-27T15:24:34.2356514Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-09-27T15:24:34.3152696Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.o 2022-09-27T15:24:34.3254891Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-09-27T15:24:34.3836379Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.o 2022-09-27T15:24:34.4427520Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-09-27T15:24:34.5782843Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-09-27T15:24:34.6436073Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-09-27T15:24:34.7291646Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.o 2022-09-27T15:24:34.7943306Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-09-27T15:24:34.9323612Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-09-27T15:24:35.0616036Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-09-27T15:24:35.1994928Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-09-27T15:24:35.3045474Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:35.4446393Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:35.4955999Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.o 2022-09-27T15:24:35.5590458Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:35.7175316Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:35.7662050Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:35.8883009Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.o 2022-09-27T15:24:35.9267599Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.0826443Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.1517271Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.1689597Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.2622656Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.o 2022-09-27T15:24:36.2828923Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.3197759Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-09-27T15:24:36.4251089Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.5313168Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.5390441Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.6094152Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-09-27T15:24:36.6612692Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-09-27T15:24:36.6837202Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:36.8858654Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:37.0281749Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:24:37.1348153Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:37.1715915Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.o 2022-09-27T15:24:37.2453913Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:24:37.3213507Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:24:37.4010511Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-09-27T15:24:37.4575938Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:24:37.5347307Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:24:37.5938494Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:24:37.6397338Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.o 2022-09-27T15:24:37.6948959Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:24:37.8132051Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:24:37.8243435Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.o 2022-09-27T15:24:37.9478188Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:24:38.0896941Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:24:38.1976752Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:24:38.2328754Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:24:38.3208007Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.o 2022-09-27T15:24:38.3819605Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-09-27T15:24:38.3872854Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:24:38.5253427Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:24:38.6644952Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:24:38.7867643Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:24:38.8031972Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-09-27T15:24:38.9119937Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:24:39.0335307Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:24:39.0890984Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-09-27T15:24:39.1518595Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:24:39.2787929Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:24:39.3929752Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:24:39.5151791Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:24:39.5900030Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:24:39.6147641Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:24:39.6694983Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:24:39.6809437Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.o 2022-09-27T15:24:39.6947521Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-09-27T15:24:39.7072150Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-09-27T15:24:39.7471252Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-09-27T15:24:39.8290652Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:24:39.9531280Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:24:40.1058096Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:24:40.1793212Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:24:40.1865540Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:24:40.2349164Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:24:40.2641416Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-09-27T15:24:40.2860439Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-09-27T15:24:40.3306688Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-09-27T15:24:40.3697722Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:24:40.4995455Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:24:40.5881547Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:24:40.5913435Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-09-27T15:24:40.6245726Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-09-27T15:24:40.6931283Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-09-27T15:24:40.7018533Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-09-27T15:24:40.7222069Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-09-27T15:24:40.7693836Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-09-27T15:24:40.8295277Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-09-27T15:24:40.9146656Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-09-27T15:24:40.9977151Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-09-27T15:24:41.0576552Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-09-27T15:24:41.1876586Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-09-27T15:24:41.1877228Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-09-27T15:24:41.2103469Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-09-27T15:24:41.2375524Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-09-27T15:24:41.3585142Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-09-27T15:24:41.3629737Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-09-27T15:24:41.4166301Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-09-27T15:24:41.5178605Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-09-27T15:24:41.5569037Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.o 2022-09-27T15:24:41.5835486Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.o 2022-09-27T15:24:41.6381680Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-09-27T15:24:41.6901030Z [ 64%] 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:24:41.7453936Z [ 64%] 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:24:41.7870447Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.o 2022-09-27T15:24:41.8258034Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.o 2022-09-27T15:24:41.8693990Z [ 64%] 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:24:41.9374836Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-09-27T15:24:42.0016702Z [ 64%] 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:24:42.1373909Z [ 64%] 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:24:42.2929844Z [ 64%] 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:24:42.4300824Z [ 64%] 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:24:42.5569821Z [ 64%] 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:24:42.6909608Z [ 64%] 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:24:42.7804912Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-09-27T15:24:42.8215044Z [ 65%] 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:24:42.9527384Z [ 65%] 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:24:43.0787257Z [ 65%] 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:24:43.2112051Z [ 65%] 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:24:43.3330941Z [ 65%] 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:24:43.4138216Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.o 2022-09-27T15:24:43.4878171Z [ 65%] 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:24:43.4885065Z [ 65%] 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:24:43.5613759Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-09-27T15:24:43.5908937Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-09-27T15:24:43.6077524Z [ 65%] 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:24:43.6491672Z [ 65%] 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:24:43.6496892Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-09-27T15:24:43.7101469Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.o 2022-09-27T15:24:43.7297892Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.o 2022-09-27T15:24:43.7609546Z [ 65%] 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:24:43.7617433Z [ 65%] 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:24:43.8870762Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.o 2022-09-27T15:24:43.9097556Z [ 65%] 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:24:44.0348199Z [ 65%] 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:24:44.1636219Z [ 65%] 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:24:44.3008316Z [ 65%] 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:24:44.4199450Z [ 65%] 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:24:44.5063266Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-09-27T15:24:44.5530811Z [ 65%] 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:24:44.6900245Z [ 65%] 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:24:44.8262405Z [ 65%] 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:24:44.9595701Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-09-27T15:24:44.9666441Z [ 65%] 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:24:45.0800132Z [ 65%] 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:24:45.1991850Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-09-27T15:24:45.2435752Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-09-27T15:24:45.3386151Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-09-27T15:24:45.3652071Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-09-27T15:24:45.3764255Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-09-27T15:24:45.5187428Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-09-27T15:24:45.5777766Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.o 2022-09-27T15:24:45.6211793Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-09-27T15:24:45.6441702Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-09-27T15:24:45.6675112Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-09-27T15:24:45.7410044Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.o 2022-09-27T15:24:45.7636591Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.o 2022-09-27T15:24:45.7822293Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-09-27T15:24:45.7976458Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-09-27T15:24:45.8229186Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-09-27T15:24:45.8645468Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-09-27T15:24:45.9580103Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-09-27T15:24:45.9754406Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-09-27T15:24:46.1146394Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-09-27T15:24:46.2425449Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-09-27T15:24:46.3616569Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-09-27T15:24:46.4775952Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-09-27T15:24:46.5989926Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-09-27T15:24:46.7246755Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-09-27T15:24:46.7645579Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-09-27T15:24:46.8263199Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.o 2022-09-27T15:24:46.8314286Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-09-27T15:24:46.9625078Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-09-27T15:24:47.0928504Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-09-27T15:24:47.1951728Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:24:47.3697350Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:24:47.4190779Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.o 2022-09-27T15:24:47.4949984Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:24:47.5846817Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-09-27T15:24:47.6143195Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.o 2022-09-27T15:24:47.6204713Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:24:47.6694199Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-09-27T15:24:47.6965203Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-09-27T15:24:47.7489305Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-09-27T15:24:47.8747891Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-09-27T15:24:48.0055855Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-09-27T15:24:48.0491399Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.o 2022-09-27T15:24:48.1347730Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-09-27T15:24:48.2744014Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-09-27T15:24:48.3850760Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-09-27T15:24:48.4980657Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-09-27T15:24:48.6047876Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:24:48.6258822Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.o 2022-09-27T15:24:48.6321711Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-09-27T15:24:48.7296426Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:24:48.8740040Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:24:49.0064203Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-09-27T15:24:49.0495010Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-09-27T15:24:49.1339872Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:24:49.2691292Z [ 65%] 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:24:49.4082791Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-09-27T15:24:49.4083853Z [ 65%] 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:24:49.4654229Z [ 65%] 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:24:49.5377266Z [ 65%] 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:24:49.5872360Z [ 65%] 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:24:49.5950981Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-09-27T15:24:49.6734183Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-09-27T15:24:49.7489360Z [ 65%] 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:24:49.7645415Z [ 65%] 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:24:49.8768919Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-09-27T15:24:49.8809698Z [ 65%] 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:24:49.9209340Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-09-27T15:24:50.0206678Z [ 65%] 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:24:50.1540216Z [ 65%] 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:24:50.1584796Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-09-27T15:24:50.2899588Z [ 65%] 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:24:50.4150112Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.o 2022-09-27T15:24:50.4318289Z [ 65%] 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:24:50.4939653Z [ 65%] 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:24:50.4954688Z [ 65%] 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:24:50.4984615Z [ 66%] 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:24:50.5673817Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.o 2022-09-27T15:24:50.6067005Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.o 2022-09-27T15:24:50.6268598Z [ 66%] 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:24:50.6295706Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.o 2022-09-27T15:24:50.7538896Z [ 66%] 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:24:50.7751527Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-09-27T15:24:50.8710038Z [ 66%] 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:24:51.0071202Z [ 66%] 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:24:51.1210553Z [ 66%] 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:24:51.2424414Z [ 66%] 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:24:51.2919706Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-09-27T15:24:51.3733954Z [ 66%] 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:24:51.4835759Z [ 66%] 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:24:51.5975578Z [ 66%] 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:24:51.7469024Z [ 66%] 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:24:51.8801369Z [ 66%] 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:24:52.0064981Z [ 66%] 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:24:52.0525175Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-09-27T15:24:52.1281343Z [ 66%] 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:24:52.2612608Z [ 66%] 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:24:52.3410902Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.o 2022-09-27T15:24:52.4114808Z [ 66%] 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:24:52.4176180Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-09-27T15:24:52.4427639Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-09-27T15:24:52.5371639Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.o 2022-09-27T15:24:52.5534141Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-09-27T15:24:52.5627694Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.o 2022-09-27T15:24:52.5712805Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.o 2022-09-27T15:24:52.6873625Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-09-27T15:24:52.7929385Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-09-27T15:24:52.9228871Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-09-27T15:24:52.9779216Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-09-27T15:24:53.0355839Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-09-27T15:24:53.1750721Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-09-27T15:24:53.2850062Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-09-27T15:24:53.4154259Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-09-27T15:24:53.5233277Z [ 66%] 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:24:53.6592751Z [ 66%] 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:24:53.7679909Z [ 66%] 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:24:53.8579041Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-09-27T15:24:53.8638062Z [ 66%] 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:24:53.9989806Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-09-27T15:24:54.0507783Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-09-27T15:24:54.1119936Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-09-27T15:24:54.1376992Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-09-27T15:24:54.2172967Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.o 2022-09-27T15:24:54.2693747Z [ 66%] 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:24:54.2726885Z [ 66%] 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:24:54.3462791Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-09-27T15:24:54.3768779Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-09-27T15:24:54.3769560Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.o 2022-09-27T15:24:54.3823235Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-09-27T15:24:54.3986618Z [ 66%] 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:24:54.5156012Z [ 66%] 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:24:54.6334554Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-09-27T15:24:54.7068623Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-09-27T15:24:54.7267866Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-09-27T15:24:54.7384817Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-09-27T15:24:54.7493217Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-09-27T15:24:54.8085388Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:54.8342995Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.o 2022-09-27T15:24:54.9359121Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:55.0472343Z [ 66%] 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:24:55.0558950Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-09-27T15:24:55.1574841Z [ 66%] 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:24:55.2344749Z [ 66%] 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:24:55.3086068Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.o 2022-09-27T15:24:55.3363432Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:55.4654121Z [ 66%] 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:24:55.6168788Z [ 66%] 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:24:55.7455474Z [ 66%] 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:24:55.8694908Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:55.9901561Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:56.1105752Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:56.1156572Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.o 2022-09-27T15:24:56.1755050Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-09-27T15:24:56.2501525Z [ 66%] 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:24:56.2585398Z [ 66%] 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:24:56.3791278Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.o 2022-09-27T15:24:56.4005420Z [ 66%] 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:24:56.5302188Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:56.5504626Z [ 66%] 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:24:56.6651426Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.o 2022-09-27T15:24:56.6938137Z [ 66%] 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:24:56.8483761Z [ 66%] 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:24:56.9597326Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:57.0923831Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.2395844Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.2720976Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.o 2022-09-27T15:24:57.3351025Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-09-27T15:24:57.3733116Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.5971642Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.7417190Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.8561223Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:24:57.9722012Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:58.0015729Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.o 2022-09-27T15:24:58.1210312Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:58.2692528Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:24:58.2734807Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:58.4309678Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-09-27T15:24:58.4520926Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-09-27T15:24:58.4580996Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:58.5365332Z [ 67%] 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:24:58.6142644Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-09-27T15:24:58.6645173Z [ 67%] 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:24:58.8109345Z [ 67%] 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:24:59.0020204Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:59.0606118Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-09-27T15:24:59.1814897Z [ 67%] 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:24:59.3301734Z [ 67%] 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:24:59.5394983Z [ 67%] 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:24:59.6314695Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:59.6445854Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:59.6871900Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.o 2022-09-27T15:24:59.6918414Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-09-27T15:24:59.7715688Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.o 2022-09-27T15:24:59.7970878Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:24:59.9421256Z [ 67%] 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:25:00.0105364Z [ 67%] 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:25:00.1249234Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.o 2022-09-27T15:25:00.1774786Z [ 67%] 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:25:00.2282203Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:00.3154046Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-09-27T15:25:00.3905649Z [ 67%] 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:25:00.5489900Z [ 67%] 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:25:00.7005497Z [ 67%] 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:25:00.7756918Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:00.8530957Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.o 2022-09-27T15:25:00.9441511Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:25:01.0855152Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:25:01.2206111Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:25:01.3910331Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:25:01.4645146Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-09-27T15:25:01.5257225Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:01.5630168Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:25:01.6534036Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.o 2022-09-27T15:25:01.6735988Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.o 2022-09-27T15:25:01.7854331Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:01.9479065Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.0271313Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.0835761Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.o 2022-09-27T15:25:02.1358214Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.2683212Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.4254061Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.6166147Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:02.6182455Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-09-27T15:25:02.7135893Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-09-27T15:25:02.7486908Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:25:02.8942432Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:25:03.0335838Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:25:03.1639231Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:25:03.2648640Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:25:03.3870753Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:25:03.5159646Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:25:03.5262869Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.o 2022-09-27T15:25:03.6005439Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:25:03.6708524Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.o 2022-09-27T15:25:03.7317415Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.o 2022-09-27T15:25:03.7574042Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:03.8570245Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-09-27T15:25:03.8599102Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:04.0043356Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:04.0546869Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:04.1376390Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-09-27T15:25:04.1983497Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:04.3545385Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:25:04.4903787Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:25:04.6101218Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:25:04.7459460Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:25:04.8971544Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:25:05.0046817Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.0357351Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.o 2022-09-27T15:25:05.1565427Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.2441900Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-09-27T15:25:05.3014873Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.4442480Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.5802251Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.7253964Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:25:05.8611553Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:25:05.9901853Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:25:06.1266579Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:25:06.2693829Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-09-27T15:25:06.2699015Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:25:06.3818222Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-09-27T15:25:06.5178865Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-09-27T15:25:06.6619644Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-09-27T15:25:06.7133447Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:25:06.7756948Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.o 2022-09-27T15:25:06.8417053Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-09-27T15:25:06.9617102Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:25:06.9697829Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-09-27T15:25:07.0011589Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-09-27T15:25:07.1030669Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-09-27T15:25:07.2640644Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:25:07.3463960Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-09-27T15:25:07.4079961Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:25:07.5058275Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-09-27T15:25:07.5571540Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-09-27T15:25:07.7025174Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:25:07.8334457Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-09-27T15:25:07.8653416Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-09-27T15:25:07.9745830Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.o 2022-09-27T15:25:07.9968945Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.o 2022-09-27T15:25:08.0190213Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-09-27T15:25:08.0980828Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-09-27T15:25:08.1668513Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-09-27T15:25:08.2677385Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-09-27T15:25:08.3128232Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.o 2022-09-27T15:25:08.4047061Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-09-27T15:25:08.5453238Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-09-27T15:25:08.6664196Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-09-27T15:25:08.8069922Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.0236251Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.0762748Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-09-27T15:25:09.1548488Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.2961797Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.4466958Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.5939386Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.6377521Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-09-27T15:25:09.6672116Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-09-27T15:25:09.7138638Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:09.8660170Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.0156219Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.1462894Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.2092241Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.o 2022-09-27T15:25:10.3066183Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.4627992Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.6053259Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.6268469Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-09-27T15:25:10.7884069Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:10.9873458Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:11.1321545Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:11.2736432Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:11.3491384Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.o 2022-09-27T15:25:11.4213573Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:25:11.4965726Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:25:11.4966681Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-09-27T15:25:11.5228596Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-09-27T15:25:11.5596873Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.o 2022-09-27T15:25:11.6380795Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.o 2022-09-27T15:25:11.6893740Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:25:11.8261773Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:25:11.9047507Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-09-27T15:25:11.9571278Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:25:12.0917521Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:25:12.2182726Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:25:12.3465347Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:25:12.4711398Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:25:12.6086115Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:25:12.7445365Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:25:12.8591715Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-09-27T15:25:12.8842504Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:25:12.9902231Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:25:13.1266611Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:25:13.2578819Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:25:13.2604430Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.o 2022-09-27T15:25:13.3133556Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-09-27T15:25:13.3727113Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:25:13.5124382Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:25:13.6484447Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:25:13.8208329Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:25:13.8331448Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-09-27T15:25:13.9611215Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:25:14.1072780Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:25:14.2951655Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:25:14.4357556Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:25:14.5716573Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:25:14.6622700Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:25:14.6932763Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.o 2022-09-27T15:25:14.7178516Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-09-27T15:25:14.8011270Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:25:14.9179595Z [ 68%] 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:25:14.9615806Z [ 68%] 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:25:15.0573867Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-09-27T15:25:15.0913571Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-09-27T15:25:15.1685994Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.o 2022-09-27T15:25:15.1815293Z [ 68%] 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:25:15.2458531Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-09-27T15:25:15.3301737Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-09-27T15:25:15.4664971Z [ 69%] 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:25:15.5998390Z [ 69%] 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:25:15.7140998Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-09-27T15:25:15.7298362Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-09-27T15:25:15.7837175Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.o 2022-09-27T15:25:15.8387470Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-09-27T15:25:15.8647086Z [ 69%] 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:25:16.0067791Z [ 69%] 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:25:16.1119155Z [ 69%] 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:25:16.1225670Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-09-27T15:25:16.2473196Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-09-27T15:25:16.2492795Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-09-27T15:25:16.2541314Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.o 2022-09-27T15:25:16.3720916Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-09-27T15:25:16.5483493Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:25:16.6573636Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-09-27T15:25:16.6851832Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-09-27T15:25:16.8328420Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:25:16.9607180Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-09-27T15:25:16.9636445Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-09-27T15:25:17.0993076Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:25:17.2164172Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-09-27T15:25:17.3452145Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:25:17.4394592Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-09-27T15:25:17.4814455Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-09-27T15:25:17.5284646Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-09-27T15:25:17.6148487Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:25:17.7444972Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-09-27T15:25:17.8506792Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:25:17.8978458Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.o 2022-09-27T15:25:17.9392206Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-09-27T15:25:17.9627329Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.o 2022-09-27T15:25:18.0178752Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-09-27T15:25:18.0459558Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:25:18.1526821Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-09-27T15:25:18.2840066Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:25:18.4070296Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-09-27T15:25:18.5109170Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:25:18.5178060Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-09-27T15:25:18.5182694Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-09-27T15:25:18.6417250Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-09-27T15:25:18.7790375Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:25:18.8858922Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-09-27T15:25:18.8989443Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-09-27T15:25:19.0155531Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:25:19.0517235Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-09-27T15:25:19.1236211Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-09-27T15:25:19.1452451Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-09-27T15:25:19.1809987Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:25:19.2924986Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-09-27T15:25:19.3228697Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:25:19.4286644Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.o 2022-09-27T15:25:19.4640947Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-09-27T15:25:19.5699378Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:25:19.5991154Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-09-27T15:25:19.6585750Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.o 2022-09-27T15:25:19.6924325Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-09-27T15:25:19.8325310Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:25:19.9637852Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-09-27T15:25:20.1062197Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-09-27T15:25:20.1089212Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:25:20.2597124Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:25:20.3858293Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-09-27T15:25:20.5238806Z [ 70%] 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:25:20.5467536Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-09-27T15:25:20.6498224Z [ 70%] 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:25:20.7578925Z [ 70%] 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:25:20.7891616Z [ 70%] 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:25:20.8314778Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.o 2022-09-27T15:25:20.8546441Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-09-27T15:25:20.8946214Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-09-27T15:25:20.9071715Z [ 70%] 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:25:21.0523490Z [ 70%] 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:25:21.1658659Z [ 70%] 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:25:21.2887504Z [ 70%] 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:25:21.2932004Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-09-27T15:25:21.3072883Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-09-27T15:25:21.4130536Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-09-27T15:25:21.4403620Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-09-27T15:25:21.5455726Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-09-27T15:25:21.6749153Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-09-27T15:25:21.7834740Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-09-27T15:25:21.7889252Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-09-27T15:25:21.9091131Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-09-27T15:25:21.9094278Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-09-27T15:25:21.9248249Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-09-27T15:25:22.0554498Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-09-27T15:25:22.2002195Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:25:22.3385964Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-09-27T15:25:22.3696093Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:25:22.3959387Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-09-27T15:25:22.4858382Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-09-27T15:25:22.5108278Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-09-27T15:25:22.6519676Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-09-27T15:25:22.7721726Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.o 2022-09-27T15:25:22.7932653Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-09-27T15:25:22.8785661Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-09-27T15:25:22.9062348Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-09-27T15:25:22.9735034Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:25:23.1163880Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-09-27T15:25:23.2473937Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:25:23.3268179Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-09-27T15:25:23.3684324Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-09-27T15:25:23.3765558Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-09-27T15:25:23.4362226Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:25:23.5725652Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-09-27T15:25:23.5820994Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:25:23.6953818Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.o 2022-09-27T15:25:23.7168472Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-09-27T15:25:23.7602762Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:25:23.7750433Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:25:23.8001892Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-09-27T15:25:23.8367673Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:25:23.8711170Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.o 2022-09-27T15:25:23.8961378Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:25:23.9606777Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-09-27T15:25:24.0235982Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:25:24.1694758Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:25:24.3086758Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:25:24.3127423Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:25:24.3691690Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-09-27T15:25:24.4201463Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-09-27T15:25:24.5207145Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:25:24.6627248Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:25:24.8097716Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:25:24.8897035Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:25:24.8985505Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-09-27T15:25:24.9415368Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-09-27T15:25:25.0145234Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:25:25.1458947Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:25:25.2331950Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:25:25.2539424Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-09-27T15:25:25.2840376Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.o 2022-09-27T15:25:25.3821203Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:25:25.5156747Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:25:25.5600387Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:25:25.6483322Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:25:25.6744523Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.o 2022-09-27T15:25:25.7149225Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-09-27T15:25:25.7866317Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:25:25.9351612Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:25:26.0548581Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:25:26.1570159Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-09-27T15:25:26.1864107Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:25:26.3153533Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:25:26.4442922Z [ 71%] 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:25:26.4956540Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.o 2022-09-27T15:25:26.5893861Z [ 71%] 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:25:26.5996931Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-09-27T15:25:26.6490899Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-09-27T15:25:26.7226483Z [ 71%] 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:25:26.8701074Z [ 71%] 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:25:26.9560887Z [ 71%] 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:25:27.0057317Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.o 2022-09-27T15:25:27.0327960Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-09-27T15:25:27.0732052Z [ 71%] 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:25:27.2349896Z [ 71%] 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:25:27.3779230Z [ 71%] 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:25:27.4505046Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-09-27T15:25:27.4855687Z [ 71%] 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:25:27.6349804Z [ 71%] 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:25:27.7306282Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-09-27T15:25:27.7513232Z [ 71%] 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:25:27.8681625Z [ 71%] 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:25:28.0289763Z [ 71%] 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:25:28.1473285Z [ 71%] 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:25:28.1722419Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.o 2022-09-27T15:25:28.1932558Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-09-27T15:25:28.2641269Z [ 71%] 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:25:28.3811345Z [ 71%] 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:25:28.4485881Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-09-27T15:25:28.5084608Z [ 71%] 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:25:28.6558567Z [ 71%] 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:25:28.7996784Z [ 71%] 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:25:28.8321982Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-09-27T15:25:28.8766667Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.o 2022-09-27T15:25:28.9092243Z [ 71%] 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:25:29.0498364Z [ 71%] 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:25:29.1812128Z [ 71%] 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:25:29.3101096Z [ 71%] 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:25:29.4305516Z [ 71%] 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:25:29.5043059Z [ 71%] 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:25:29.5500490Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-09-27T15:25:29.6203060Z [ 71%] 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:25:29.7433989Z [ 71%] 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:25:29.8007589Z [ 71%] 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:25:29.8808493Z [ 71%] 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:25:29.9334742Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-09-27T15:25:30.0021395Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.o 2022-09-27T15:25:30.0026807Z [ 71%] 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:25:30.1729140Z [ 71%] 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:25:30.3110320Z [ 71%] 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:25:30.4086500Z [ 71%] 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:25:30.4464102Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-09-27T15:25:30.5386250Z [ 71%] 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:25:30.6796855Z [ 71%] 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:25:30.7234311Z [ 71%] 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:25:30.8133660Z [ 71%] 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:25:30.8517847Z [ 71%] 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:25:30.9493032Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.o 2022-09-27T15:25:30.9894318Z [ 71%] 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:25:31.1204197Z [ 71%] 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:25:31.2609333Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-09-27T15:25:31.2641235Z [ 71%] 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:25:31.4110488Z [ 71%] 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:25:31.5549381Z [ 71%] 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:25:31.6786004Z [ 71%] 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:25:31.8236967Z [ 71%] 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:25:31.9583922Z [ 71%] 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:25:32.0783075Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-09-27T15:25:32.0972711Z [ 71%] 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:25:32.2030413Z [ 71%] 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:25:32.2419506Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-09-27T15:25:32.3092134Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-09-27T15:25:32.3515378Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-09-27T15:25:32.3893930Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-09-27T15:25:32.4415711Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-09-27T15:25:32.5259449Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-09-27T15:25:32.5960550Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.o 2022-09-27T15:25:32.6701223Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-09-27T15:25:32.8130394Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-09-27T15:25:32.9173461Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-09-27T15:25:32.9195942Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:25:32.9918419Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.o 2022-09-27T15:25:33.0450243Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.o 2022-09-27T15:25:33.0670741Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-09-27T15:25:33.1269629Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-09-27T15:25:33.2102479Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:25:33.3471452Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-09-27T15:25:33.4633567Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:25:33.5805020Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-09-27T15:25:33.7088879Z [ 72%] 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:25:33.8509213Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-09-27T15:25:33.8796416Z [ 72%] 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:25:33.9877931Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.o 2022-09-27T15:25:34.0053384Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-09-27T15:25:34.0375394Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-09-27T15:25:34.1687662Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-09-27T15:25:34.2762334Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-09-27T15:25:34.3911289Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-09-27T15:25:34.5051688Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-09-27T15:25:34.6263443Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-09-27T15:25:34.7896591Z [ 72%] 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:25:34.9335196Z [ 72%] 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:25:34.9354436Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-09-27T15:25:35.0776461Z [ 72%] 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:25:35.2176919Z [ 72%] 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:25:35.3441546Z [ 72%] 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:25:35.4791412Z [ 72%] 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:25:35.5148731Z [ 72%] 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:25:35.5993671Z [ 72%] 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:25:35.6402993Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-09-27T15:25:35.7108787Z [ 72%] 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:25:35.8379333Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-09-27T15:25:35.8582274Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.o 2022-09-27T15:25:35.9127398Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-09-27T15:25:35.9285161Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:25:35.9436089Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-09-27T15:25:36.0352222Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-09-27T15:25:36.0628267Z [ 72%] 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:25:36.1806251Z [ 72%] 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:25:36.3327207Z [ 72%] 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:25:36.4474479Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-09-27T15:25:36.4529410Z [ 72%] 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:25:36.5310361Z [ 72%] 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:25:36.5868818Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.o 2022-09-27T15:25:36.7129162Z [ 72%] 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:25:36.8310508Z [ 72%] 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:25:36.9640057Z [ 72%] 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:25:37.0283937Z [ 72%] 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:25:37.0919398Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-09-27T15:25:37.1804877Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-09-27T15:25:37.2393599Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-09-27T15:25:37.3081551Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.o 2022-09-27T15:25:37.3251192Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.o 2022-09-27T15:25:37.3559921Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:25:37.4955051Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-09-27T15:25:37.6610144Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-09-27T15:25:37.7914789Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-09-27T15:25:37.9365079Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:25:38.0157026Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-09-27T15:25:38.0716001Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:38.2170539Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:25:38.3478255Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:38.6620104Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:38.7093325Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-09-27T15:25:38.8361810Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:25:38.8941858Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-09-27T15:25:38.9770562Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:25:39.1265441Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:25:39.2661946Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:39.3815917Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:25:39.3958845Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.o 2022-09-27T15:25:39.4624583Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.o 2022-09-27T15:25:39.4996659Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:25:39.5347524Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-09-27T15:25:39.6178486Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:25:39.7517464Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:39.9031820Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:40.0418203Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:40.1621474Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:40.2719863Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:40.4800717Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:40.4804706Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-09-27T15:25:40.6352491Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:40.7819299Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:40.8214823Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-09-27T15:25:40.9250671Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:41.0375744Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:41.1827453Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:41.3116591Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:41.3415393Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-09-27T15:25:41.4304691Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:41.4332292Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:41.5929451Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.o 2022-09-27T15:25:41.6198442Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:41.6303564Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:41.7558418Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.o 2022-09-27T15:25:41.7802996Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:25:41.9297054Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:42.0687578Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:25:42.2187594Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-09-27T15:25:42.2354535Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:25:42.3913294Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:42.5199562Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:42.5413288Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:42.6689327Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.o 2022-09-27T15:25:42.7055099Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:42.8554433Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:42.9612001Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:43.0077596Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-09-27T15:25:43.1103561Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:43.1158441Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:43.2620188Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-09-27T15:25:43.2644669Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:25:43.3961136Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:25:43.5058750Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:25:43.6365084Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:25:43.7695063Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:43.8097017Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:43.9052866Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-09-27T15:25:43.9525932Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:44.1010195Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:25:44.1056861Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:25:44.2466015Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-09-27T15:25:44.2550200Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:25:44.3921483Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:25:44.5175468Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:25:44.5552359Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-09-27T15:25:44.5739051Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.o 2022-09-27T15:25:44.6476299Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:44.7952542Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:44.8242647Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:44.9635106Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-09-27T15:25:44.9896427Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:45.1478705Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:45.1615384Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:45.2997327Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-09-27T15:25:45.3775673Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:45.4181011Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:25:45.5244150Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.o 2022-09-27T15:25:45.5592259Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:25:45.7029878Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:25:45.7558814Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:25:45.7618272Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-09-27T15:25:45.8331755Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-09-27T15:25:45.8916065Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:25:46.0861908Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:25:46.1090845Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-09-27T15:25:46.1518569Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.o 2022-09-27T15:25:46.2095602Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.o 2022-09-27T15:25:46.2773235Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-09-27T15:25:46.4246016Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-09-27T15:25:46.5461869Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:25:46.6001869Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:25:46.6124856Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-09-27T15:25:46.6727064Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:25:46.7456500Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:25:46.8185607Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:25:46.8892130Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:25:46.9657514Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:25:47.0569821Z [ 74%] Built target all_microkernels 2022-09-27T15:25:47.0656776Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-09-27T15:25:47.6250569Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.o 2022-09-27T15:25:47.9979214Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-09-27T15:25:48.1073645Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-09-27T15:25:48.2099617Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-09-27T15:25:48.7085740Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-09-27T15:25:48.9497578Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.o 2022-09-27T15:25:48.9555162Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-09-27T15:25:49.1322598Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-09-27T15:25:49.5172512Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.o 2022-09-27T15:25:49.8870375Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.o 2022-09-27T15:25:50.0367245Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-09-27T15:25:50.5081690Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-09-27T15:25:51.0094479Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-09-27T15:25:51.3661444Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.o 2022-09-27T15:25:51.6991353Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-09-27T15:25:52.4610294Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.o 2022-09-27T15:25:52.6081086Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.o 2022-09-27T15:25:52.6129757Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-09-27T15:25:52.6895779Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.o 2022-09-27T15:25:53.0573927Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.o 2022-09-27T15:25:53.6765570Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-09-27T15:25:54.1372134Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-09-27T15:25:54.4748987Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-09-27T15:25:54.4966824Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-09-27T15:25:54.5680552Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.o 2022-09-27T15:25:54.5862725Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-09-27T15:25:54.7954993Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-09-27T15:25:54.9133034Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o 2022-09-27T15:25:55.0894001Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o 2022-09-27T15:25:55.3190558Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o 2022-09-27T15:25:55.6185314Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-09-27T15:25:55.6536313Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o 2022-09-27T15:25:56.5533390Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-09-27T15:25:56.5923550Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o 2022-09-27T15:25:57.4655390Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-09-27T15:25:58.2376162Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-09-27T15:25:58.7013728Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o 2022-09-27T15:25:58.8472449Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-09-27T15:25:58.9965680Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-09-27T15:25:59.0694615Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o 2022-09-27T15:25:59.0830771Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o 2022-09-27T15:25:59.6329899Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o 2022-09-27T15:26:00.0372185Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-09-27T15:26:00.3376442Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-09-27T15:26:01.1929670Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.o 2022-09-27T15:26:01.2704549Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-09-27T15:26:01.8009863Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-09-27T15:26:02.1302303Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o 2022-09-27T15:26:02.4620522Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-09-27T15:26:02.6251827Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o 2022-09-27T15:26:02.9001924Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-09-27T15:26:02.9127092Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-09-27T15:26:03.2354013Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o 2022-09-27T15:26:03.8639474Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o 2022-09-27T15:26:04.0756332Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-09-27T15:26:05.0303383Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-09-27T15:26:05.4292632Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o 2022-09-27T15:26:06.0379161Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-09-27T15:26:06.1216087Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o 2022-09-27T15:26:06.3222479Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-09-27T15:26:06.3656984Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o 2022-09-27T15:26:06.8170262Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o 2022-09-27T15:26:07.1315570Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-09-27T15:26:07.3732476Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-09-27T15:26:08.2286875Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o 2022-09-27T15:26:08.3243464Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-09-27T15:26:08.5682577Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-09-27T15:26:09.1727335Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.o 2022-09-27T15:26:09.3581849Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-09-27T15:26:09.4755063Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-09-27T15:26:10.1471436Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o 2022-09-27T15:26:10.2705512Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-09-27T15:26:10.3537300Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o 2022-09-27T15:26:10.4240273Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o 2022-09-27T15:26:11.1419086Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-09-27T15:26:11.3670639Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-09-27T15:26:12.0882233Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o 2022-09-27T15:26:12.5259847Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-09-27T15:26:13.4012305Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-09-27T15:26:13.5145791Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o 2022-09-27T15:26:13.8072894Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-09-27T15:26:13.8475652Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-09-27T15:26:13.9384394Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o 2022-09-27T15:26:14.3951597Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-09-27T15:26:14.6961950Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-09-27T15:26:14.7772368Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o 2022-09-27T15:26:15.1871246Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-09-27T15:26:15.2610519Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o 2022-09-27T15:26:15.5971785Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o 2022-09-27T15:26:16.0156148Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-09-27T15:26:16.8248143Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.o 2022-09-27T15:26:16.8248793Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-09-27T15:26:17.2151640Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o 2022-09-27T15:26:17.6908723Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-09-27T15:26:18.4635423Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-09-27T15:26:18.4945915Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o 2022-09-27T15:26:18.4995514Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-09-27T15:26:18.5223387Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-09-27T15:26:19.3617202Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-09-27T15:26:19.4829172Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-09-27T15:26:19.7185902Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o 2022-09-27T15:26:20.3001403Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o 2022-09-27T15:26:20.3805811Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-09-27T15:26:20.9757354Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-09-27T15:26:21.0081925Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-09-27T15:26:21.1499559Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-09-27T15:26:21.8474058Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o 2022-09-27T15:26:22.0475690Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o 2022-09-27T15:26:22.1285425Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-09-27T15:26:22.1512496Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-09-27T15:26:23.1091627Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o 2022-09-27T15:26:23.1232124Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-09-27T15:26:23.1693609Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-09-27T15:26:23.7569919Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o 2022-09-27T15:26:23.7642819Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-09-27T15:26:23.9736261Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o 2022-09-27T15:26:24.8085492Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-09-27T15:26:24.8665604Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-09-27T15:26:24.9961103Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-09-27T15:26:25.7726476Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.o 2022-09-27T15:26:25.7783836Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-09-27T15:26:25.9455679Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.o 2022-09-27T15:26:26.5648100Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-09-27T15:26:26.8132131Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-09-27T15:26:27.1306246Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.o 2022-09-27T15:26:27.1397895Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-09-27T15:26:27.2184307Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.o 2022-09-27T15:26:27.3209306Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.o 2022-09-27T15:26:28.5809630Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-09-27T15:26:29.0817465Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-09-27T15:26:29.9744837Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-09-27T15:26:30.2253906Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-09-27T15:26:30.4603120Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.o 2022-09-27T15:26:30.5173139Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-09-27T15:26:30.8459095Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.o 2022-09-27T15:26:30.9014861Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.o 2022-09-27T15:26:30.9364814Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-09-27T15:26:31.0652705Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-09-27T15:26:31.4052776Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.o 2022-09-27T15:26:31.8519057Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.o 2022-09-27T15:26:31.8888931Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-09-27T15:26:32.6266194Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-09-27T15:26:33.5656913Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-09-27T15:26:33.7741663Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-09-27T15:26:33.8892133Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-09-27T15:26:34.4010998Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-09-27T15:26:34.7096270Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.o 2022-09-27T15:26:34.7595247Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.o 2022-09-27T15:26:34.7740477Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-09-27T15:26:35.2450566Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.o 2022-09-27T15:26:35.2646376Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-09-27T15:26:35.3284694Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-09-27T15:26:35.6198883Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.o 2022-09-27T15:26:36.0462372Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.o 2022-09-27T15:26:36.7498072Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-09-27T15:26:37.2237219Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:26:38.2344880Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-09-27T15:26:38.8811310Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-09-27T15:26:39.0843222Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.o 2022-09-27T15:26:39.4885758Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:26:39.5353691Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:26:39.5387761Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-09-27T15:26:39.6984018Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.o 2022-09-27T15:26:40.3452242Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.o 2022-09-27T15:26:40.5125567Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.o 2022-09-27T15:26:40.5311211Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-09-27T15:26:41.5155900Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-09-27T15:26:41.6398497Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-09-27T15:26:41.9818383Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-09-27T15:26:42.1440182Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.o 2022-09-27T15:26:42.3293881Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-09-27T15:26:42.3499619Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-09-27T15:26:42.4033388Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-09-27T15:26:42.4694892Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.o 2022-09-27T15:26:42.7364790Z Compiling functions.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/functions.o 2022-09-27T15:26:42.8644950Z Compiling onerank_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/onerank_reduce.o 2022-09-27T15:26:42.9411246Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-09-27T15:26:42.9715195Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-09-27T15:26:43.3549543Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-09-27T15:26:43.4514702Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-09-27T15:26:43.7392126Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-09-27T15:26:44.1439564Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-09-27T15:26:44.1887678Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-09-27T15:26:44.3914722Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-09-27T15:26:44.4028914Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-09-27T15:26:44.4710488Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-09-27T15:26:44.7204345Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-09-27T15:26:45.0970067Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-09-27T15:26:45.3827359Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:26:45.3828789Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-09-27T15:26:45.4375030Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-09-27T15:26:45.5906791Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-09-27T15:26:45.7739366Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-09-27T15:26:45.9199003Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-09-27T15:26:46.1919698Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-09-27T15:26:46.6641814Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-09-27T15:26:46.6957334Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-09-27T15:26:46.8365485Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-09-27T15:26:46.9082426Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-09-27T15:26:47.0790373Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-09-27T15:26:47.6353081Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-09-27T15:26:47.6773385Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-09-27T15:26:47.7793444Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-09-27T15:26:47.9075662Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-09-27T15:26:48.2117535Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-09-27T15:26:48.6536347Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-09-27T15:26:48.8404620Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-09-27T15:26:48.8640292Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-09-27T15:26:48.9363093Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-09-27T15:26:49.1380221Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-09-27T15:26:49.1812653Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-09-27T15:26:49.6864015Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-09-27T15:26:49.9993955Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-09-27T15:26:50.1346893Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-09-27T15:26:50.2015070Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-09-27T15:26:50.3721436Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:26:50.8623207Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-09-27T15:26:50.9851784Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-09-27T15:26:51.2173375Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-09-27T15:26:51.2905926Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-09-27T15:26:51.3654741Z Archiving objects > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/colldevice.a 2022-09-27T15:26:51.4933968Z Linking libnccl.so.2.14.3 > /var/lib/jenkins/workspace/build/nccl/lib/libnccl.so.2.14.3 2022-09-27T15:26:51.7584775Z Archiving libnccl_static.a > /var/lib/jenkins/workspace/build/nccl/lib/libnccl_static.a 2022-09-27T15:26:51.8510632Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-09-27T15:26:51.8926818Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-09-27T15:26:51.9735194Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-09-27T15:26:52.1476538Z [ 76%] No install step for 'nccl_external' 2022-09-27T15:26:52.1716829Z [ 76%] Completed 'nccl_external' 2022-09-27T15:26:52.2005911Z [ 76%] Built target nccl_external 2022-09-27T15:26:52.2092932Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-09-27T15:26:52.3622752Z [ 76%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o 2022-09-27T15:26:52.6339128Z [ 77%] Slimming NCCL 2022-09-27T15:26:53.0967110Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-09-27T15:26:53.2056191Z [ 77%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o 2022-09-27T15:26:53.2872921Z [ 77%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o 2022-09-27T15:26:53.3427362Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-09-27T15:26:53.4039138Z /var/lib/jenkins/workspace/build 2022-09-27T15:26:53.4206361Z [ 77%] Built target nccl_slim_external 2022-09-27T15:26:53.4324729Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-09-27T15:26:54.0133213Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-09-27T15:26:54.5054378Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-09-27T15:26:54.6355030Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-09-27T15:26:55.0605989Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-09-27T15:26:55.5561870Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-09-27T15:26:55.6854395Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:26:55.8304930Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:26:55.9561703Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-09-27T15:26:56.0692112Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o 2022-09-27T15:26:56.0973740Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o 2022-09-27T15:26:56.4130664Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-09-27T15:26:56.4401146Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o 2022-09-27T15:26:56.6913970Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o 2022-09-27T15:26:56.8575452Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o 2022-09-27T15:26:56.8855084Z [ 77%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o 2022-09-27T15:26:56.9929802Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-09-27T15:26:57.0374080Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-09-27T15:26:57.1763139Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-09-27T15:26:57.1826025Z [ 77%] Linking CXX static library ../../../lib/libgloo_cuda.a 2022-09-27T15:26:57.2249188Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-09-27T15:26:57.2773508Z [ 77%] Built target gloo_cuda 2022-09-27T15:26:57.2889391Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-09-27T15:26:57.4800090Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-09-27T15:26:58.0105424Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-09-27T15:26:58.2419406Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-09-27T15:26:58.3260326Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-09-27T15:26:58.3313341Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-09-27T15:26:58.4486957Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-09-27T15:26:58.5398801Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-09-27T15:26:58.9796916Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-09-27T15:26:59.0031323Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-09-27T15:26:59.3110246Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-09-27T15:26:59.5566100Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-09-27T15:26:59.6870711Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-09-27T15:26:59.8688637Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-09-27T15:26:59.9846595Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-09-27T15:27:00.0772988Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-09-27T15:27:00.3733398Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-09-27T15:27:00.6171467Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-09-27T15:27:00.7485279Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-09-27T15:27:00.9970560Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-09-27T15:27:01.0638040Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-09-27T15:27:01.1337126Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-09-27T15:27:01.4483333Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-09-27T15:27:01.6533037Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-09-27T15:27:01.7851102Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-09-27T15:27:02.2072318Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-09-27T15:27:02.2458095Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-09-27T15:27:02.3190243Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-09-27T15:27:02.4724172Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-09-27T15:27:02.7204234Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-09-27T15:27:02.8417646Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-09-27T15:27:03.2902548Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-09-27T15:27:03.3182891Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-09-27T15:27:03.4774019Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-09-27T15:27:03.5821810Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-09-27T15:27:03.7873621Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-09-27T15:27:03.7990212Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-09-27T15:27:04.2455836Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-09-27T15:27:04.3190880Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-09-27T15:27:04.5061136Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-09-27T15:27:04.5597706Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-09-27T15:27:04.7857985Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-09-27T15:27:04.7964501Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-09-27T15:27:05.0845240Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-09-27T15:27:05.1618668Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-09-27T15:27:05.2731481Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-09-27T15:27:05.4228266Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-09-27T15:27:05.5305731Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-09-27T15:27:05.6444533Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-09-27T15:27:05.7286692Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-09-27T15:27:05.7633428Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-09-27T15:27:05.8748698Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-09-27T15:27:06.0245479Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-09-27T15:27:06.1614363Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-09-27T15:27:06.3258725Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-09-27T15:27:06.3649544Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-09-27T15:27:06.4117353Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-09-27T15:27:06.4138778Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-09-27T15:27:06.7441986Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-09-27T15:27:06.8048634Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-09-27T15:27:06.9197173Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-09-27T15:27:07.0139284Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-09-27T15:27:07.0818998Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-09-27T15:27:07.0832337Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-09-27T15:27:07.3921608Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-09-27T15:27:07.4189547Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-09-27T15:27:07.5059518Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-09-27T15:27:07.5835146Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-09-27T15:27:07.6399267Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-09-27T15:27:07.7078127Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-09-27T15:27:07.8474000Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-09-27T15:27:08.0271265Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-09-27T15:27:08.0484684Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-09-27T15:27:08.1889346Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-09-27T15:27:08.2222809Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-09-27T15:27:08.2300017Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-09-27T15:27:08.3774321Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-09-27T15:27:08.4318987Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-09-27T15:27:08.5097088Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-09-27T15:27:08.5925268Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-09-27T15:27:08.7416311Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-09-27T15:27:08.7468467Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-09-27T15:27:08.8351101Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.0793983Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.3344494Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.3451999Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.3567884Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.5452545Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:09.9545207Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.1097494Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.1540458Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.2148707Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.3742413Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.3785394Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.5834822Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.7047664Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.8186315Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:10.9765853Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.1089790Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.1135861Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.1655758Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.4791681Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.5807404Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.6760595Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.7045132Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.7836146Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:11.8542272Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.0494192Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.1318725Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.1854552Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.3641103Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.4467808Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.5255369Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.6235285Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.6934454Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.7946154Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:12.9743136Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.0644971Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.1707674Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.2128714Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.3344238Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.3570128Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.5368184Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.5943467Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.7105220Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.7853285Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:13.8741492Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.0299560Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.4607808Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.4920429Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.5016378Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.6239876Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.6332676Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.7930434Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:27:14.9555594Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-09-27T15:27:15.0499445Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-09-27T15:27:15.1219342Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-09-27T15:27:15.2346771Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-09-27T15:27:15.2807880Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-09-27T15:27:15.3997483Z [ 79%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-09-27T15:27:15.4211172Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-09-27T15:27:15.5359437Z /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:27:15.5360305Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-09-27T15:27:15.5360748Z ^~~~~~~ 2022-09-27T15:27:15.5427645Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-09-27T15:27:15.5489689Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-09-27T15:27:15.5893145Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-09-27T15:27:15.5927031Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-09-27T15:27:15.7000653Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-09-27T15:27:15.7067541Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-09-27T15:27:15.7852195Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-09-27T15:27:15.8425081Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-09-27T15:27:15.8839888Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-09-27T15:27:15.8889130Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-09-27T15:27:15.9384675Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-09-27T15:27:15.9902058Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-09-27T15:27:16.1177768Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-09-27T15:27:16.1243402Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-09-27T15:27:16.3415074Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-09-27T15:27:16.9406544Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-09-27T15:27:17.0133244Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-09-27T15:27:17.0159092Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-09-27T15:27:17.0380771Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-09-27T15:27:17.2371548Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-09-27T15:27:17.3586640Z /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:27:17.3588334Z /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:27:17.3589092Z }; 2022-09-27T15:27:17.3589329Z ^ 2022-09-27T15:27:17.3589729Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:27:17.3590153Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:27:17.3590590Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:27:17.3590971Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:27:17.3591381Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:27:17.3591838Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:27:17.3592311Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:27:17.3593064Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:27:17.3593436Z ^~~~~~~~~ 2022-09-27T15:27:17.3593998Z /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:27:17.3595268Z /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:27:17.3595922Z }; 2022-09-27T15:27:17.3596123Z ^ 2022-09-27T15:27:17.3596501Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:27:17.3596942Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:27:17.3597346Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:27:17.3597719Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:27:17.3598145Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:27:17.3598675Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:27:17.3599099Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:27:17.3599524Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:27:17.3599810Z ^~~~~~~~~ 2022-09-27T15:27:17.3774064Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-09-27T15:27:17.5996365Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-09-27T15:27:17.6744169Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-09-27T15:27:17.8213368Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-09-27T15:27:17.9109781Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-09-27T15:27:17.9824798Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-09-27T15:27:18.3786148Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-09-27T15:27:18.8495513Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-09-27T15:27:18.9049625Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-09-27T15:27:19.0011212Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-09-27T15:27:19.0803778Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-09-27T15:27:19.1710655Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-09-27T15:27:19.2397140Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-09-27T15:27:19.5192719Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-09-27T15:27:19.5815143Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-09-27T15:27:19.6275511Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-09-27T15:27:19.6666120Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-09-27T15:27:19.7173794Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-09-27T15:27:19.8212498Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-09-27T15:27:20.0717120Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-09-27T15:27:20.1950893Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-09-27T15:27:20.2293808Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-09-27T15:27:20.2564920Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-09-27T15:27:20.3414873Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-09-27T15:27:20.5377043Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-09-27T15:27:20.7361631Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-09-27T15:27:20.7709593Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-09-27T15:27:20.7902211Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-09-27T15:27:20.7926056Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-09-27T15:27:20.8375504Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-09-27T15:27:21.1498304Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-09-27T15:27:21.3525120Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-09-27T15:27:21.4341491Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-09-27T15:27:21.4469499Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-09-27T15:27:21.5675601Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-09-27T15:27:21.7821947Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-09-27T15:27:21.8019779Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-09-27T15:27:21.8301558Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-09-27T15:27:22.0756642Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-09-27T15:27:22.0776536Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-09-27T15:27:22.1424209Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-09-27T15:27:22.2940837Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-09-27T15:27:22.5593747Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-09-27T15:27:22.7400957Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-09-27T15:27:22.7692255Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-09-27T15:27:22.8391790Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-09-27T15:27:22.8472768Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-09-27T15:27:23.0476042Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-09-27T15:27:23.1101798Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-09-27T15:27:23.2748277Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-09-27T15:27:23.3416283Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-09-27T15:27:23.4427643Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-09-27T15:27:23.8514807Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-09-27T15:27:24.0478076Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-09-27T15:27:24.1532640Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-09-27T15:27:24.2419938Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-09-27T15:27:24.3726948Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-09-27T15:27:24.4334870Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-09-27T15:27:24.5094154Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-09-27T15:27:24.5103132Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-09-27T15:27:24.6153902Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-09-27T15:27:24.6818101Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-09-27T15:27:24.8218236Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-09-27T15:27:24.9750664Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-09-27T15:27:24.9960215Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-09-27T15:27:25.0314042Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-09-27T15:27:25.1653355Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-09-27T15:27:25.2937990Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-09-27T15:27:25.4436898Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-09-27T15:27:25.5332008Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-09-27T15:27:25.6393948Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-09-27T15:27:25.6700028Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-09-27T15:27:25.7412018Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-09-27T15:27:25.8158952Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-09-27T15:27:25.9254567Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-09-27T15:27:26.0999157Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-09-27T15:27:26.1700237Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-09-27T15:27:26.2389227Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-09-27T15:27:26.2776324Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-09-27T15:27:26.4249583Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-09-27T15:27:26.4696047Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-09-27T15:27:26.6283515Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-09-27T15:27:26.7152443Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-09-27T15:27:26.7764702Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-09-27T15:27:26.9516783Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-09-27T15:27:27.0015525Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-09-27T15:27:27.2002841Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-09-27T15:27:27.2073317Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-09-27T15:27:27.2933831Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-09-27T15:27:27.3506662Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-09-27T15:27:27.5012202Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-09-27T15:27:27.5079963Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-09-27T15:27:27.6313309Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-09-27T15:27:27.7440993Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-09-27T15:27:27.7614636Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-09-27T15:27:27.8425302Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-09-27T15:27:27.9924686Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-09-27T15:27:28.0780477Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-09-27T15:27:28.3392280Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-09-27T15:27:28.4277610Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-09-27T15:27:28.5806427Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-09-27T15:27:28.6535220Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-09-27T15:27:28.7136607Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-09-27T15:27:28.9373113Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-09-27T15:27:28.9721681Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-09-27T15:27:29.1046746Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-09-27T15:27:29.2102003Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-09-27T15:27:29.2986620Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-09-27T15:27:29.3854950Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-09-27T15:27:29.4652576Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-09-27T15:27:29.8430323Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-09-27T15:27:29.8458797Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-09-27T15:27:29.9451453Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-09-27T15:27:30.0100924Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-09-27T15:27:30.0281454Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-09-27T15:27:30.1335082Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-09-27T15:27:30.3580095Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-09-27T15:27:30.4376131Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-09-27T15:27:30.4936857Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-09-27T15:27:30.5358062Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-09-27T15:27:30.6753711Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-09-27T15:27:30.9073593Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-09-27T15:27:30.9214664Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-09-27T15:27:31.0622208Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-09-27T15:27:31.1377341Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-09-27T15:27:31.2195216Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-09-27T15:27:31.2655409Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-09-27T15:27:31.4976012Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-09-27T15:27:31.5964692Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-09-27T15:27:31.7877463Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-09-27T15:27:32.1358958Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-09-27T15:27:32.1576276Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-09-27T15:27:32.1925196Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-09-27T15:27:32.2544915Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-09-27T15:27:32.3048568Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-09-27T15:27:32.3343416Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-09-27T15:27:32.7051047Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-09-27T15:27:32.7660058Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-09-27T15:27:32.8122394Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-09-27T15:27:32.8842998Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-09-27T15:27:32.9496158Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-09-27T15:27:33.2219547Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-09-27T15:27:33.3678719Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-09-27T15:27:33.3778946Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-09-27T15:27:33.4615531Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-09-27T15:27:33.6973657Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-09-27T15:27:33.8480611Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-09-27T15:27:33.9339947Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-09-27T15:27:33.9576631Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-09-27T15:27:34.0253614Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-09-27T15:27:34.2620701Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-09-27T15:27:34.3846201Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-09-27T15:27:34.4119457Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-09-27T15:27:34.4705660Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-09-27T15:27:34.5412577Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-09-27T15:27:34.5838405Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-09-27T15:27:34.8157495Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-09-27T15:27:34.9248191Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-09-27T15:27:35.0536900Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-09-27T15:27:35.1091849Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-09-27T15:27:35.1950242Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-09-27T15:27:35.2391045Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-09-27T15:27:35.5390189Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-09-27T15:27:35.6040217Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-09-27T15:27:35.6691724Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-09-27T15:27:35.7417766Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-09-27T15:27:35.7973687Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-09-27T15:27:35.8817595Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-09-27T15:27:36.0524181Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-09-27T15:27:36.1305435Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-09-27T15:27:36.2560355Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-09-27T15:27:36.2903022Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-09-27T15:27:36.3748013Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-09-27T15:27:36.5301213Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-09-27T15:27:36.7412660Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-09-27T15:27:36.7800830Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-09-27T15:27:36.8176173Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-09-27T15:27:37.0096666Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-09-27T15:27:37.3060562Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-09-27T15:27:37.3422008Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-09-27T15:27:37.4071188Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-09-27T15:27:37.4732014Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-09-27T15:27:37.4879548Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-09-27T15:27:37.5970688Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-09-27T15:27:37.6568264Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-09-27T15:27:37.8487737Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-09-27T15:27:37.9245035Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-09-27T15:27:37.9717349Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-09-27T15:27:38.1747465Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-09-27T15:27:38.4316157Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-09-27T15:27:38.5189823Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-09-27T15:27:38.5757760Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-09-27T15:27:38.6233596Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-09-27T15:27:38.7282533Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-09-27T15:27:38.8583478Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-09-27T15:27:39.0818565Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-09-27T15:27:39.1510826Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-09-27T15:27:39.1973185Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-09-27T15:27:39.3174057Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-09-27T15:27:39.4180459Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-09-27T15:27:39.5043970Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-09-27T15:27:39.8649801Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-09-27T15:27:39.9096578Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-09-27T15:27:40.2155425Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-09-27T15:27:40.3123588Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-09-27T15:27:40.4200330Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-09-27T15:27:40.4410803Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-09-27T15:27:40.4521984Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-09-27T15:27:40.5984620Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-09-27T15:27:40.6190914Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-09-27T15:27:40.9381615Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-09-27T15:27:41.1255864Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-09-27T15:27:41.1679962Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-09-27T15:27:41.2249793Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-09-27T15:27:41.7077170Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-09-27T15:27:41.8299810Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-09-27T15:27:42.0205081Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-09-27T15:27:42.0657077Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-09-27T15:27:42.2447533Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-09-27T15:27:42.3761376Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-09-27T15:27:42.4148050Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-09-27T15:27:42.6216052Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-09-27T15:27:42.7564060Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-09-27T15:27:42.7886731Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-09-27T15:27:42.8461437Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-09-27T15:27:42.9594646Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-09-27T15:27:43.2072641Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-09-27T15:27:43.3383374Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-09-27T15:27:43.4109780Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-09-27T15:27:43.5025586Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-09-27T15:27:43.5375751Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-09-27T15:27:43.7356444Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-09-27T15:27:44.0055965Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-09-27T15:27:44.2516720Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-09-27T15:27:44.5446257Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-09-27T15:27:44.5995702Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-09-27T15:27:44.6065428Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-09-27T15:27:44.6536738Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-09-27T15:27:44.9153268Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-09-27T15:27:45.1558083Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-09-27T15:27:45.3141933Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-09-27T15:27:45.5196234Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-09-27T15:27:45.5553295Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-09-27T15:27:45.6145175Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-09-27T15:27:45.8619458Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-09-27T15:27:46.0832451Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-09-27T15:27:46.1042310Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-09-27T15:27:46.1783876Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-09-27T15:27:46.2349014Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-09-27T15:27:46.6792809Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-09-27T15:27:46.6800098Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-09-27T15:27:47.0854087Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-09-27T15:27:47.0923684Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-09-27T15:27:47.0968371Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-09-27T15:27:47.1920229Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-09-27T15:27:47.8791885Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-09-27T15:27:47.9086955Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-09-27T15:27:47.9954397Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-09-27T15:27:48.0174226Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-09-27T15:27:48.1625423Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-09-27T15:27:48.3467785Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-09-27T15:27:48.8979401Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-09-27T15:27:48.9693527Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-09-27T15:27:49.0524783Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-09-27T15:27:49.0798871Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-09-27T15:27:49.1494111Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-09-27T15:27:49.3837617Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-09-27T15:27:49.6356954Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-09-27T15:27:49.8870334Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-09-27T15:27:49.8884488Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-09-27T15:27:50.0174734Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-09-27T15:27:50.0178516Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-09-27T15:27:50.0179371Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-09-27T15:27:50.0813854Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-09-27T15:27:50.4170951Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-09-27T15:27:50.4617851Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-09-27T15:27:50.5371471Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-09-27T15:27:50.6163985Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-09-27T15:27:50.6189999Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-09-27T15:27:50.6575025Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-09-27T15:27:50.7201405Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-09-27T15:27:50.9797067Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-09-27T15:27:51.0206837Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-09-27T15:27:51.1524261Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-09-27T15:27:51.2114198Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-09-27T15:27:51.2998450Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-09-27T15:27:51.3358654Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-09-27T15:27:51.5660458Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-09-27T15:27:51.5717877Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-09-27T15:27:51.6022471Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-09-27T15:27:51.7073905Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-09-27T15:27:51.7815305Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-09-27T15:27:51.8674162Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-09-27T15:27:51.8883459Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-09-27T15:27:52.1134948Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-09-27T15:27:52.1614150Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-09-27T15:27:52.3798013Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-09-27T15:27:52.4483153Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-09-27T15:27:52.4640949Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-09-27T15:27:52.5012618Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-09-27T15:27:52.6793239Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-09-27T15:27:52.6839058Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-09-27T15:27:52.7374078Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-09-27T15:27:52.8852633Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-09-27T15:27:53.0988318Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-09-27T15:27:53.1944042Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-09-27T15:27:53.3291405Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-09-27T15:27:53.3894721Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-09-27T15:27:53.4244776Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-09-27T15:27:53.4657022Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-09-27T15:27:53.6829388Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-09-27T15:27:53.7635650Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-09-27T15:27:53.8265816Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-09-27T15:27:53.9876867Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-09-27T15:27:54.0189732Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-09-27T15:27:54.1145748Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-09-27T15:27:54.2880616Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-09-27T15:27:54.5318185Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-09-27T15:27:54.5956961Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-09-27T15:27:54.6978692Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-09-27T15:27:54.8415887Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-09-27T15:27:54.8682720Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-09-27T15:27:55.0386796Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-09-27T15:27:55.0465742Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-09-27T15:27:55.3426686Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-09-27T15:27:55.4337632Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-09-27T15:27:55.6408956Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-09-27T15:27:55.6897331Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-09-27T15:27:55.9318814Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-09-27T15:27:55.9328854Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-09-27T15:27:55.9697423Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-09-27T15:27:56.0308280Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-09-27T15:27:56.2655822Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-09-27T15:27:56.2759332Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-09-27T15:27:56.5821874Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-09-27T15:27:56.6691130Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-09-27T15:27:56.7158916Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-09-27T15:27:56.8618877Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-09-27T15:27:57.1221305Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-09-27T15:27:57.1602158Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-09-27T15:27:57.1985922Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-09-27T15:27:57.2905080Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-09-27T15:27:57.3784252Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-09-27T15:27:57.5890059Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-09-27T15:27:57.6431429Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-09-27T15:27:57.6945130Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-09-27T15:27:57.7412925Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-09-27T15:27:57.8814272Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-09-27T15:27:58.0793136Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-09-27T15:27:58.2362016Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-09-27T15:27:58.2614802Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-09-27T15:27:58.3607736Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-09-27T15:27:58.6843636Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-09-27T15:27:58.7683524Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-09-27T15:27:58.8338236Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-09-27T15:27:59.0098688Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-09-27T15:27:59.0981807Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-09-27T15:27:59.1104636Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-09-27T15:27:59.1454816Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-09-27T15:27:59.3590714Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-09-27T15:27:59.3868635Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-09-27T15:27:59.6439378Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-09-27T15:27:59.6743330Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-09-27T15:27:59.7135508Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-09-27T15:27:59.9368351Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-09-27T15:27:59.9452434Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-09-27T15:27:59.9902234Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-09-27T15:28:00.2561981Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-09-27T15:28:00.6169482Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-09-27T15:28:00.7531880Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-09-27T15:28:00.8161496Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-09-27T15:28:00.9099248Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-09-27T15:28:00.9893709Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-09-27T15:28:01.0949774Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-09-27T15:28:01.1332510Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-09-27T15:28:01.2753641Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-09-27T15:28:01.2790499Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-09-27T15:28:01.5778948Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-09-27T15:28:01.5999770Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-09-27T15:28:01.7315964Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-09-27T15:28:02.0160445Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-09-27T15:28:02.2478191Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-09-27T15:28:02.3792066Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-09-27T15:28:02.3832099Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-09-27T15:28:02.6161919Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-09-27T15:28:02.6428858Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-09-27T15:28:02.7391829Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-09-27T15:28:02.8909823Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-09-27T15:28:02.9244556Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-09-27T15:28:03.1594718Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-09-27T15:28:03.1997685Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-09-27T15:28:03.5758042Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-09-27T15:28:03.7178725Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-09-27T15:28:03.9520508Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-09-27T15:28:03.9796897Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-09-27T15:28:04.0381669Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-09-27T15:28:04.0774085Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-09-27T15:28:04.4319656Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-09-27T15:28:04.6565708Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-09-27T15:28:05.0038102Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-09-27T15:28:05.0426550Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-09-27T15:28:05.1305092Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-09-27T15:28:05.1801450Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-09-27T15:28:05.2786469Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-09-27T15:28:05.3985527Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-09-27T15:28:05.5123420Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-09-27T15:28:05.5360564Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-09-27T15:28:06.1438785Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-09-27T15:28:06.2074373Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-09-27T15:28:06.3480315Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-09-27T15:28:06.4133809Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-09-27T15:28:06.6713965Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-09-27T15:28:06.7772188Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-09-27T15:28:06.8940689Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-09-27T15:28:07.2108956Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-09-27T15:28:07.2665077Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-09-27T15:28:07.4489396Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-09-27T15:28:07.6514260Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-09-27T15:28:07.8828809Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-09-27T15:28:07.9734352Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-09-27T15:28:08.1224388Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-09-27T15:28:08.2858068Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-09-27T15:28:08.4234608Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-09-27T15:28:08.6335083Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-09-27T15:28:08.8197508Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-09-27T15:28:09.1995099Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-09-27T15:28:09.3508299Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-09-27T15:28:09.4531464Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-09-27T15:28:09.7256562Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-09-27T15:28:09.8502934Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-09-27T15:28:09.9730085Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-09-27T15:28:10.1795466Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-09-27T15:28:10.2819323Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-09-27T15:28:10.5608919Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-09-27T15:28:10.7587831Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-09-27T15:28:11.1426648Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-09-27T15:28:11.1796767Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-09-27T15:28:11.1830980Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-09-27T15:28:11.2657618Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-09-27T15:28:11.3694372Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-09-27T15:28:11.8708263Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-09-27T15:28:12.0916330Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-09-27T15:28:12.1575831Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-09-27T15:28:12.2014337Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-09-27T15:28:12.3111857Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-09-27T15:28:12.3485161Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-09-27T15:28:12.3500968Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-09-27T15:28:12.6275193Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-09-27T15:28:13.1721839Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-09-27T15:28:13.2599214Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-09-27T15:28:13.4175457Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-09-27T15:28:13.4688716Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-09-27T15:28:13.7083985Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-09-27T15:28:13.8633707Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-09-27T15:28:14.4185328Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-09-27T15:28:14.4222195Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-09-27T15:28:14.6282384Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-09-27T15:28:14.6997089Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-09-27T15:28:14.9941589Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-09-27T15:28:15.0886797Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-09-27T15:28:15.7289733Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-09-27T15:28:15.7674119Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-09-27T15:28:15.9445101Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-09-27T15:28:16.1025784Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-09-27T15:28:16.1525978Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-09-27T15:28:16.3070945Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-09-27T15:28:16.9821419Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-09-27T15:28:17.0102457Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-09-27T15:28:17.3224192Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-09-27T15:28:17.3534317Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-09-27T15:28:17.3837449Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-09-27T15:28:17.4463508Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-09-27T15:28:17.9602968Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-09-27T15:28:18.0147172Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-09-27T15:28:18.2289264Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-09-27T15:28:18.3520349Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-09-27T15:28:18.3599013Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-09-27T15:28:18.5021555Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-09-27T15:28:18.9231495Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-09-27T15:28:19.0406558Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-09-27T15:28:19.0896480Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-09-27T15:28:19.3352416Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-09-27T15:28:19.3611020Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-09-27T15:28:19.4912079Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-09-27T15:28:20.2076733Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-09-27T15:28:20.2143791Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-09-27T15:28:20.3100058Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-09-27T15:28:20.4613354Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-09-27T15:28:20.5977995Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-09-27T15:28:20.6858258Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-09-27T15:28:20.9688575Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-09-27T15:28:21.0820733Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-09-27T15:28:21.1992338Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-09-27T15:28:21.4029292Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-09-27T15:28:21.6189445Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-09-27T15:28:21.6936831Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-09-27T15:28:21.9091079Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.2561461Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.4562340Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.5035981Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-09-27T15:28:22.5984691Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.6237202Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.7657176Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:22.8704497Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:23.1305492Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-09-27T15:28:23.2034809Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:23.3052727Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:23.4763661Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:23.5170726Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:23.5425014Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-09-27T15:28:23.7316620Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.0675156Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.0739952Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.1444831Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.1812552Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.1886493Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.3131490Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.6072339Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.6428628Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.7420754Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.9069911Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.9335650Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:24.9744109Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-09-27T15:28:25.1512456Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.2020638Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.3260808Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.5758464Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.6017636Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.6151355Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.7341604Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.8095717Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:25.9339265Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-09-27T15:28:26.1025814Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.1550956Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.2099598Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.2777469Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.4294371Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.6835358Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:26.9668840Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.1200234Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.1201513Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.1616788Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.2748545Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.3417721Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:28:27.5387090Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-09-27T15:28:28.0510317Z [ 87%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-09-27T15:28:45.4773859Z [ 87%] Built target torch_cpu 2022-09-27T15:28:45.4927576Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o 2022-09-27T15:28:45.4932717Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-09-27T15:28:45.4961501Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-09-27T15:28:45.4966300Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o 2022-09-27T15:28:45.4972283Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-09-27T15:28:45.4973178Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp.o 2022-09-27T15:28:45.9224759Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAGraph.cpp.o 2022-09-27T15:28:46.0758324Z [ 87%] Linking CXX executable ../bin/TCPStoreTest 2022-09-27T15:28:46.0820682Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDASparseDescriptors.cpp.o 2022-09-27T15:28:46.1221339Z [ 87%] Linking CXX executable ../bin/FileStoreTest 2022-09-27T15:28:46.1257990Z [ 87%] Linking CXX executable ../bin/HashStoreTest 2022-09-27T15:28:46.4946435Z [ 87%] Linking CXX executable ../bin/ProcessGroupMPITest 2022-09-27T15:28:46.5764430Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CachingHostAllocator.cpp.o 2022-09-27T15:28:46.6630169Z [ 87%] Built target TCPStoreTest 2022-09-27T15:28:46.6688254Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CuSparseHandlePool.cpp.o 2022-09-27T15:28:46.7157991Z [ 87%] Built target HashStoreTest 2022-09-27T15:28:46.7218382Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/EmptyTensor.cpp.o 2022-09-27T15:28:46.7271408Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/Exceptions.cpp.o 2022-09-27T15:28:46.7924260Z [ 87%] Built target FileStoreTest 2022-09-27T15:28:46.8084084Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/PeerToPeerAccess.cpp.o 2022-09-27T15:28:47.1102188Z [ 87%] Built target ProcessGroupMPITest 2022-09-27T15:28:47.1172476Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o 2022-09-27T15:28:47.1408664Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o 2022-09-27T15:28:47.1492529Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/detail/LazyNVRTC.cpp.o 2022-09-27T15:28:47.1546856Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/llvm_complex.cpp.o 2022-09-27T15:28:47.1552629Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/llvm_basic.cpp.o 2022-09-27T15:28:47.2014021Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/Resize.cpp.o 2022-09-27T15:28:47.3870366Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/SpectralOps.cpp.o 2022-09-27T15:28:47.3911974Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/TensorCompare.cpp.o 2022-09-27T15:28:47.6941245Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o 2022-09-27T15:28:47.7585126Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o 2022-09-27T15:28:47.7634486Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp.o 2022-09-27T15:28:47.8855198Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/ConvShared.cpp.o 2022-09-27T15:28:47.9955948Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/Conv_v7.cpp.o 2022-09-27T15:28:48.2956218Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/Conv_v8.cpp.o 2022-09-27T15:28:48.6452587Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o 2022-09-27T15:28:48.6842506Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o 2022-09-27T15:28:48.8173098Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o 2022-09-27T15:28:48.8974659Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-09-27T15:28:49.0781053Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-09-27T15:28:49.5253504Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-09-27T15:28:49.6498547Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cpp.o 2022-09-27T15:28:49.6949740Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp.o 2022-09-27T15:28:49.8242116Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Conv.cpp.o 2022-09-27T15:28:49.8513618Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp.o 2022-09-27T15:28:49.9337538Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp.o 2022-09-27T15:28:50.5457768Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Linear.cpp.o 2022-09-27T15:28:50.5813326Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp.o 2022-09-27T15:28:50.7592407Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp.o 2022-09-27T15:28:51.0092613Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Pooling.cpp.o 2022-09-27T15:28:51.0358767Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o 2022-09-27T15:28:51.1417844Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/AutocastRNN.cpp.o 2022-09-27T15:28:51.4438320Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o 2022-09-27T15:28:51.8178577Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Handle.cpp.o 2022-09-27T15:28:51.8745208Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Types.cpp.o 2022-09-27T15:28:51.9555897Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-09-27T15:28:52.0008412Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-09-27T15:28:52.1345013Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-09-27T15:28:52.4040225Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-09-27T15:28:52.4534755Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-09-27T15:28:52.5403141Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-09-27T15:28:52.5450878Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-09-27T15:28:52.9002493Z [ 88%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-09-27T15:28:52.9416862Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu.o 2022-09-27T15:28:53.5435527Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/TensorFactories.cu.o 2022-09-27T15:28:55.2663957Z [ 88%] Linking CXX shared library ../lib/libtorch_cuda_cpp.so 2022-09-27T15:28:56.0879602Z [ 88%] Built target torch_cuda_cpp 2022-09-27T15:28:56.1196058Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/Sleep.cu.o 2022-09-27T15:28:56.1202017Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/detail/IndexUtils.cu.o 2022-09-27T15:28:56.1212803Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub-RadixSortKeys.cu.o 2022-09-27T15:28:56.1214332Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub-RadixSortPairs.cu.o 2022-09-27T15:28:56.1215457Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub.cu.o 2022-09-27T15:28:56.1220027Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/jiterator.cu.o 2022-09-27T15:28:57.1608948Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AbsKernel.cu.o 2022-09-27T15:28:57.4857110Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationEluKernel.cu.o 2022-09-27T15:28:58.1978654Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationGeluKernel.cu.o 2022-09-27T15:28:58.2524164Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationGluKernel.cu.o 2022-09-27T15:28:58.4795932Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu.o 2022-09-27T15:28:58.7831576Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu.o 2022-09-27T15:28:58.9095732Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu.o 2022-09-27T15:28:59.0902808Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu.o 2022-09-27T15:28:59.7486898Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu.o 2022-09-27T15:28:59.7656199Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu.o 2022-09-27T15:29:00.1535999Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationMishKernel.cu.o 2022-09-27T15:29:00.3736847Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationPreluKernel.cu.o 2022-09-27T15:29:00.5856886Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSiluKernel.cu.o 2022-09-27T15:29:00.9336791Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu.o 2022-09-27T15:29:01.3437042Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu.o 2022-09-27T15:29:01.5348456Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu.o 2022-09-27T15:29:01.8135907Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu.o 2022-09-27T15:29:01.9957706Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu.o 2022-09-27T15:29:02.2070693Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu.o 2022-09-27T15:29:02.6202775Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu.o 2022-09-27T15:29:02.8976546Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AmpKernels.cu.o 2022-09-27T15:29:03.0788619Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AveragePool2d.cu.o 2022-09-27T15:29:03.6436890Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AveragePool3d.cu.o 2022-09-27T15:29:03.7233803Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu.o 2022-09-27T15:29:04.1819064Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu.o 2022-09-27T15:29:04.4576142Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu.o 2022-09-27T15:29:04.7978017Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu.o 2022-09-27T15:29:05.1339232Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu.o 2022-09-27T15:29:05.3420722Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu.o 2022-09-27T15:29:05.4111550Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu.o 2022-09-27T15:29:05.9459117Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu.o 2022-09-27T15:29:06.0660065Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMulKernel.cu.o 2022-09-27T15:29:06.3257205Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu.o 2022-09-27T15:29:06.6854414Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu.o 2022-09-27T15:29:06.9320996Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Bucketization.cu.o 2022-09-27T15:29:07.2778203Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CUDAScalar.cu.o 2022-09-27T15:29:07.5031608Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Col2Im.cu.o 2022-09-27T15:29:07.5824540Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CompareEQKernel.cu.o 2022-09-27T15:29:08.1856412Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CompareKernels.cu.o 2022-09-27T15:29:08.2300579Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ComplexKernel.cu.o 2022-09-27T15:29:08.6943197Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ConvolutionMM2d.cu.o 2022-09-27T15:29:09.0333544Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Copy.cu.o 2022-09-27T15:29:09.2336067Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CopysignKernel.cu.o 2022-09-27T15:29:09.4897065Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CrossKernel.cu.o 2022-09-27T15:29:09.7908371Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumminmaxKernel.cu.o 2022-09-27T15:29:10.1261314Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumprodKernel.cu.o 2022-09-27T15:29:10.5410976Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumsumKernel.cu.o 2022-09-27T15:29:10.7924840Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DepthwiseConv2d.cu.o 2022-09-27T15:29:10.8858779Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DepthwiseConv3d.cu.o 2022-09-27T15:29:11.5357529Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu.o 2022-09-27T15:29:11.7591613Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu.o 2022-09-27T15:29:12.2855044Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistanceKernel.cu.o 2022-09-27T15:29:12.5334272Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionBernoulli.cu.o 2022-09-27T15:29:12.6457816Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu.o 2022-09-27T15:29:13.0096897Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu.o 2022-09-27T15:29:13.3090399Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu.o 2022-09-27T15:29:13.6119605Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu.o 2022-09-27T15:29:14.0030600Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionNormal.cu.o 2022-09-27T15:29:14.3776737Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionRandomKernel.cu.o 2022-09-27T15:29:14.5577416Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionUniform.cu.o 2022-09-27T15:29:15.0771689Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Distributions.cu.o 2022-09-27T15:29:15.0850962Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Dropout.cu.o 2022-09-27T15:29:15.6520364Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Embedding.cu.o 2022-09-27T15:29:15.7402088Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu.o 2022-09-27T15:29:16.1536035Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o 2022-09-27T15:29:16.5815371Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FillKernel.cu.o 2022-09-27T15:29:16.9742944Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu.o 2022-09-27T15:29:17.2776796Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu.o 2022-09-27T15:29:17.9138145Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu.o 2022-09-27T15:29:18.0950264Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu.o 2022-09-27T15:29:18.3456787Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachReduceOp.cu.o 2022-09-27T15:29:18.5929988Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachUnaryOp.cu.o 2022-09-27T15:29:18.7487037Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu.o 2022-09-27T15:29:19.0788849Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu.o 2022-09-27T15:29:19.5749771Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu.o 2022-09-27T15:29:19.8615800Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FusedAdamKernel.cu.o 2022-09-27T15:29:20.0274575Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GcdLcmKernel.cu.o 2022-09-27T15:29:20.5437311Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GridSampler.cu.o 2022-09-27T15:29:20.6976369Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IGammaKernel.cu.o 2022-09-27T15:29:21.1896075Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Im2Col.cu.o 2022-09-27T15:29:21.2445797Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IndexKernel.cu.o 2022-09-27T15:29:21.3592391Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Indexing.cu.o 2022-09-27T15:29:21.7624567Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu.o 2022-09-27T15:29:22.1097491Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Lerp.cu.o 2022-09-27T15:29:22.1657040Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LinearAlgebra.cu.o 2022-09-27T15:29:22.8578745Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LogAddExpKernel.cu.o 2022-09-27T15:29:22.9480949Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu.o 2022-09-27T15:29:23.6330417Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Loss.cu.o 2022-09-27T15:29:23.9641321Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LossCTC.cu.o 2022-09-27T15:29:24.2618160Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu.o 2022-09-27T15:29:24.4221211Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MaxUnpooling.cu.o 2022-09-27T15:29:24.9981414Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu.o 2022-09-27T15:29:25.3378588Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultiMarginLoss.cu.o 2022-09-27T15:29:25.3872799Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultinomialKernel.cu.o 2022-09-27T15:29:25.7127788Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NLLLoss2d.cu.o 2022-09-27T15:29:25.8764378Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu.o 2022-09-27T15:29:26.0977769Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu.o 2022-09-27T15:29:26.7868253Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu.o 2022-09-27T15:29:26.9713295Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Nonzero.cu.o 2022-09-27T15:29:27.4819843Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Normalization.cu.o 2022-09-27T15:29:27.5956113Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu.o 2022-09-27T15:29:27.7615959Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/PowKernel.cu.o 2022-09-27T15:29:28.2702490Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RNN.cu.o 2022-09-27T15:29:28.6417139Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Randperm.cu.o 2022-09-27T15:29:29.1575527Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RangeFactories.cu.o 2022-09-27T15:29:29.2008011Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RecordStream.cu.o 2022-09-27T15:29:29.3538757Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Reduce.cu.o 2022-09-27T15:29:29.7586156Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu.o 2022-09-27T15:29:30.0687077Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu.o 2022-09-27T15:29:30.5738679Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu.o 2022-09-27T15:29:30.7154649Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceLogicKernel.cu.o 2022-09-27T15:29:30.8704033Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu.o 2022-09-27T15:29:31.1542503Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu.o 2022-09-27T15:29:31.5695512Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMomentKernel.cu.o 2022-09-27T15:29:31.6026859Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceNormKernel.cu.o 2022-09-27T15:29:32.2179602Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu.o 2022-09-27T15:29:32.2805859Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReflectionPad.cu.o 2022-09-27T15:29:32.5171152Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RenormKernel.cu.o 2022-09-27T15:29:32.9551502Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Repeat.cu.o 2022-09-27T15:29:33.1496579Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReplicationPadding.cu.o 2022-09-27T15:29:33.6897381Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RreluWithNoise.cu.o 2022-09-27T15:29:33.7994919Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ScatterGatherKernel.cu.o 2022-09-27T15:29:34.0703144Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SegmentReduce.cu.o 2022-09-27T15:29:34.3940447Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Shape.cu.o 2022-09-27T15:29:34.7056272Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SoftMax.cu.o 2022-09-27T15:29:34.9737448Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sort.cu.o 2022-09-27T15:29:35.7417578Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SortImpl.cu.o 2022-09-27T15:29:35.8410004Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SortStable.cu.o 2022-09-27T15:29:36.3696226Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sorting.cu.o 2022-09-27T15:29:36.4497619Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SparseMM.cu.o 2022-09-27T15:29:36.6497838Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SpectralOps.cu.o 2022-09-27T15:29:37.2218603Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/StepKernel.cu.o 2022-09-27T15:29:37.9385283Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SummaryOps.cu.o 2022-09-27T15:29:37.9388820Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorCompare.cu.o 2022-09-27T15:29:37.9988721Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cu.o 2022-09-27T15:29:38.3206291Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTopK.cu.o 2022-09-27T15:29:38.5118013Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTransformations.cu.o 2022-09-27T15:29:38.7216810Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TriangularOps.cu.o 2022-09-27T15:29:39.6246403Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryComplexKernels.cu.o 2022-09-27T15:29:39.7938127Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryFractionKernels.cu.o 2022-09-27T15:29:40.3648722Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGammaKernels.cu.o 2022-09-27T15:29:40.4350877Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu.o 2022-09-27T15:29:41.0336433Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu.o 2022-09-27T15:29:41.2254816Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu.o 2022-09-27T15:29:41.2740869Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu.o 2022-09-27T15:29:41.3586370Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu(125): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-09-27T15:29:41.3586884Z 2022-09-27T15:29:41.3587483Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu(125): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-09-27T15:29:41.3587940Z 2022-09-27T15:29:41.3985516Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu.o 2022-09-27T15:29:41.9855459Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu.o 2022-09-27T15:29:42.0270147Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu.o 2022-09-27T15:29:42.5867105Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu.o 2022-09-27T15:29:42.7678362Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu.o 2022-09-27T15:29:42.8976174Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu.o 2022-09-27T15:29:43.4603732Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu.o 2022-09-27T15:29:43.4958729Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu.o 2022-09-27T15:29:43.7826918Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryLogKernels.cu.o 2022-09-27T15:29:44.1854108Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryOpsKernel.cu.o 2022-09-27T15:29:44.3149325Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnarySignKernels.cu.o 2022-09-27T15:29:44.9523504Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu.o 2022-09-27T15:29:45.0484730Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu.o 2022-09-27T15:29:45.1939186Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UniqueCub.cu.o 2022-09-27T15:29:45.5941127Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu.o 2022-09-27T15:29:45.8616694Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu.o 2022-09-27T15:29:46.0411879Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleLinear1d.cu.o 2022-09-27T15:29:46.5682562Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest1d.cu.o 2022-09-27T15:29:46.8522971Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest2d.cu.o 2022-09-27T15:29:47.4943022Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest3d.cu.o 2022-09-27T15:29:47.5666621Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu.o 2022-09-27T15:29:47.5741268Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu.o 2022-09-27T15:29:48.0698174Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/WeightNorm.cu.o 2022-09-27T15:29:48.3219527Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ZetaKernel.cu.o 2022-09-27T15:29:48.4679008Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/airy_ai.cu.o 2022-09-27T15:29:49.2657219Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_j0.cu.o 2022-09-27T15:29:49.2958706Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_j1.cu.o 2022-09-27T15:29:49.6978545Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_y0.cu.o 2022-09-27T15:29:49.9173293Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_y1.cu.o 2022-09-27T15:29:50.0159080Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu.o 2022-09-27T15:29:50.6303111Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu.o 2022-09-27T15:29:50.8266566Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu.o 2022-09-27T15:29:50.8352540Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu.o 2022-09-27T15:29:51.4242254Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu.o 2022-09-27T15:29:51.4772119Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/fused_adam_impl.cu.o 2022-09-27T15:29:51.7522501Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/group_norm_kernel.cu.o 2022-09-27T15:29:52.2988209Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_h.cu.o 2022-09-27T15:29:52.3529505Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_he.cu.o 2022-09-27T15:29:52.8216901Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu.o 2022-09-27T15:29:53.2130835Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/layer_norm_kernel.cu.o 2022-09-27T15:29:53.3341082Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/legendre_polynomial_p.cu.o 2022-09-27T15:29:53.8262480Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_i0.cu.o 2022-09-27T15:29:53.9255846Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_i1.cu.o 2022-09-27T15:29:53.9943261Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_k0.cu.o 2022-09-27T15:29:54.6096091Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_k1.cu.o 2022-09-27T15:29:54.8453130Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu.o 2022-09-27T15:29:54.9858967Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu.o 2022-09-27T15:29:55.3547299Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu.o 2022-09-27T15:29:55.5469980Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu.o 2022-09-27T15:29:55.9177656Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu.o 2022-09-27T15:29:56.3001882Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu.o 2022-09-27T15:29:56.3936892Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/spherical_bessel_j0.cu.o 2022-09-27T15:29:56.8158807Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu.o 2022-09-27T15:29:57.0850967Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SoftMax.cu.o 2022-09-27T15:29:57.1308579Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu.o 2022-09-27T15:29:57.7219940Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu.o 2022-09-27T15:29:57.8495982Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu.o 2022-09-27T15:29:58.0121227Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu.o 2022-09-27T15:30:00.0243163Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu.o 2022-09-27T15:30:00.2189299Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu.o 2022-09-27T15:30:00.2526514Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu.o 2022-09-27T15:30:00.8446805Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu: In function ‘at::Tensor& at::native::bmm_out_sparse_cuda(const SparseTensor&, const at::Tensor&, at::Tensor&)’: 2022-09-27T15:30:00.8448170Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:884:44: warning: ‘CUSPARSE_COOMM_ALG2’ is deprecated: please use CUSPARSE_SPMM_COO_ALG2 instead [-Wdeprecated-declarations] 2022-09-27T15:30:00.8448981Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-09-27T15:30:00.8449447Z ^~~~~~~~~~~~~~~~~~~ 2022-09-27T15:30:00.8449857Z /usr/local/cuda/include/cusparse.h:6537:1: note: declared here 2022-09-27T15:30:00.8450524Z CUSPARSE_COOMM_ALG2 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG2) = 2, 2022-09-27T15:30:00.8450929Z ^ ~~~~~~~~~~~~~~~ 2022-09-27T15:30:00.8451882Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:884:66: warning: ‘CUSPARSE_COOMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_COO_ALG1 instead [-Wdeprecated-declarations] 2022-09-27T15:30:00.8452671Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-09-27T15:30:00.8744780Z ^~~~~~~~~~~~~~~~~~~ 2022-09-27T15:30:00.8745420Z /usr/local/cuda/include/cusparse.h:6536:1: note: declared here 2022-09-27T15:30:00.8746074Z CUSPARSE_COOMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG1) = 1, 2022-09-27T15:30:00.8746564Z ^ ~~~~~~~~~~~~~~~ 2022-09-27T15:30:00.8987083Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu.o 2022-09-27T15:30:01.4376283Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu.o 2022-09-27T15:30:01.8314307Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu(73): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-09-27T15:30:01.8314774Z 2022-09-27T15:30:01.8315352Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu(73): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-09-27T15:30:01.8315773Z 2022-09-27T15:30:01.8480270Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu.o 2022-09-27T15:30:03.1910331Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/transformers/cuda/attention.cu.o 2022-09-27T15:30:03.3485193Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-09-27T15:30:03.7137530Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-09-27T15:30:04.0450596Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-09-27T15:30:04.3218461Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-09-27T15:30:04.4634597Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-09-27T15:30:04.5135395Z [ 91%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/UfuncCUDA_add.cu.o 2022-09-27T15:30:04.7300662Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CUDABlas.cpp.o 2022-09-27T15:30:04.9806253Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CUDASparseBlas.cpp.o 2022-09-27T15:30:05.1632479Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CublasHandlePool.cpp.o 2022-09-27T15:30:05.3327191Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Activation.cpp.o 2022-09-27T15:30:05.4498989Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp.o 2022-09-27T15:30:05.6309698Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Blas.cpp.o 2022-09-27T15:30:05.7165834Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Distributions.cpp.o 2022-09-27T15:30:05.8586094Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Equal.cpp.o 2022-09-27T15:30:05.8641709Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GridSampler.cpp.o 2022-09-27T15:30:05.9457005Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IndexKernel.cpp.o 2022-09-27T15:30:06.1206815Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceOps.cpp.o 2022-09-27T15:30:06.1250260Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ScanKernels.cpp.o 2022-09-27T15:30:06.1976145Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sort.cpp.o 2022-09-27T15:30:06.2938925Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sorting.cpp.o 2022-09-27T15:30:06.3376563Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cpp.o 2022-09-27T15:30:06.3938501Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp.o 2022-09-27T15:30:06.5569898Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTopK.cpp.o 2022-09-27T15:30:06.6185501Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/jit_utils.cpp.o 2022-09-27T15:30:06.6914478Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp.o 2022-09-27T15:30:06.7900398Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp.o 2022-09-27T15:30:06.8357961Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp.o 2022-09-27T15:30:06.9672586Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp.o 2022-09-27T15:30:07.0336873Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp.o 2022-09-27T15:30:07.1675362Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-09-27T15:30:07.3216058Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/cuda/comm.cpp.o 2022-09-27T15:30:07.3543894Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-09-27T15:30:07.3989041Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/profiler/cuda.cpp.o 2022-09-27T15:30:07.5156660Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-09-27T15:30:07.5157511Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-09-27T15:30:07.5159123Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp: In function ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, cudaDataType)’: 2022-09-27T15:30:07.5160547Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:167:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-09-27T15:30:07.5161469Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-09-27T15:30:07.5161920Z ^ 2022-09-27T15:30:07.5162578Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-09-27T15:30:07.5163390Z cusparseStatus_t __err = EXPR; \ 2022-09-27T15:30:07.5163846Z ^~~~ 2022-09-27T15:30:07.5164398Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-09-27T15:30:07.5165081Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-09-27T15:30:07.5165713Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-09-27T15:30:07.5166314Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-09-27T15:30:07.5166758Z ^~~~~~~~~~~~~~~~~~~ 2022-09-27T15:30:07.5167292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-09-27T15:30:07.5167970Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-09-27T15:30:07.5169068Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:181:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-09-27T15:30:07.5169962Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-09-27T15:30:07.5170409Z ^ 2022-09-27T15:30:07.5171090Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-09-27T15:30:07.5171740Z cusparseStatus_t __err = EXPR; \ 2022-09-27T15:30:07.5172157Z ^~~~ 2022-09-27T15:30:07.5172713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-09-27T15:30:07.5173431Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-09-27T15:30:07.5174079Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-09-27T15:30:07.5174672Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-09-27T15:30:07.5175135Z ^~~~~~~~~~~~~~~~~~~ 2022-09-27T15:30:07.5245626Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-09-27T15:30:07.5653654Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-09-27T15:30:07.6141860Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-09-27T15:30:08.1472638Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/inline_propagator.cpp.o 2022-09-27T15:30:08.3250669Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-09-27T15:30:08.5810112Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-09-27T15:30:08.6125590Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-09-27T15:30:08.6244858Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-09-27T15:30:08.7298855Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-09-27T15:30:09.1524765Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-09-27T15:30:09.2617354Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-09-27T15:30:09.5698227Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-09-27T15:30:09.6049943Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-09-27T15:30:09.6128690Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-09-27T15:30:09.7652471Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-09-27T15:30:10.0107190Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-09-27T15:30:10.3258622Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-09-27T15:30:10.3359179Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-09-27T15:30:10.6493094Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-09-27T15:30:10.8310488Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-09-27T15:30:10.8897505Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-09-27T15:30:11.0381123Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-09-27T15:30:11.2335284Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-09-27T15:30:11.3690570Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-09-27T15:30:11.6487430Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-09-27T15:30:11.7454769Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-09-27T15:30:11.9346462Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-09-27T15:30:12.0591315Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-09-27T15:30:12.0983845Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-09-27T15:30:12.3687848Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-09-27T15:30:12.6659029Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-09-27T15:30:12.7671828Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-09-27T15:30:12.8895103Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-09-27T15:30:12.9939557Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-09-27T15:30:13.1440765Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-09-27T15:30:13.4990690Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-09-27T15:30:13.5983775Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-09-27T15:30:13.7307591Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-09-27T15:30:14.0107569Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-09-27T15:30:14.0975543Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-09-27T15:30:14.2141031Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-09-27T15:30:14.3729519Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-09-27T15:30:14.5976828Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-09-27T15:30:14.7769401Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-09-27T15:30:15.0219764Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-09-27T15:30:15.0656806Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-09-27T15:30:15.1969419Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-09-27T15:30:15.3616992Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-09-27T15:30:15.6172958Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-09-27T15:30:15.6858982Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-09-27T15:30:16.0688725Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-09-27T15:30:16.0801718Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-09-27T15:30:16.1954952Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-09-27T15:30:16.3889940Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-09-27T15:30:16.6827936Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-09-27T15:30:16.7477665Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-09-27T15:30:16.9472097Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-09-27T15:30:17.1265764Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-09-27T15:30:17.2274895Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-09-27T15:30:17.3757251Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-09-27T15:30:17.6126121Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-09-27T15:30:17.7771580Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-09-27T15:30:18.0669301Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-09-27T15:30:18.2363693Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-09-27T15:30:18.4924976Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-09-27T15:30:18.5416008Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-09-27T15:30:18.6949027Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-09-27T15:30:18.7538451Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-09-27T15:30:19.1677992Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-09-27T15:30:19.1940933Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-09-27T15:30:19.4049167Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-09-27T15:30:19.4594785Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-09-27T15:30:19.4845093Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-09-27T15:30:19.7668835Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-09-27T15:30:19.8579123Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-09-27T15:30:20.3850878Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-09-27T15:30:20.4436013Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-09-27T15:30:20.5592921Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-09-27T15:30:20.6809826Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-09-27T15:30:20.7432654Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-09-27T15:30:20.8587299Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-09-27T15:30:21.4769399Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-09-27T15:30:21.5183146Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-09-27T15:30:21.6472394Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-09-27T15:30:21.7618308Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-09-27T15:30:21.8231761Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-09-27T15:30:22.0538419Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-09-27T15:30:22.4675055Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-09-27T15:30:22.6603082Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-09-27T15:30:22.7037073Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-09-27T15:30:22.8587105Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-09-27T15:30:22.9718631Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-09-27T15:30:23.0856691Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-09-27T15:30:23.3315520Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-09-27T15:30:23.7364313Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-09-27T15:30:23.8022309Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-09-27T15:30:23.8776182Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-09-27T15:30:23.9929196Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-09-27T15:30:24.0647542Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-09-27T15:30:24.1441392Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-09-27T15:30:24.4027879Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-09-27T15:30:24.5858847Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-09-27T15:30:24.6455737Z [ 93%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Unique.cu.o 2022-09-27T15:30:26.5004493Z [ 93%] Linking CXX shared library ../lib/libtorch_cuda_cu.so 2022-09-27T15:30:30.0083337Z [ 93%] Built target torch_cuda_cu 2022-09-27T15:30:30.0219725Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/empty.cpp.o 2022-09-27T15:30:30.1013497Z [ 93%] Linking CXX shared library ../lib/libtorch_cuda.so 2022-09-27T15:30:30.5087472Z [ 93%] Built target torch_cuda 2022-09-27T15:30:30.5222704Z [ 93%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-09-27T15:30:30.5238606Z [ 93%] Building CUDA object test_cpp_c10d/CMakeFiles/c10d_cuda_test.dir/CUDATest.cu.o 2022-09-27T15:30:30.5268424Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp.o 2022-09-27T15:30:30.5269391Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp.o 2022-09-27T15:30:30.5270262Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-09-27T15:30:30.5278600Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp.o 2022-09-27T15:30:30.6426318Z [ 93%] Linking CXX shared library ../lib/libtorch.so 2022-09-27T15:30:31.1898803Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp.o 2022-09-27T15:30:31.2849411Z [ 93%] Built target torch 2022-09-27T15:30:31.3133819Z [ 93%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-09-27T15:30:31.5573547Z [ 93%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-09-27T15:30:31.5760084Z [ 93%] Linking CXX executable ../bin/example_allreduce 2022-09-27T15:30:31.5873022Z [ 93%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-09-27T15:30:31.7155945Z [ 93%] Linking CXX shared library ../lib/libc10d_cuda_test.so 2022-09-27T15:30:31.8233524Z [ 93%] Linking CXX shared library ../lib/libtorch_cuda_linalg.so 2022-09-27T15:30:31.8777835Z [ 93%] Linking CXX executable ../bin/Dimname_test 2022-09-27T15:30:32.2430363Z [ 93%] Linking CXX executable ../bin/Dict_test 2022-09-27T15:30:32.3774196Z [ 93%] Built target example_allreduce 2022-09-27T15:30:32.3788214Z [ 93%] Built target c10d_cuda_test 2022-09-27T15:30:32.3936933Z [ 93%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-09-27T15:30:32.3940275Z [ 93%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-09-27T15:30:32.4819374Z [ 93%] Linking CXX executable ../bin/MaybeOwned_test 2022-09-27T15:30:32.7650851Z [ 93%] Built target Dimname_test 2022-09-27T15:30:32.7846826Z [ 93%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-09-27T15:30:33.1895932Z [ 93%] Built target Dict_test 2022-09-27T15:30:33.2097244Z [ 93%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-09-27T15:30:33.2714146Z [ 93%] Linking CXX executable ../bin/NamedTensor_test 2022-09-27T15:30:33.4073785Z [ 93%] Linking CXX executable ../bin/apply_utils_test 2022-09-27T15:30:33.4718884Z [ 93%] Built target MaybeOwned_test 2022-09-27T15:30:33.4984711Z [ 93%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-09-27T15:30:33.5335123Z [ 93%] Linking CXX executable ../bin/atest 2022-09-27T15:30:34.1626608Z [ 93%] Built target NamedTensor_test 2022-09-27T15:30:34.1802252Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-09-27T15:30:34.1915270Z [ 93%] Linking CXX executable ../bin/basic 2022-09-27T15:30:34.2520603Z [ 93%] Built target apply_utils_test 2022-09-27T15:30:34.2690035Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-09-27T15:30:34.3327236Z [ 93%] Linking CXX executable ../bin/broadcast_test 2022-09-27T15:30:34.5274976Z [ 93%] Built target atest 2022-09-27T15:30:34.5549463Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-09-27T15:30:34.5850860Z [ 93%] Built target torch_cuda_linalg 2022-09-27T15:30:34.6155848Z [ 93%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-09-27T15:30:35.1646234Z [ 93%] Linking CXX executable ../bin/cpu_generator_test 2022-09-27T15:30:35.1715560Z [ 93%] Built target basic 2022-09-27T15:30:35.1973940Z [ 93%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-09-27T15:30:35.2828032Z [ 93%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-09-27T15:30:35.3156946Z [ 93%] Built target broadcast_test 2022-09-27T15:30:35.3405410Z [ 93%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-09-27T15:30:35.3944194Z [ 93%] Linking CXX executable ../bin/dispatch_key_set_test 2022-09-27T15:30:36.0082549Z [ 93%] Linking CXX executable ../bin/cpu_rng_test 2022-09-27T15:30:36.1062165Z [ 93%] Linking CXX executable ../bin/dlconvertor_test 2022-09-27T15:30:36.1419024Z [ 93%] Linking CXX executable ../bin/extension_backend_test 2022-09-27T15:30:36.1841662Z [ 93%] Built target cpu_generator_test 2022-09-27T15:30:36.2137314Z [ 93%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-09-27T15:30:36.3363772Z [ 93%] Built target cpu_profiling_allocator_test 2022-09-27T15:30:36.3573052Z [ 93%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-09-27T15:30:36.4143456Z [ 93%] Built target dispatch_key_set_test 2022-09-27T15:30:36.4367995Z [ 93%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-09-27T15:30:36.9425030Z [ 93%] Built target cpu_rng_test 2022-09-27T15:30:36.9578160Z [ 93%] Built target extension_backend_test 2022-09-27T15:30:36.9616746Z [ 93%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-09-27T15:30:36.9839537Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-09-27T15:30:37.1118021Z [ 93%] Built target dlconvertor_test 2022-09-27T15:30:37.1315283Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-09-27T15:30:37.1357248Z [ 93%] Linking CXX executable ../bin/half_test 2022-09-27T15:30:37.3861337Z [ 93%] Linking CXX executable ../bin/lazy_tensor_test 2022-09-27T15:30:37.7210360Z [ 93%] Linking CXX executable ../bin/ivalue_test 2022-09-27T15:30:38.0090732Z [ 93%] Linking CXX executable ../bin/memory_format_test 2022-09-27T15:30:38.0361684Z [ 93%] Linking CXX executable ../bin/math_kernel_test 2022-09-27T15:30:38.1343084Z [ 93%] Built target half_test 2022-09-27T15:30:38.1549852Z [ 93%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-09-27T15:30:38.1620861Z [ 93%] Linking CXX executable ../bin/memory_overlapping_test 2022-09-27T15:30:38.3442986Z [ 93%] Built target lazy_tensor_test 2022-09-27T15:30:38.3639729Z [ 93%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-09-27T15:30:38.6049658Z [ 93%] Built target ivalue_test 2022-09-27T15:30:38.6255347Z [ 93%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-09-27T15:30:38.8409917Z [ 93%] Built target math_kernel_test 2022-09-27T15:30:38.8586238Z [ 93%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-09-27T15:30:38.9135354Z [ 93%] Linking CXX executable ../bin/operator_name_test 2022-09-27T15:30:39.0342629Z [ 93%] Built target memory_format_test 2022-09-27T15:30:39.0693435Z [ 93%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-09-27T15:30:39.1835356Z [ 93%] Built target memory_overlapping_test 2022-09-27T15:30:39.2023141Z [ 94%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-09-27T15:30:39.3572922Z [ 94%] Linking CXX executable ../bin/native_test 2022-09-27T15:30:39.4112112Z [ 94%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-09-27T15:30:39.7707850Z [ 94%] Linking CXX executable ../bin/operators_test 2022-09-27T15:30:39.9095946Z [ 94%] Built target operator_name_test 2022-09-27T15:30:39.9300521Z [ 94%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-09-27T15:30:40.0037825Z [ 94%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-09-27T15:30:40.2512011Z [ 94%] Built target native_test 2022-09-27T15:30:40.2705854Z [ 94%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-09-27T15:30:40.3143275Z [ 94%] Built target mobile_memory_cleanup 2022-09-27T15:30:40.3276782Z [ 94%] Linking CXX executable ../bin/pow_test 2022-09-27T15:30:40.3323076Z [ 94%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-09-27T15:30:40.8049601Z [ 94%] Built target operators_test 2022-09-27T15:30:40.8276386Z [ 94%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-09-27T15:30:40.9021214Z [ 94%] Linking CXX executable ../bin/quantized_test 2022-09-27T15:30:40.9874297Z [ 94%] Built target packedtensoraccessor_test 2022-09-27T15:30:41.0140939Z [ 94%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-09-27T15:30:41.3321079Z [ 94%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-09-27T15:30:41.3455803Z [ 94%] Built target pow_test 2022-09-27T15:30:41.3804601Z [ 94%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-09-27T15:30:41.4443429Z [ 94%] Linking CXX executable ../bin/reduce_ops_test 2022-09-27T15:30:41.6472764Z [ 94%] Linking CXX executable ../bin/scalar_tensor_test 2022-09-27T15:30:41.9273763Z [ 94%] Built target quantized_test 2022-09-27T15:30:41.9475387Z [ 94%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-09-27T15:30:41.9530192Z [ 94%] Linking CXX executable ../bin/scalar_test 2022-09-27T15:30:42.2123083Z [ 94%] Linking CXX executable ../bin/stride_properties_test 2022-09-27T15:30:42.2593821Z [ 94%] Built target reportMemoryUsage_test 2022-09-27T15:30:42.2841389Z [ 94%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-09-27T15:30:42.3561515Z [ 94%] Built target reduce_ops_test 2022-09-27T15:30:42.3824440Z [ 94%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-09-27T15:30:42.7131024Z [ 94%] Built target scalar_tensor_test 2022-09-27T15:30:42.7328773Z [ 94%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-09-27T15:30:42.8898327Z [ 94%] Built target scalar_test 2022-09-27T15:30:42.9091079Z [ 94%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-09-27T15:30:43.0980382Z [ 94%] Linking CXX executable ../bin/tensor_iterator_test 2022-09-27T15:30:43.1771964Z [ 94%] Built target stride_properties_test 2022-09-27T15:30:43.1986900Z [ 94%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-09-27T15:30:43.2206129Z [ 94%] Linking CXX executable ../bin/type_ptr_test 2022-09-27T15:30:43.2965084Z [ 94%] Linking CXX executable ../bin/thread_init_test 2022-09-27T15:30:43.6994092Z [ 94%] Linking CXX executable ../bin/test_parallel 2022-09-27T15:30:43.9889489Z [ 94%] Linking CXX executable ../bin/undefined_tensor_test 2022-09-27T15:30:44.1462316Z [ 94%] Built target thread_init_test 2022-09-27T15:30:44.1661192Z [ 94%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-09-27T15:30:44.1818767Z [ 94%] Built target tensor_iterator_test 2022-09-27T15:30:44.1993985Z [ 94%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-09-27T15:30:44.2664608Z [ 94%] Built target type_ptr_test 2022-09-27T15:30:44.2886581Z [ 94%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-09-27T15:30:44.3055344Z [ 94%] Linking CXX executable ../bin/type_test 2022-09-27T15:30:44.4707252Z [ 94%] Linking CXX executable ../bin/variant_test 2022-09-27T15:30:44.7119447Z [ 94%] Built target test_parallel 2022-09-27T15:30:44.7315939Z [ 94%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-09-27T15:30:44.8850945Z [ 94%] Built target undefined_tensor_test 2022-09-27T15:30:44.9001919Z [ 94%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-09-27T15:30:44.9803286Z [ 94%] Linking CXX executable ../bin/verify_api_visibility 2022-09-27T15:30:45.2736996Z [ 94%] Linking CXX executable ../bin/vmap_test 2022-09-27T15:30:45.3538705Z [ 94%] Built target type_test 2022-09-27T15:30:45.3730143Z [ 94%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-09-27T15:30:45.3957003Z [ 94%] Built target variant_test 2022-09-27T15:30:45.4214217Z [ 94%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-09-27T15:30:45.6642952Z [ 94%] Linking CXX executable ../bin/weakref_test 2022-09-27T15:30:45.8408695Z [ 94%] Linking CXX executable ../bin/wrapdim_test 2022-09-27T15:30:45.8466412Z [ 94%] Built target verify_api_visibility 2022-09-27T15:30:45.8680946Z [ 94%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-09-27T15:30:46.0483590Z [ 94%] Linking CXX executable ../bin/IListRef_test 2022-09-27T15:30:46.2948450Z [ 94%] Built target vmap_test 2022-09-27T15:30:46.3101562Z [ 94%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-09-27T15:30:46.3276731Z [ 95%] Linking CXX executable ../bin/xla_tensor_test 2022-09-27T15:30:46.3935270Z [ 95%] Linking CXX executable ../bin/List_test 2022-09-27T15:30:46.5874460Z [ 95%] Built target weakref_test 2022-09-27T15:30:46.6061305Z [ 95%] 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:30:46.8071839Z [ 95%] Built target wrapdim_test 2022-09-27T15:30:46.8310438Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-09-27T15:30:47.0526103Z [ 95%] Built target IListRef_test 2022-09-27T15:30:47.0603024Z [ 95%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-09-27T15:30:47.0712185Z [ 95%] 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:30:47.1871744Z [ 95%] Built target xla_tensor_test 2022-09-27T15:30:47.2090676Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-09-27T15:30:47.3145852Z [ 95%] Linking CXX executable ../bin/KernelFunction_test 2022-09-27T15:30:47.4334844Z [ 95%] Linking CXX executable ../bin/kernel_function_test 2022-09-27T15:30:47.4933393Z [ 95%] Built target List_test 2022-09-27T15:30:47.5113783Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-09-27T15:30:47.6900084Z [ 95%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-09-27T15:30:47.7201135Z [ 95%] Linking CXX executable ../bin/kernel_lambda_test 2022-09-27T15:30:47.9739403Z [ 95%] Linking CXX executable ../bin/kernel_stackbased_test 2022-09-27T15:30:48.0233982Z [ 95%] Built target kernel_function_legacy_test 2022-09-27T15:30:48.0377009Z [ 95%] 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:30:48.1435356Z [ 95%] Built target KernelFunction_test 2022-09-27T15:30:48.1605947Z [ 95%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-09-27T15:30:48.4463544Z [ 95%] Linking CXX executable ../bin/CppSignature_test 2022-09-27T15:30:48.5177754Z [ 95%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:30:48.5233890Z [ 95%] Built target kernel_function_test 2022-09-27T15:30:48.5429623Z [ 95%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-09-27T15:30:48.7011750Z [ 95%] Built target kernel_lambda_legacy_test 2022-09-27T15:30:48.7163097Z [ 95%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-09-27T15:30:48.7689587Z [ 95%] Built target kernel_lambda_test 2022-09-27T15:30:48.7936484Z [ 95%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-09-27T15:30:48.9426658Z [ 95%] Built target kernel_stackbased_test 2022-09-27T15:30:48.9647404Z [ 95%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-09-27T15:30:49.0618221Z [ 95%] Linking CXX executable ../bin/op_allowlist_test 2022-09-27T15:30:49.2471718Z [ 95%] Built target CppSignature_test 2022-09-27T15:30:49.2661299Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_apply_test.dir/__/aten/src/ATen/test/cuda_apply_test.cpp.o 2022-09-27T15:30:49.3062275Z [ 95%] Linking CXX executable ../bin/inline_container_test 2022-09-27T15:30:49.4096915Z [ 95%] Linking CXX executable ../bin/op_registration_test 2022-09-27T15:30:49.4944046Z [ 95%] Built target make_boxed_from_unboxed_functor_test 2022-09-27T15:30:49.5167540Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_atomic_ops_test.dir/__/aten/src/ATen/test/cuda_atomic_ops_test.cu.o 2022-09-27T15:30:49.5724580Z [ 95%] Linking CXX executable ../bin/backend_fallback_test 2022-09-27T15:30:49.7036908Z [ 95%] Linking CXX executable ../bin/cuda_apply_test 2022-09-27T15:30:50.1175249Z [ 95%] Built target op_allowlist_test 2022-09-27T15:30:50.1412021Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_caching_host_allocator_test.dir/__/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp.o 2022-09-27T15:30:50.3157483Z [ 95%] Built target inline_container_test 2022-09-27T15:30:50.3353281Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_complex_math_test.dir/__/aten/src/ATen/test/cuda_complex_math_test.cu.o 2022-09-27T15:30:50.4734162Z [ 95%] Built target op_registration_test 2022-09-27T15:30:50.5011658Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_complex_test.dir/__/aten/src/ATen/test/cuda_complex_test.cu.o 2022-09-27T15:30:50.5893001Z [ 95%] Built target cuda_apply_test 2022-09-27T15:30:50.5927918Z [ 95%] Built target backend_fallback_test 2022-09-27T15:30:50.6494898Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_cub_test.dir/__/aten/src/ATen/test/cuda_cub_test.cu.o 2022-09-27T15:30:50.6657372Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_device_test.dir/__/aten/src/ATen/test/cuda_device_test.cpp.o 2022-09-27T15:30:50.9192657Z [ 95%] Linking CXX executable ../bin/cuda_atomic_ops_test 2022-09-27T15:30:51.3257085Z [ 95%] Linking CXX executable ../bin/cuda_caching_host_allocator_test 2022-09-27T15:30:51.4933046Z [ 95%] Linking CXX executable ../bin/cuda_device_test 2022-09-27T15:30:51.5720577Z [ 95%] Linking CXX executable ../bin/cuda_complex_math_test 2022-09-27T15:30:51.9016075Z [ 95%] Built target cuda_atomic_ops_test 2022-09-27T15:30:51.9262855Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_distributions_test.dir/__/aten/src/ATen/test/cuda_distributions_test.cu.o 2022-09-27T15:30:51.9917924Z [ 95%] Linking CXX executable ../bin/cuda_complex_test 2022-09-27T15:30:52.3577545Z [ 95%] Linking CXX executable ../bin/cuda_cub_test 2022-09-27T15:30:52.4294126Z [ 95%] Built target cuda_caching_host_allocator_test 2022-09-27T15:30:52.4573820Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_dlconvertor_test.dir/__/aten/src/ATen/test/cuda_dlconvertor_test.cpp.o 2022-09-27T15:30:52.5607293Z [ 95%] Built target cuda_device_test 2022-09-27T15:30:52.5917621Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_generator_test.dir/__/aten/src/ATen/test/cuda_generator_test.cu.o 2022-09-27T15:30:52.6828905Z [ 95%] Built target cuda_complex_math_test 2022-09-27T15:30:52.7075451Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_half_test.dir/__/aten/src/ATen/test/cuda_half_test.cu.o 2022-09-27T15:30:52.9259285Z [ 95%] Built target cuda_complex_test 2022-09-27T15:30:53.0776354Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_integer_divider_test.dir/__/aten/src/ATen/test/cuda_integer_divider_test.cu.o 2022-09-27T15:30:53.4696422Z [ 95%] Built target cuda_cub_test 2022-09-27T15:30:53.5423472Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_optional_test.dir/__/aten/src/ATen/test/cuda_optional_test.cu.o 2022-09-27T15:30:53.8348459Z [ 95%] Linking CXX executable ../bin/cuda_dlconvertor_test 2022-09-27T15:30:54.8683162Z [ 95%] Linking CXX executable ../bin/cuda_integer_divider_test 2022-09-27T15:30:54.9853442Z [ 95%] Built target cuda_dlconvertor_test 2022-09-27T15:30:55.0063182Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_packedtensoraccessor_test.dir/__/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu.o 2022-09-27T15:30:55.0403902Z [ 95%] Linking CXX executable ../bin/cuda_distributions_test 2022-09-27T15:30:55.7476519Z [ 95%] Linking CXX executable ../bin/cuda_generator_test 2022-09-27T15:30:55.7904036Z [ 95%] Linking CXX executable ../bin/cuda_half_test 2022-09-27T15:30:55.9702606Z [ 95%] Built target cuda_integer_divider_test 2022-09-27T15:30:56.0018188Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_reportMemoryUsage_test.dir/__/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp.o 2022-09-27T15:30:56.2601416Z [ 95%] Built target cuda_distributions_test 2022-09-27T15:30:56.2895983Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_stream_test.dir/__/aten/src/ATen/test/cuda_stream_test.cpp.o 2022-09-27T15:30:56.6208252Z [ 95%] Linking CXX executable ../bin/cuda_optional_test 2022-09-27T15:30:56.7908744Z [ 95%] Built target cuda_generator_test 2022-09-27T15:30:56.8009386Z [ 95%] Linking CXX executable ../bin/cuda_stream_test 2022-09-27T15:30:56.8100603Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_vectorized_test.dir/__/aten/src/ATen/test/cuda_vectorized_test.cu.o 2022-09-27T15:30:56.8197216Z [ 95%] Built target cuda_half_test 2022-09-27T15:30:56.8366307Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_cudnn_test.dir/__/aten/src/ATen/test/cuda_cudnn_test.cpp.o 2022-09-27T15:30:56.9019059Z [ 95%] Linking CXX executable ../bin/cuda_reportMemoryUsage_test 2022-09-27T15:30:57.6602426Z [ 95%] Built target cuda_optional_test 2022-09-27T15:30:57.6935551Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:30:57.8218306Z [ 95%] Linking CXX executable ../bin/cuda_packedtensoraccessor_test 2022-09-27T15:30:57.8230887Z [ 95%] Built target cuda_stream_test 2022-09-27T15:30:57.8478624Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-09-27T15:30:57.8550847Z [ 95%] Linking CXX executable ../bin/cuda_cudnn_test 2022-09-27T15:30:57.9514511Z [ 95%] Built target cuda_reportMemoryUsage_test 2022-09-27T15:30:58.0097326Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-09-27T15:30:58.3766870Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-09-27T15:30:58.5767278Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-09-27T15:30:58.7458393Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-09-27T15:30:58.7544050Z [ 95%] Built target cuda_packedtensoraccessor_test 2022-09-27T15:30:58.7900783Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-09-27T15:30:58.8484714Z [ 95%] Built target cuda_cudnn_test 2022-09-27T15:30:58.8546199Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-09-27T15:30:58.9513006Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-09-27T15:30:59.1041592Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-09-27T15:30:59.2378341Z [ 95%] Built target jitbackend_test 2022-09-27T15:30:59.2581877Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-09-27T15:30:59.5694691Z [ 95%] Built target torchbind_test 2022-09-27T15:30:59.5758258Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-09-27T15:30:59.6347848Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-09-27T15:30:59.6995242Z [ 95%] Linking CXX executable ../bin/cuda_vectorized_test 2022-09-27T15:30:59.7376517Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-09-27T15:31:00.2661737Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o 2022-09-27T15:31:00.4258695Z [ 95%] Built target backend_with_compiler 2022-09-27T15:31:00.4346612Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-09-27T15:31:00.5498146Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-09-27T15:31:00.6145556Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o 2022-09-27T15:31:00.7661614Z [ 95%] Built target cuda_vectorized_test 2022-09-27T15:31:00.7977359Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLErrorsTest.dir/ProcessGroupNCCLErrorsTest.cpp.o 2022-09-27T15:31:00.9669429Z [ 95%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-09-27T15:31:01.5374759Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-09-27T15:31:01.5776274Z [ 95%] Built target tutorial_tensorexpr 2022-09-27T15:31:01.5853831Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-09-27T15:31:01.6043990Z [ 95%] Linking CXX executable ../bin/ProcessGroupGlooAsyncTest 2022-09-27T15:31:01.8819380Z [ 95%] Linking CXX executable ../bin/ProcessGroupNCCLTest 2022-09-27T15:31:01.9255562Z [ 95%] Built target ProcessGroupGlooTest 2022-09-27T15:31:01.9380663Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-09-27T15:31:01.9943097Z [ 95%] Linking CXX executable ../bin/ProcessGroupNCCLErrorsTest 2022-09-27T15:31:02.4831897Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupUCCTest.dir/ProcessGroupUCCTest.cpp.o 2022-09-27T15:31:02.6388000Z [ 95%] Built target ProcessGroupGlooAsyncTest 2022-09-27T15:31:02.6485750Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-09-27T15:31:02.9065208Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-09-27T15:31:02.9817115Z [ 95%] Built target ProcessGroupNCCLTest 2022-09-27T15:31:02.9918092Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-09-27T15:31:03.0799997Z [ 95%] Built target ProcessGroupNCCLErrorsTest 2022-09-27T15:31:03.0864384Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-09-27T15:31:03.2556326Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-09-27T15:31:03.3414551Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-09-27T15:31:03.4604535Z [ 95%] Linking CXX executable ../bin/ProcessGroupUCCTest 2022-09-27T15:31:03.6296833Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-09-27T15:31:03.7353049Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-09-27T15:31:04.2593367Z [ 96%] Linking CXX executable ../bin/test_dist_autograd 2022-09-27T15:31:04.2900594Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-09-27T15:31:04.4718583Z [ 96%] Built target ProcessGroupUCCTest 2022-09-27T15:31:04.5018552Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-09-27T15:31:04.7015082Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-09-27T15:31:04.8331242Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-09-27T15:31:04.9231161Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-09-27T15:31:05.1334239Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-09-27T15:31:05.2121418Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-09-27T15:31:05.2333828Z [ 96%] Built target test_dist_autograd 2022-09-27T15:31:05.2454845Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-09-27T15:31:05.6558431Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-09-27T15:31:05.8065528Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-09-27T15:31:06.3669286Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-09-27T15:31:06.3995851Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-09-27T15:31:06.4736246Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-09-27T15:31:06.6531470Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-09-27T15:31:06.8334568Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-09-27T15:31:07.1395715Z [ 96%] Linking CXX executable ../bin/test_cpp_rpc 2022-09-27T15:31:07.4762668Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-09-27T15:31:07.7538412Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-09-27T15:31:07.8603641Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-09-27T15:31:08.0964520Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-09-27T15:31:08.1408116Z [ 96%] Built target test_cpp_rpc 2022-09-27T15:31:08.1493207Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-09-27T15:31:08.1609965Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-09-27T15:31:08.9241417Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-09-27T15:31:08.9664874Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-09-27T15:31:09.0574181Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-09-27T15:31:09.1122542Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-09-27T15:31:09.2739533Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-09-27T15:31:09.5041204Z [ 96%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-09-27T15:31:09.6416368Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-09-27T15:31:10.1583771Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-09-27T15:31:10.2894087Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-09-27T15:31:10.4421131Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-09-27T15:31:10.4647630Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-09-27T15:31:10.4913381Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-09-27T15:31:10.7117188Z [ 96%] Linking CXX executable ../bin/parallel_benchmark 2022-09-27T15:31:11.1487374Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-09-27T15:31:11.3298543Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-09-27T15:31:11.3510140Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-09-27T15:31:11.3894170Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cuda.cpp.o 2022-09-27T15:31:11.6827415Z [ 96%] Built target parallel_benchmark 2022-09-27T15:31:11.6910031Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-09-27T15:31:11.7518480Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-09-27T15:31:11.8579816Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-09-27T15:31:12.1812365Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-09-27T15:31:12.2512507Z [ 96%] Linking CXX executable ../bin/test_mobile_nnc 2022-09-27T15:31:12.6502409Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-09-27T15:31:12.7060650Z [ 96%] Linking CXX executable ../bin/aot_model_compiler_test 2022-09-27T15:31:12.7244627Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-09-27T15:31:12.8458884Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-09-27T15:31:13.1449288Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-09-27T15:31:13.1515314Z [ 96%] Built target test_mobile_nnc 2022-09-27T15:31:13.1773540Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-09-27T15:31:13.4906357Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-09-27T15:31:13.5454027Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-09-27T15:31:13.6889743Z [ 96%] Built target aot_model_compiler_test 2022-09-27T15:31:13.6903103Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-09-27T15:31:13.6969258Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-09-27T15:31:14.1145320Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-09-27T15:31:14.1416800Z [ 96%] Built target shm 2022-09-27T15:31:14.1491044Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-09-27T15:31:14.1850889Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-09-27T15:31:14.2382314Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-09-27T15:31:14.4810400Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-09-27T15:31:14.5924240Z [ 96%] Built target test_tensorexpr 2022-09-27T15:31:14.6119080Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-09-27T15:31:14.6821997Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-09-27T15:31:14.7862982Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-09-27T15:31:14.7942050Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-09-27T15:31:14.8323256Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-09-27T15:31:14.9418996Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-09-27T15:31:15.6999557Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-09-27T15:31:15.9262192Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-09-27T15:31:15.9732603Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-09-27T15:31:16.1620906Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-09-27T15:31:16.2018705Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-09-27T15:31:16.3837133Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-09-27T15:31:16.3838771Z /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:31:16.3839930Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-09-27T15:31:16.3944790Z ^ 2022-09-27T15:31:16.3945560Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-09-27T15:31:16.3946338Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-09-27T15:31:16.3959390Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-09-27T15:31:16.3960034Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-09-27T15:31:16.3960641Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-09-27T15:31:16.3961553Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-09-27T15:31:16.3962156Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-09-27T15:31:16.3962731Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-09-27T15:31:16.3987512Z static inline bool isIntegralType(ScalarType t) { 2022-09-27T15:31:16.3990773Z ^~~~~~~~~~~~~~ 2022-09-27T15:31:16.4055073Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-09-27T15:31:16.8569489Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-09-27T15:31:16.9133505Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-09-27T15:31:17.1087093Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-09-27T15:31:17.3214495Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-09-27T15:31:17.3421203Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-09-27T15:31:17.7521364Z [ 96%] Linking CXX executable ../bin/test_lazy 2022-09-27T15:31:18.0767934Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-09-27T15:31:18.2062528Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-09-27T15:31:18.2609428Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-09-27T15:31:18.4328521Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-09-27T15:31:18.6105109Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-09-27T15:31:18.6887413Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-09-27T15:31:18.7295685Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-09-27T15:31:18.9822787Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-09-27T15:31:19.0955576Z [ 96%] Built target test_lazy 2022-09-27T15:31:19.1041622Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-09-27T15:31:19.5315491Z [ 96%] Built target torch_shm_manager 2022-09-27T15:31:19.5428030Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-09-27T15:31:19.6955167Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-09-27T15:31:19.7527480Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-09-27T15:31:19.8806571Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-09-27T15:31:19.9041569Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-09-27T15:31:20.1244455Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-09-27T15:31:20.1613842Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-09-27T15:31:20.7867246Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-09-27T15:31:20.9338523Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-09-27T15:31:21.0300607Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-09-27T15:31:21.2419404Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-09-27T15:31:21.3922896Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-09-27T15:31:21.3942308Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-09-27T15:31:21.5694469Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-09-27T15:31:21.5942953Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-09-27T15:31:22.0919634Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-09-27T15:31:22.1805176Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-09-27T15:31:22.2684511Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-09-27T15:31:22.6100183Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-09-27T15:31:22.7852739Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-09-27T15:31:22.8422457Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-09-27T15:31:22.8844391Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-09-27T15:31:23.2774592Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-09-27T15:31:23.5266754Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-09-27T15:31:23.8436573Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-09-27T15:31:23.9911679Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-09-27T15:31:24.0445396Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-09-27T15:31:24.3787504Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-09-27T15:31:24.4140434Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-09-27T15:31:24.6305439Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-09-27T15:31:24.6664743Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-09-27T15:31:25.0206484Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-09-27T15:31:25.2129015Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-09-27T15:31:25.3802721Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-09-27T15:31:25.4934132Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:31:25.6926637Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-09-27T15:31:26.2702452Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-09-27T15:31:26.3681498Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-09-27T15:31:26.5136672Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-09-27T15:31:26.5598836Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-09-27T15:31:27.0190276Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-09-27T15:31:27.1045652Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-09-27T15:31:27.4951535Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-09-27T15:31:27.5452374Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-09-27T15:31:27.8155649Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-09-27T15:31:28.2259845Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-09-27T15:31:28.2630193Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-09-27T15:31:28.4510532Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-09-27T15:31:28.4892127Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-09-27T15:31:28.7204122Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-09-27T15:31:29.3740267Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-09-27T15:31:29.3997474Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-09-27T15:31:29.7422116Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-09-27T15:31:29.7727351Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-09-27T15:31:29.8687268Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-09-27T15:31:30.0019746Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-09-27T15:31:30.4690549Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2022-09-27T15:31:30.6946077Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-09-27T15:31:30.8989599Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-09-27T15:31:31.1936641Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-09-27T15:31:31.4067993Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-09-27T15:31:31.6769842Z [ 96%] Linking CXX executable ../bin/test_api 2022-09-27T15:31:31.7315928Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-09-27T15:31:31.9367240Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-09-27T15:31:32.0359776Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-09-27T15:31:32.2790115Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-09-27T15:31:32.2809925Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-09-27T15:31:32.6181268Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-09-27T15:31:33.3255958Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-09-27T15:31:33.3818625Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-09-27T15:31:33.4166948Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-09-27T15:31:33.4947499Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-09-27T15:31:33.7221122Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-09-27T15:31:33.8985970Z [ 96%] Built target test_api 2022-09-27T15:31:33.9071967Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-09-27T15:31:34.1294992Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-09-27T15:31:34.5249117Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-09-27T15:31:34.6372459Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-09-27T15:31:34.7116531Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-09-27T15:31:34.8153913Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-09-27T15:31:35.1691217Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-09-27T15:31:35.4721548Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-09-27T15:31:35.5042618Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-09-27T15:31:35.7042722Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-09-27T15:31:35.8198242Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-09-27T15:31:36.1041256Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-09-27T15:31:36.1328358Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-09-27T15:31:36.3051253Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-09-27T15:31:36.5743404Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-09-27T15:31:36.6172955Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-09-27T15:31:36.6937504Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-09-27T15:31:36.9609858Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-09-27T15:31:37.2329320Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-09-27T15:31:37.4603788Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-09-27T15:31:37.5206437Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-09-27T15:31:37.7650806Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-09-27T15:31:37.8439348Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-09-27T15:31:38.0699358Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-09-27T15:31:38.3443328Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-09-27T15:31:38.6509490Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-09-27T15:31:38.7731559Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/CompileCache.cpp.o 2022-09-27T15:31:38.8229420Z /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:31:38.8231201Z /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:31:38.8231865Z if (obj == nullptr) { 2022-09-27T15:31:38.8232258Z ^~~~~~~ 2022-09-27T15:31:38.8313929Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:9:0: 2022-09-27T15:31:38.8316395Z /var/lib/jenkins/workspace/third_party/pybind11/include/pybind11/pytypes.h:277:10: note: declared here 2022-09-27T15:31:38.8317172Z bool operator==(const handle &h) const { return m_ptr == h.m_ptr; } 2022-09-27T15:31:38.8317482Z ^~~~~~~~ 2022-09-27T15:31:38.8398088Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-09-27T15:31:39.1344547Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-09-27T15:31:39.1806703Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-09-27T15:31:39.4611314Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-09-27T15:31:39.7500659Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-09-27T15:31:39.9326190Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-09-27T15:31:40.1873003Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-09-27T15:31:40.3084592Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-09-27T15:31:40.3848284Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-09-27T15:31:40.6985099Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-09-27T15:31:40.9359773Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-09-27T15:31:40.9439505Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-09-27T15:31:41.1037051Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp.o 2022-09-27T15:31:41.1800355Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-09-27T15:31:41.3498643Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-09-27T15:31:41.5018302Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp.o 2022-09-27T15:31:41.6532504Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-09-27T15:31:42.2615503Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp.o 2022-09-27T15:31:42.2656601Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu.cpp.o 2022-09-27T15:31:42.3684727Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-09-27T15:31:42.4429097Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp.o 2022-09-27T15:31:42.6704996Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp.o 2022-09-27T15:31:42.9868962Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-09-27T15:31:43.0165580Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-09-27T15:31:43.6229643Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-09-27T15:31:43.7414364Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-09-27T15:31:43.9805816Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp.o 2022-09-27T15:31:44.0532234Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-09-27T15:31:44.1108608Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-09-27T15:31:44.2208332Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp.o 2022-09-27T15:31:44.2446576Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp.o 2022-09-27T15:31:44.3615346Z [ 98%] Building CUDA object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu.o 2022-09-27T15:31:44.6558865Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-09-27T15:31:44.7089858Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-09-27T15:31:45.2670652Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-09-27T15:31:45.3341832Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-09-27T15:31:45.4842279Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-09-27T15:31:45.8711694Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-09-27T15:31:45.9102969Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-09-27T15:31:45.9622967Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-09-27T15:31:46.2015989Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-09-27T15:31:46.3182073Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-09-27T15:31:46.4202042Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-09-27T15:31:46.4788210Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-09-27T15:31:46.8313683Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-09-27T15:31:47.0001941Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-09-27T15:31:47.0825742Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-09-27T15:31:47.1539209Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-09-27T15:31:47.4932325Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-09-27T15:31:47.6094410Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-09-27T15:31:48.0657565Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(35): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IterVisitor" 2022-09-27T15:31:48.0658667Z 2022-09-27T15:31:48.0659660Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(145): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-09-27T15:31:48.0660263Z 2022-09-27T15:31:48.0714328Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(252): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-09-27T15:31:48.0715002Z 2022-09-27T15:31:48.0715849Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(288): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-09-27T15:31:48.0716582Z 2022-09-27T15:31:48.0717369Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(81): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-09-27T15:31:48.0717833Z 2022-09-27T15:31:48.0718570Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(81): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-09-27T15:31:48.0719056Z 2022-09-27T15:31:48.0719977Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(32): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::comparison_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-09-27T15:31:48.0720530Z 2022-09-27T15:31:48.0721475Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(33): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::default_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-09-27T15:31:48.0722001Z 2022-09-27T15:31:48.0725989Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-09-27T15:31:48.0726518Z 2022-09-27T15:31:48.0727297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-09-27T15:31:48.0727793Z 2022-09-27T15:31:48.0728628Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(20): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-09-27T15:31:48.0729125Z 2022-09-27T15:31:48.0730020Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(39): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::kir::ExpressionEvaluator" 2022-09-27T15:31:48.0730520Z 2022-09-27T15:31:48.0731297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(23): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrCloner" 2022-09-27T15:31:48.0731772Z 2022-09-27T15:31:48.0732631Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(112): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-09-27T15:31:48.0733310Z 2022-09-27T15:31:48.0734153Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(29): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrMathPrinter" 2022-09-27T15:31:48.0734598Z 2022-09-27T15:31:48.0735401Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(46): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrTransformPrinter" 2022-09-27T15:31:48.0735888Z 2022-09-27T15:31:48.0736650Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(35): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IterVisitor" 2022-09-27T15:31:48.0737164Z 2022-09-27T15:31:48.0738053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(145): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-09-27T15:31:48.0738558Z 2022-09-27T15:31:48.0739327Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(252): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-09-27T15:31:48.0739838Z 2022-09-27T15:31:48.0740582Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(288): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-09-27T15:31:48.0741047Z 2022-09-27T15:31:48.0741884Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(81): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-09-27T15:31:48.0742387Z 2022-09-27T15:31:48.0743139Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h(81): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::Fusion" 2022-09-27T15:31:48.0744406Z 2022-09-27T15:31:48.0745442Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(32): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::comparison_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-09-27T15:31:48.0745978Z 2022-09-27T15:31:48.0746899Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h(33): warning #811-D: const variable "torch::jit::fuser::cuda::TypePromotion::default_op_config" requires an initializer -- class "torch::jit::fuser::cuda::TypePromotionConfig" has no user-provided default constructor 2022-09-27T15:31:48.0747466Z 2022-09-27T15:31:48.0748270Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerVal" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-09-27T15:31:48.0748737Z 2022-09-27T15:31:48.0749545Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h(157): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrContainer::registerExpr" is only partially overridden in class "torch::jit::fuser::cuda::kir::Kernel" 2022-09-27T15:31:48.0749991Z 2022-09-27T15:31:48.0750853Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(20): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-09-27T15:31:48.0751514Z 2022-09-27T15:31:48.0752419Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h(39): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::kir::ExpressionEvaluator" 2022-09-27T15:31:48.0752936Z 2022-09-27T15:31:48.0753788Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(23): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrCloner" 2022-09-27T15:31:48.0754246Z 2022-09-27T15:31:48.0755063Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(112): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-09-27T15:31:48.0755540Z 2022-09-27T15:31:48.0756449Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(29): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrMathPrinter" 2022-09-27T15:31:48.0756903Z 2022-09-27T15:31:48.0757748Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h(46): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::IrPrinter::handle" is only partially overridden in class "torch::jit::fuser::cuda::IrTransformPrinter" 2022-09-27T15:31:48.0758205Z 2022-09-27T15:31:48.0842160Z [ 98%] Linking CXX executable ../bin/test_jit 2022-09-27T15:31:48.3145258Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-09-27T15:31:48.3251387Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-09-27T15:31:48.4363996Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-09-27T15:31:48.8581455Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-09-27T15:31:49.0597434Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-09-27T15:31:49.4320292Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-09-27T15:31:49.5817160Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-09-27T15:31:49.6145777Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-09-27T15:31:49.7851899Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-09-27T15:31:50.0532784Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-09-27T15:31:50.1991639Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-09-27T15:31:50.4889993Z [ 98%] Built target test_jit 2022-09-27T15:31:50.4972047Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-09-27T15:31:50.6485331Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-09-27T15:31:50.7122181Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-09-27T15:31:50.7855835Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-09-27T15:31:50.9841507Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-09-27T15:31:51.0414129Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-09-27T15:31:51.7918794Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-09-27T15:31:51.8958128Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-09-27T15:31:52.1483562Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-09-27T15:31:52.1949509Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-09-27T15:31:52.5365730Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-09-27T15:31:52.5584827Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-09-27T15:31:52.5587523Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-09-27T15:31:52.5598893Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-09-27T15:31:52.7689750Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-09-27T15:31:52.9964943Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-09-27T15:31:53.2190583Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-09-27T15:31:53.5530095Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-09-27T15:31:53.7654216Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-09-27T15:31:53.8138242Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-09-27T15:31:53.8142152Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-09-27T15:31:53.8444005Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-09-27T15:31:53.8515343Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-09-27T15:31:54.0931863Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-09-27T15:31:54.4591315Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-09-27T15:31:54.5146276Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-09-27T15:31:54.6564762Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-09-27T15:31:54.8706675Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-09-27T15:31:55.0461950Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-09-27T15:31:55.0583339Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-09-27T15:31:55.1340122Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-09-27T15:31:55.6657220Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-09-27T15:31:55.7104836Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-09-27T15:31:55.9093520Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-09-27T15:31:56.0365928Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-09-27T15:31:56.3735271Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-09-27T15:31:56.3799166Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-09-27T15:31:56.8881871Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-09-27T15:31:56.9040960Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-09-27T15:31:56.9408764Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-09-27T15:31:56.9432600Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp: In function ‘void torch::cuda::shared::initCudartBindings(PyObject*)’: 2022-09-27T15:31:56.9433859Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:98:7: warning: ‘cudaError_t cudaProfilerInitialize(const char*, const char*, cudaOutputMode_t)’ is deprecated [-Wdeprecated-declarations] 2022-09-27T15:31:56.9434879Z cudaProfilerInitialize); 2022-09-27T15:31:56.9435161Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:31:56.9435526Z In file included from /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:5:0: 2022-09-27T15:31:56.9436206Z /usr/local/cuda/include/cuda_profiler_api.h:134:57: note: declared here 2022-09-27T15:31:56.9437026Z extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaProfilerInitialize(const char *configFile, 2022-09-27T15:31:56.9437700Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:31:56.9564512Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-09-27T15:31:57.1896912Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-09-27T15:31:57.4507160Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-09-27T15:31:57.6785026Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-09-27T15:31:58.3427170Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-09-27T15:31:58.4407932Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-09-27T15:31:58.6674610Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-09-27T15:31:58.8194318Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-09-27T15:31:58.8893011Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-09-27T15:31:58.9677937Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-09-27T15:31:59.6217138Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-09-27T15:32:00.5272752Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-09-27T15:32:02.5978595Z [100%] Built target torch_python 2022-09-27T15:32:02.6116300Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-09-27T15:32:02.6117855Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-09-27T15:32:02.6118540Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init.cpp.o 2022-09-27T15:32:02.6119161Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-09-27T15:32:03.5858253Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-09-27T15:32:03.9186288Z [100%] Linking CXX shared module functorch.so 2022-09-27T15:32:04.2230363Z [100%] Built target nnapi_backend 2022-09-27T15:32:04.4806586Z [100%] Built target functorch 2022-09-27T15:32:04.5099726Z Install the project... 2022-09-27T15:32:04.5150935Z -- Install configuration: "Release" 2022-09-27T15:32:04.5512536Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-09-27T15:32:04.7779567Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-09-27T15:32:04.8014083Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-09-27T15:32:04.8020521Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-09-27T15:32:04.8028704Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-09-27T15:32:04.8036886Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-09-27T15:32:04.8044664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-09-27T15:32:04.8051355Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-09-27T15:32:04.8059331Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-09-27T15:32:04.8067966Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-09-27T15:32:04.8075932Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-09-27T15:32:04.8083288Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-09-27T15:32:04.8091945Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-09-27T15:32:04.8117413Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-09-27T15:32:04.8124519Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-09-27T15:32:04.8132034Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-09-27T15:32:04.8139401Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-09-27T15:32:04.8148612Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-09-27T15:32:04.8157564Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-09-27T15:32:04.8176620Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-09-27T15:32:04.8184185Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-09-27T15:32:04.8192571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-09-27T15:32:04.8200019Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-09-27T15:32:04.8207959Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-09-27T15:32:04.8214741Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-09-27T15:32:04.8222497Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-09-27T15:32:04.8230491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-09-27T15:32:04.8238241Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-09-27T15:32:04.8246092Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-09-27T15:32:04.8260772Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-09-27T15:32:04.8268271Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-09-27T15:32:04.8275577Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-09-27T15:32:04.8297735Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-09-27T15:32:04.8305363Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-09-27T15:32:04.8313074Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-09-27T15:32:04.8322599Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-09-27T15:32:04.8331371Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-09-27T15:32:04.8339317Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-09-27T15:32:04.8347716Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-09-27T15:32:04.8355072Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-09-27T15:32:04.8363099Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-09-27T15:32:04.8373254Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-09-27T15:32:04.8381228Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-09-27T15:32:04.8394383Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cuda_CUDATest" to "$ORIGIN:/usr/local/cuda/lib64" 2022-09-27T15:32:05.3844713Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-09-27T15:32:05.4513938Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_linalg.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:05.8189738Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.8193337Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:05.9569289Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_cu.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-09-27T15:32:05.9818130Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_cpp.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-09-27T15:32:05.9821875Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9826213Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9837448Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9846213Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9856382Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9865278Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9874991Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9884324Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9893712Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9902267Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9912970Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9921848Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9934164Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9942507Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9951482Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9960601Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9969547Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9981315Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9990142Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:05.9999623Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0007977Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0016263Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0025576Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0034572Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0043042Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0051047Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0059350Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0070927Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0079188Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0087879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0096601Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0106059Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0115097Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0123288Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0135215Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0144365Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0149245Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0157576Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0167107Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0176019Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0184529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0188184Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0198563Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0207053Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0215458Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0223423Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0233554Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0248918Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0258929Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0274254Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0287708Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0304934Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0319448Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0328532Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0341653Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0350098Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0359187Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0380653Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0419918Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0428827Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0437692Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_apply_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0446871Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_atomic_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0455384Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_caching_host_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0467597Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_math_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0476421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0486084Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cub_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0494824Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_device_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0505327Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_distributions_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0513797Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0522727Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0531598Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0540431Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0549754Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_optional_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0557431Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0567470Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0577033Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_stream_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0586421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_vectorized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:06.0594372Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cudnn_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.0775878Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.0781076Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.0788539Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.0892889Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.0982334Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.0988583Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1000183Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:32:07.1009834Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:32:07.1018733Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:32:07.1029162Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupGlooTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1039082Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1048610Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLErrorsTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1053723Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10d_cuda_test.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1062780Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupUCCTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1073638Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupMPITest" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-09-27T15:32:07.1096909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1109629Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1233544Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1245994Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.1251734Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.1295173Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1455269Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/usr/local/cuda/lib64:/opt/conda/lib" 2022-09-27T15:32:07.1462258Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.1470527Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.1481220Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-09-27T15:32:07.1953064Z running bdist_wheel 2022-09-27T15:32:07.3927137Z running build 2022-09-27T15:32:07.3927383Z running build_py 2022-09-27T15:32:07.3985749Z creating build/lib.linux-x86_64-cpython-310 2022-09-27T15:32:07.3986060Z creating build/lib.linux-x86_64-cpython-310/caffe2 2022-09-27T15:32:07.3986414Z copying caffe2/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2 2022-09-27T15:32:07.4002754Z creating build/lib.linux-x86_64-cpython-310/functorch 2022-09-27T15:32:07.4003215Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-09-27T15:32:07.4008865Z copying functorch/setup.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-09-27T15:32:07.4019064Z creating build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4019718Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4028552Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4041399Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4047548Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4068316Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4082453Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4089505Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4097199Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4114679Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4121547Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4138999Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4148140Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4157231Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4169833Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4180472Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4186012Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4192711Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4203361Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4209535Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4235955Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4263534Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4272641Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4320537Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4329589Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4330338Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4343432Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4367795Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4380984Z copying torch/library.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4387272Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4413233Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4422390Z copying torch/random.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4428241Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4433657Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4450474Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4462528Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4466770Z copying torch/types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4471360Z copying torch/version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:07.4475230Z creating build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4475679Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4476470Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4477505Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4478455Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4480193Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4481561Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4482781Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4483731Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4484872Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4485821Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4487789Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4489002Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-09-27T15:32:07.4492500Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib 2022-09-27T15:32:07.4493021Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib 2022-09-27T15:32:07.4496276Z creating build/lib.linux-x86_64-cpython-310/caffe2/core 2022-09-27T15:32:07.4496816Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/core 2022-09-27T15:32:07.4499088Z creating build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-09-27T15:32:07.4499628Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-09-27T15:32:07.4500387Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-09-27T15:32:07.4505604Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-09-27T15:32:07.4519112Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-09-27T15:32:07.4524499Z creating build/lib.linux-x86_64-cpython-310/caffe2/experiments 2022-09-27T15:32:07.4524967Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments 2022-09-27T15:32:07.4527276Z creating build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-09-27T15:32:07.4528841Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-09-27T15:32:07.4529292Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-09-27T15:32:07.4542619Z creating build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-09-27T15:32:07.4543026Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-09-27T15:32:07.4552689Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-09-27T15:32:07.4561785Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-09-27T15:32:07.4562429Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-09-27T15:32:07.4575895Z creating build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4576533Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4584457Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4588492Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4596638Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4606557Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4611473Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4624062Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4633498Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4643951Z copying caffe2/python/build.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4649838Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4672863Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4689548Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4699224Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4709705Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4721981Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4728460Z copying caffe2/python/context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4734848Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4740023Z copying caffe2/python/control.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4753120Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4767183Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4775155Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4780538Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4786862Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4794152Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4800057Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4813536Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4819067Z copying caffe2/python/core.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4844430Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4859455Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4883136Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4896724Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4900937Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4908831Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4929605Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4954064Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4966727Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4974364Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4986462Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.4995023Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5005611Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5013402Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5020186Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5030213Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5037653Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5048535Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5056870Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5060915Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5065416Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5070834Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5082722Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5089899Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5094028Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5107543Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5115405Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5121002Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5127129Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5136565Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5160685Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5168225Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5171966Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5184827Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5188654Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5201979Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5205819Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5222361Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5227014Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5230581Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5234104Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5244139Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5248207Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5256352Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5272834Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5287128Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5291533Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5299536Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5310206Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5314847Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5319606Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5329956Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5334406Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5347179Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5352050Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5364570Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5373230Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5379257Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5384222Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5392094Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5396352Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5401636Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5410192Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5415377Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5419478Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5423879Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5432243Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5439777Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5446141Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5465974Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5471401Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5481182Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5486245Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5499457Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5503186Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5513579Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5522593Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5526805Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5532378Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5545706Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5550446Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5559796Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5563579Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5572303Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5578150Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5588424Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5612539Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5628645Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5637975Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5641977Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5645734Z copying caffe2/python/session.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5656040Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5659847Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5664821Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5673921Z copying caffe2/python/task.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5684382Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5689303Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5694670Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5698044Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5706332Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5710602Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5714636Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5723311Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5729474Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5740674Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5751026Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5759213Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5763215Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5776072Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-09-27T15:32:07.5793122Z creating build/lib.linux-x86_64-cpython-310/caffe2/quantization 2022-09-27T15:32:07.5793852Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization 2022-09-27T15:32:07.5796159Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-09-27T15:32:07.5796884Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-09-27T15:32:07.5797656Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-09-27T15:32:07.5802490Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-09-27T15:32:07.5814415Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-09-27T15:32:07.5815022Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-09-27T15:32:07.5815623Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-09-27T15:32:07.5829825Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-09-27T15:32:07.5830237Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-09-27T15:32:07.5831604Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-09-27T15:32:07.5837315Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-09-27T15:32:07.5837862Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-09-27T15:32:07.5838482Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-09-27T15:32:07.5851585Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5852038Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5861734Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5865658Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5869626Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5870152Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5882556Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5886957Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5890181Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5894749Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5902212Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-09-27T15:32:07.5907959Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-09-27T15:32:07.5908563Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-09-27T15:32:07.5909145Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-09-27T15:32:07.5915327Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/script 2022-09-27T15:32:07.5915743Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/script 2022-09-27T15:32:07.5917961Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5918478Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5919485Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5929254Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5934046Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5942962Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-09-27T15:32:07.5947561Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-09-27T15:32:07.5947995Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-09-27T15:32:07.5949452Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-09-27T15:32:07.5955063Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-09-27T15:32:07.5955662Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-09-27T15:32:07.5956347Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-09-27T15:32:07.5970338Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5970858Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5976979Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5982189Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5982929Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5987241Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.5999750Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.6004197Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.6014762Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.6019292Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.6022945Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:07.6028196Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples 2022-09-27T15:32:07.6028661Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples 2022-09-27T15:32:07.6031155Z creating build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-09-27T15:32:07.6031690Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-09-27T15:32:07.6032424Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-09-27T15:32:07.6043908Z creating build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6044624Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6049258Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6050248Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6059339Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6063135Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6068721Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6081607Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6085361Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6096078Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6099930Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-09-27T15:32:07.6105109Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6105796Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6106585Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6111211Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6121141Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6124562Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-09-27T15:32:07.6129758Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6130426Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6131151Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6140630Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6152999Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6158789Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-09-27T15:32:07.6160918Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-09-27T15:32:07.6161727Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-09-27T15:32:07.6162248Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-09-27T15:32:07.6168232Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-09-27T15:32:07.6174131Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6175532Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6176244Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6184023Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6187359Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6190537Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6193878Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6204888Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6208964Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6213010Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6217218Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6226976Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6231017Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6238641Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6242956Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6246436Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6249733Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-09-27T15:32:07.6261379Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6261872Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6266092Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6266900Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6270624Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6273654Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6286732Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6290710Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6308141Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6312505Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6322209Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6325414Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6329924Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6342197Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6347362Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6355753Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6359153Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6363902Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6370792Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6378532Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6383013Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6391076Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6395824Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6401428Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6408703Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6412095Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6415495Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6427966Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6431281Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6443567Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6448165Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-09-27T15:32:07.6457218Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6457671Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6461290Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6472151Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6476140Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6481295Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6493439Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6498841Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6511115Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6514594Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6518852Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6531274Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6534965Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6540103Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6546242Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6555378Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6560686Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6564240Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6573163Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6576986Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6589749Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6597727Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6601446Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6610489Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6613651Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6617294Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6625798Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6629669Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6632908Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6645685Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6654288Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6658224Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6662977Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6668953Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6681321Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6685213Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6691148Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6695279Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6703002Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6707587Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6711545Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6722812Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6728702Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6731897Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6744799Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6748176Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6753531Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-09-27T15:32:07.6762493Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-09-27T15:32:07.6763057Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-09-27T15:32:07.6763965Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-09-27T15:32:07.6772828Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6773687Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6774346Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6785549Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6808984Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6811981Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6816258Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6820713Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6832735Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6836401Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6840858Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6845368Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6856057Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6859757Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6865008Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6875078Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6880531Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6884861Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6897005Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6901206Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6905706Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6917376Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-09-27T15:32:07.6927547Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6928422Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6929019Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6932527Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6944937Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6949333Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6953551Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6961689Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6966685Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6970321Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6974456Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6984298Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6988853Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.6999512Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.7002872Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.7005945Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.7009635Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.7020610Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-09-27T15:32:07.7027011Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7027515Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7028497Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7032845Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7047964Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7052195Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7061502Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7065569Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7069683Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-09-27T15:32:07.7079318Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7079789Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7080667Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7093600Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7106135Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7109446Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7114220Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7125388Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7129367Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7133566Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7146663Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-09-27T15:32:07.7168947Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7169538Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7170383Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7183376Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7189215Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7200313Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7205985Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7217197Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7223051Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7227348Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7233939Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7246072Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7251791Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7257497Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7271467Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7275774Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7283403Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7289258Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7295835Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7309459Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7315035Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7327775Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7333661Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7346023Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7349738Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7360239Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7364352Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7368727Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7373491Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7382062Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7386088Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7390572Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7396805Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7408954Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7415319Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7429833Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7434231Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7440684Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7451788Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7456610Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7466510Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7475939Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7483929Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7488179Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7496520Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7501843Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7506916Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7519442Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7527362Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7536514Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7541452Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7546131Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7556665Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7561063Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7573990Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7577616Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7583829Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7595538Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7600073Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7612701Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7616131Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7620406Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7631054Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7643455Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7659353Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7663392Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7669678Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7681793Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7686381Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7690663Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7695000Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7707665Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7720126Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7724812Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7737857Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7742930Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7746735Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7750545Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7759197Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7764103Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7776037Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7781316Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7792432Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7796883Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7800826Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7804310Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7813241Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7822371Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7827062Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7830780Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7843298Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7848299Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7853016Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7876105Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7880536Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7885299Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7905281Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7910082Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7915142Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7918673Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7926861Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7935135Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7939960Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7945611Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7958237Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7963743Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7968035Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7976843Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7981418Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.7986522Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8000078Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8016409Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8020153Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8033355Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8038731Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8043580Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8047452Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8060280Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8065318Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8078832Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8084330Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8089011Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8092923Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8105737Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8109649Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8114088Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8128333Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8132531Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8136591Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8145120Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8149097Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8152534Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8156287Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8169182Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8173299Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8177663Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8187596Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8191877Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8197108Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8206528Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8210844Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8223436Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8235854Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8239600Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8244433Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8248823Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8258280Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8264597Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8272588Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8276276Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8284295Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8296958Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8305699Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8312143Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8320724Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8324973Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8335954Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8341167Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8364502Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8368785Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8373036Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8384576Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8397426Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8410134Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8414075Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8427430Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8436822Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8441471Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8454172Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8457557Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8473982Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8476963Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8484319Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8488663Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8492602Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8502141Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8505633Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8510028Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8520873Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8527037Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8536230Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8541905Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8547269Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8556331Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8560672Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8570508Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8576359Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8580921Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8587489Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8596354Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8614449Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8619143Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8631334Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8634866Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8638281Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8642803Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8653614Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8664701Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8671680Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8679549Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8686036Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8690688Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8694567Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-09-27T15:32:07.8710302Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8710777Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8711682Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8716760Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8722004Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8735612Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8743289Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8751563Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8755087Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-09-27T15:32:07.8760295Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-09-27T15:32:07.8761177Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-09-27T15:32:07.8761628Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-09-27T15:32:07.8765773Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-09-27T15:32:07.8778460Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-09-27T15:32:07.8778932Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-09-27T15:32:07.8779930Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-09-27T15:32:07.8786054Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-09-27T15:32:07.8797372Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8797952Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8798682Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8803821Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8807532Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8811190Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8823042Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8826073Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8830839Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8834284Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-09-27T15:32:07.8843615Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-09-27T15:32:07.8844390Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-09-27T15:32:07.8844855Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-09-27T15:32:07.8849491Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-09-27T15:32:07.8859075Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-09-27T15:32:07.8864419Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8865026Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8865526Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8873919Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8877758Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8882018Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8896786Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8906584Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8916341Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-09-27T15:32:07.8925596Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-09-27T15:32:07.8926065Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-09-27T15:32:07.8926841Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-09-27T15:32:07.8931863Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8932429Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8933343Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8944749Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8953299Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8957397Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8969605Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8974435Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-09-27T15:32:07.8983005Z creating build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.8983771Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.8984674Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.8996359Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9001195Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9007984Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9014824Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9022233Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9030206Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9042661Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9052851Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9058822Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9071664Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9076710Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9086020Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9090504Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9094810Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9103939Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9108466Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9115996Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9120624Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9130889Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9135441Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9141136Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9152757Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9156960Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9161875Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9167962Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9177671Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9181738Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9187940Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9200352Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9205884Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9211163Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9215806Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9226364Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9230124Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9235296Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-09-27T15:32:07.9250250Z creating build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9250973Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9262805Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9275304Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9279967Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9289015Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9294281Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9302659Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9321412Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9326991Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9335524Z copying functorch/_src/monkey_patching.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9340107Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9344302Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9353255Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9356341Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9360205Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9370067Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-09-27T15:32:07.9381247Z creating build/lib.linux-x86_64-cpython-310/functorch/compile 2022-09-27T15:32:07.9382011Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/compile 2022-09-27T15:32:07.9388409Z creating build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9389040Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9393890Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9403279Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9408589Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9413578Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9416842Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9426304Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9433991Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9437442Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-09-27T15:32:07.9442651Z creating build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-09-27T15:32:07.9443118Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-09-27T15:32:07.9447615Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-09-27T15:32:07.9457366Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-09-27T15:32:07.9462442Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-09-27T15:32:07.9470280Z creating build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-09-27T15:32:07.9470695Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-09-27T15:32:07.9484006Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-09-27T15:32:07.9503925Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-09-27T15:32:07.9511074Z creating build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-09-27T15:32:07.9511621Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-09-27T15:32:07.9512517Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-09-27T15:32:07.9523342Z creating build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9523712Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9528290Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9531827Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9542398Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9547319Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9551268Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9554413Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9563365Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9566676Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9570527Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9575367Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-09-27T15:32:07.9586957Z creating build/lib.linux-x86_64-cpython-310/torch/_masked 2022-09-27T15:32:07.9587363Z copying torch/_masked/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_masked 2022-09-27T15:32:07.9607560Z copying torch/_masked/_docs.py -> build/lib.linux-x86_64-cpython-310/torch/_masked 2022-09-27T15:32:07.9626686Z creating build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9627090Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9647770Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9653153Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9666162Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9671753Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-09-27T15:32:07.9682448Z creating build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-09-27T15:32:07.9683007Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-09-27T15:32:07.9706730Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-09-27T15:32:07.9718308Z creating build/lib.linux-x86_64-cpython-310/torch/_refs 2022-09-27T15:32:07.9718789Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-09-27T15:32:07.9741629Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-09-27T15:32:07.9755240Z creating build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-09-27T15:32:07.9755649Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-09-27T15:32:07.9760506Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-09-27T15:32:07.9782811Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-09-27T15:32:07.9788504Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-09-27T15:32:07.9801851Z creating build/lib.linux-x86_64-cpython-310/torch/amp 2022-09-27T15:32:07.9802217Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-09-27T15:32:07.9807756Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-09-27T15:32:07.9822043Z creating build/lib.linux-x86_64-cpython-310/torch/ao 2022-09-27T15:32:07.9822436Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao 2022-09-27T15:32:07.9829512Z creating build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9829907Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9839643Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9843734Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9852769Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9862315Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9884273Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9889689Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9914217Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9918217Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9932402Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9945098Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9957317Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-09-27T15:32:07.9962442Z creating build/lib.linux-x86_64-cpython-310/torch/backends 2022-09-27T15:32:07.9962871Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends 2022-09-27T15:32:07.9969065Z creating build/lib.linux-x86_64-cpython-310/torch/contrib 2022-09-27T15:32:07.9969777Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-09-27T15:32:07.9970518Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-09-27T15:32:07.9980084Z creating build/lib.linux-x86_64-cpython-310/torch/cpu 2022-09-27T15:32:07.9980470Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu 2022-09-27T15:32:07.9986918Z creating build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:07.9987344Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0000431Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0004450Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0024325Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0032025Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0036168Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0040954Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0041498Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0051936Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0057180Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0067598Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0071836Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0075797Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0079647Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0091343Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0095306Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-09-27T15:32:08.0106586Z creating build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0107021Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0112273Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0117304Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0123987Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0145186Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0151984Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0162955Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0168083Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0179251Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-09-27T15:32:08.0188196Z creating build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0188611Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0201271Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0205728Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0209877Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0220216Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0225039Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0228450Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0238806Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0244377Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0257719Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0262491Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0272001Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0277479Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0289387Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0292850Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0297011Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0300784Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0311797Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0316246Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0320007Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0324324Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0336904Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0348993Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0355257Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0358540Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0368837Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0373518Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0377546Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0388315Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0393012Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0400444Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0405866Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0414908Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0422676Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0426663Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0437218Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0442264Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0447534Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0456808Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0460752Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0468930Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0484191Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0487866Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0499143Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0503734Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0509015Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-09-27T15:32:08.0519604Z creating build/lib.linux-x86_64-cpython-310/torch/fft 2022-09-27T15:32:08.0520235Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fft 2022-09-27T15:32:08.0537972Z creating build/lib.linux-x86_64-cpython-310/torch/futures 2022-09-27T15:32:08.0538602Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/futures 2022-09-27T15:32:08.0548756Z creating build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0549127Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0554409Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0558975Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0562172Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0579106Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0591909Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0606592Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0617765Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0621342Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0633071Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0644173Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0656657Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0668074Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0674168Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0686760Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-09-27T15:32:08.0695242Z creating build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0695603Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0700582Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0713455Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0718540Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0726573Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0732683Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0739748Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0749052Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0754676Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0763339Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0767538Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0771960Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0780853Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0785912Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0799929Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0819098Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0824134Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0837054Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0842068Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0861220Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0868718Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0883497Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0895520Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0905579Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0910134Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-09-27T15:32:08.0923407Z creating build/lib.linux-x86_64-cpython-310/torch/linalg 2022-09-27T15:32:08.0924071Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/linalg 2022-09-27T15:32:08.0950475Z creating build/lib.linux-x86_64-cpython-310/torch/masked 2022-09-27T15:32:08.0950876Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-09-27T15:32:08.0957032Z creating build/lib.linux-x86_64-cpython-310/torch/monitor 2022-09-27T15:32:08.0957430Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/monitor 2022-09-27T15:32:08.0962949Z creating build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0963396Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0967331Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0976311Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0981714Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0985891Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.0994491Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-09-27T15:32:08.1001349Z creating build/lib.linux-x86_64-cpython-310/torch/nested 2022-09-27T15:32:08.1001952Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nested 2022-09-27T15:32:08.1016000Z creating build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1016396Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1024500Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1043046Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1043711Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1047888Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1075597Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1080183Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1094157Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:08.1103910Z creating build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1104302Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1111672Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1115707Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1119737Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1123943Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1131736Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1137235Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1141951Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1155525Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1159714Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1163111Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1172066Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1178019Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1195853Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1208585Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1228006Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1240758Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1252951Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1256605Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1262246Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1265985Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1274430Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1277504Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1286737Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1310700Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1340821Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-09-27T15:32:08.1353444Z creating build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1353830Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1359532Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1364205Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1377247Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1381201Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1393209Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1398245Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1408853Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1414169Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1423909Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1443585Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1453204Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1464985Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1477339Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1489150Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1493680Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1506510Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1511147Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:08.1525325Z creating build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1525694Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1530009Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1535182Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1544084Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1548125Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1552059Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1556775Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1566330Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1572087Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1581408Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1587593Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1596684Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1602073Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1612890Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1637909Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-09-27T15:32:08.1649223Z creating build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1649708Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1655969Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1664908Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1676927Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1681448Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1690384Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-09-27T15:32:08.1697242Z creating build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1698070Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1703036Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1707557Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1718107Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1723236Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1727781Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1731391Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1741212Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1745446Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1749786Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1753419Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1761970Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1766823Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1771157Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1774334Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-09-27T15:32:08.1785271Z creating build/lib.linux-x86_64-cpython-310/torch/sparse 2022-09-27T15:32:08.1785690Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/sparse 2022-09-27T15:32:08.1795769Z creating build/lib.linux-x86_64-cpython-310/torch/special 2022-09-27T15:32:08.1796366Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/special 2022-09-27T15:32:08.1808468Z creating build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1808864Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1813358Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1837989Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1843740Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1852517Z copying torch/testing/_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-09-27T15:32:08.1859833Z creating build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1860476Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1865231Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1873888Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1877688Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1882004Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1891316Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1895417Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1908712Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1915603Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1925403Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1937778Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1949499Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1962341Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1978160Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1984236Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1988769Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.1999610Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.2004769Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.2013450Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.2019441Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.2023901Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-09-27T15:32:08.2037781Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-09-27T15:32:08.2038268Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-09-27T15:32:08.2044522Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-09-27T15:32:08.2044894Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-09-27T15:32:08.2054929Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-09-27T15:32:08.2055362Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-09-27T15:32:08.2060738Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-09-27T15:32:08.2061162Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-09-27T15:32:08.2073410Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-09-27T15:32:08.2073798Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-09-27T15:32:08.2079136Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-09-27T15:32:08.2079544Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-09-27T15:32:08.2080621Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-09-27T15:32:08.2093302Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-09-27T15:32:08.2109029Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2109453Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2114239Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2118995Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2131925Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2136830Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2148530Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2152312Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2164505Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2187911Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2195983Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2205832Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2210408Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2214667Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2222181Z copying torch/ao/quantization/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2226755Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2238170Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2249714Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2259949Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2263315Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-09-27T15:32:08.2272105Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-09-27T15:32:08.2272502Z copying torch/ao/sparsity/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-09-27T15:32:08.2276455Z copying torch/ao/sparsity/_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-09-27T15:32:08.2282399Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-09-27T15:32:08.2282847Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-09-27T15:32:08.2288242Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-09-27T15:32:08.2288918Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-09-27T15:32:08.2300040Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-09-27T15:32:08.2300708Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-09-27T15:32:08.2305243Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-09-27T15:32:08.2317109Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-09-27T15:32:08.2317601Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-09-27T15:32:08.2323777Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-09-27T15:32:08.2324230Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-09-27T15:32:08.2329405Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-09-27T15:32:08.2329946Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-09-27T15:32:08.2335579Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-09-27T15:32:08.2346903Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-09-27T15:32:08.2351426Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-09-27T15:32:08.2356596Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:08.2357119Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:08.2366807Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:08.2372210Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-09-27T15:32:08.2372701Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-09-27T15:32:08.2377512Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-09-27T15:32:08.2388572Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-09-27T15:32:08.2397328Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-09-27T15:32:08.2397874Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-09-27T15:32:08.2408599Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2409341Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2415480Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2430481Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2434041Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2448344Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2452326Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2465029Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2468838Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2481802Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2486819Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2499052Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-09-27T15:32:08.2505087Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-09-27T15:32:08.2505586Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-09-27T15:32:08.2512261Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:08.2512751Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:08.2521198Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:08.2530179Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:08.2534773Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:08.2560748Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2561266Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2566217Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2575758Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2580275Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2593299Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2607010Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:08.2619734Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-09-27T15:32:08.2620200Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-09-27T15:32:08.2624667Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-09-27T15:32:08.2634104Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-09-27T15:32:08.2639617Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:08.2640112Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:08.2644558Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:08.2656003Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2656380Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2657401Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2670371Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2682827Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2693052Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2701837Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2713129Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2721456Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-09-27T15:32:08.2728280Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2729142Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2737069Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2745936Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2759083Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2763852Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2772498Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2773054Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2783456Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2787140Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-09-27T15:32:08.2799187Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2799827Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2809452Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2822694Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2838521Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2847247Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2858627Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2871294Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2875274Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2884058Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2888485Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2893305Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2905659Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2910952Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2922398Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2945154Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2950461Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2958472Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2962778Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-09-27T15:32:08.2976429Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.2977178Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.2978085Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.2999037Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.3011908Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.3016840Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:08.3032702Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental 2022-09-27T15:32:08.3033343Z copying torch/ao/sparsity/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental 2022-09-27T15:32:08.3035040Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-09-27T15:32:08.3035572Z copying torch/ao/sparsity/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-09-27T15:32:08.3036462Z copying torch/ao/sparsity/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-09-27T15:32:08.3041905Z copying torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-09-27T15:32:08.3048246Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3048891Z copying torch/ao/sparsity/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3049564Z copying torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3057413Z copying torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3061592Z copying torch/ao/sparsity/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3066461Z copying torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-09-27T15:32:08.3079753Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:08.3080334Z copying torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:08.3081245Z copying torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:08.3091019Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:32:08.3091590Z copying torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:32:08.3097193Z copying torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:32:08.3103501Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:08.3104216Z copying torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:08.3112104Z copying torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:08.3124455Z copying torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:08.3130069Z copying torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:08.3139286Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:08.3139792Z copying torch/ao/sparsity/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:08.3145763Z copying torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:08.3158970Z copying torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:08.3164476Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:32:08.3165560Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:32:08.3167698Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:32:08.3168796Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:32:08.3169666Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:32:08.3176666Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:32:08.3188721Z creating build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-09-27T15:32:08.3189174Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-09-27T15:32:08.3193677Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-09-27T15:32:08.3197212Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-09-27T15:32:08.3202196Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-09-27T15:32:08.3202898Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-09-27T15:32:08.3203784Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-09-27T15:32:08.3216916Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-09-27T15:32:08.3217347Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-09-27T15:32:08.3218266Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-09-27T15:32:08.3223768Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-09-27T15:32:08.3244709Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-09-27T15:32:08.3245182Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-09-27T15:32:08.3251954Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-09-27T15:32:08.3252350Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-09-27T15:32:08.3259497Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-09-27T15:32:08.3265098Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-09-27T15:32:08.3265521Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-09-27T15:32:08.3273795Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-09-27T15:32:08.3274219Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-09-27T15:32:08.3280561Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-09-27T15:32:08.3280972Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-09-27T15:32:08.3290376Z creating build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-09-27T15:32:08.3291142Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-09-27T15:32:08.3298311Z creating build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-09-27T15:32:08.3298765Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-09-27T15:32:08.3304221Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-09-27T15:32:08.3304802Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-09-27T15:32:08.3305380Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-09-27T15:32:08.3322241Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-09-27T15:32:08.3322981Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-09-27T15:32:08.3327746Z creating build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-09-27T15:32:08.3328152Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-09-27T15:32:08.3333084Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-09-27T15:32:08.3344084Z creating build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-09-27T15:32:08.3344494Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-09-27T15:32:08.3349292Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-09-27T15:32:08.3353185Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-09-27T15:32:08.3365334Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-09-27T15:32:08.3375676Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3376144Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3381335Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3385221Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3394536Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3399219Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3402951Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3406598Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3414885Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3420574Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-09-27T15:32:08.3426291Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-09-27T15:32:08.3426782Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-09-27T15:32:08.3440160Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-09-27T15:32:08.3440856Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-09-27T15:32:08.3446229Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-09-27T15:32:08.3446780Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-09-27T15:32:08.3447576Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-09-27T15:32:08.3457689Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-09-27T15:32:08.3458143Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-09-27T15:32:08.3462307Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-09-27T15:32:08.3475711Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-09-27T15:32:08.3476194Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-09-27T15:32:08.3481544Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-09-27T15:32:08.3482005Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-09-27T15:32:08.3488648Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3489100Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3493319Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3510856Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3516801Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3526921Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3531408Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3547458Z copying torch/distributed/fsdp/flatten_params_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3551254Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3573500Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3582644Z copying torch/distributed/fsdp/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3586718Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-09-27T15:32:08.3600781Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-09-27T15:32:08.3601572Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-09-27T15:32:08.3606103Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-09-27T15:32:08.3615402Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-09-27T15:32:08.3615855Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-09-27T15:32:08.3620541Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-09-27T15:32:08.3630944Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3631400Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3635802Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3639899Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3644402Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3654824Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3658987Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3668685Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3672861Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3676510Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3687940Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3695365Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3703546Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3708080Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-09-27T15:32:08.3729231Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-09-27T15:32:08.3729710Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-09-27T15:32:08.3732101Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3732521Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3737768Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3745859Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3761945Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3774813Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3778750Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3783575Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3795194Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3800839Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3804661Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-09-27T15:32:08.3819228Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3819755Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3825884Z copying torch/distributed/_shard/checkpoint/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3829887Z copying torch/distributed/_shard/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3842615Z copying torch/distributed/_shard/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3848290Z copying torch/distributed/_shard/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3857465Z copying torch/distributed/_shard/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3870473Z copying torch/distributed/_shard/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3876259Z copying torch/distributed/_shard/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3880688Z copying torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3892498Z copying torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3896547Z copying torch/distributed/_shard/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3909560Z copying torch/distributed/_shard/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-09-27T15:32:08.3915342Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:08.3915993Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:08.3927921Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:08.3933844Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3934750Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3944536Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3964866Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3970323Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3980356Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3985928Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.3994519Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:08.3995042Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:08.3999828Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:08.4006430Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:08.4006992Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:08.4011586Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:08.4023843Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:08.4028829Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:08.4039657Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4040195Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4044909Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4049307Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4056836Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4061240Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4064431Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4074019Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4077825Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4081355Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4084761Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:08.4098689Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4099384Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4100182Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4110585Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4115242Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4123899Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4135128Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4139676Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4152082Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:08.4157514Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:08.4158084Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:08.4158665Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:08.4171961Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:08.4172476Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:08.4177038Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:08.4183328Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:08.4184146Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:08.4192011Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:08.4196876Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-09-27T15:32:08.4197617Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-09-27T15:32:08.4198291Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-09-27T15:32:08.4205535Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4206072Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4214639Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4227590Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4230938Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4235352Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4248123Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4252189Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4269628Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:08.4279880Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:08.4280645Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:08.4281650Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:08.4286498Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:08.4297046Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:08.4305579Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-09-27T15:32:08.4306045Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-09-27T15:32:08.4307673Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-09-27T15:32:08.4308235Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-09-27T15:32:08.4312671Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-09-27T15:32:08.4316353Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-09-27T15:32:08.4329566Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-09-27T15:32:08.4330102Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-09-27T15:32:08.4334659Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-09-27T15:32:08.4344067Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:08.4344593Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:08.4350267Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:08.4359705Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:08.4363314Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:08.4369557Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4378560Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4379068Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4383206Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4396186Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4409432Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4421064Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4431124Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4436451Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4447507Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4452008Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4455481Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-09-27T15:32:08.4467368Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-09-27T15:32:08.4467829Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-09-27T15:32:08.4471554Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-09-27T15:32:08.4482287Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-09-27T15:32:08.4494741Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-09-27T15:32:08.4502098Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4502739Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4507148Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4517317Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4522378Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4527394Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4535942Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-09-27T15:32:08.4542033Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-09-27T15:32:08.4542695Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-09-27T15:32:08.4546596Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-09-27T15:32:08.4557353Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-09-27T15:32:08.4566203Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:08.4566747Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:08.4574362Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:08.4579698Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:08.4588041Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-09-27T15:32:08.4588523Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-09-27T15:32:08.4596349Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-09-27T15:32:08.4600022Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-09-27T15:32:08.4607137Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-09-27T15:32:08.4607654Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-09-27T15:32:08.4608155Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-09-27T15:32:08.4623016Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-09-27T15:32:08.4623894Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-09-27T15:32:08.4624388Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-09-27T15:32:08.4630632Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-09-27T15:32:08.4631317Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-09-27T15:32:08.4632113Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-09-27T15:32:08.4639867Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4640519Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4650924Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4657528Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4667040Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4671131Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4674810Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4683794Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4688164Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4698954Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4704393Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4715251Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4720358Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-09-27T15:32:08.4726018Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:08.4726553Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:08.4737859Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:08.4741739Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:08.4747718Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4748235Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4752378Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4763046Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4766860Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4771393Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4779711Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:08.4785299Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-09-27T15:32:08.4785781Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-09-27T15:32:08.4789971Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-09-27T15:32:08.4805015Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4805826Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4806818Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4825182Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4829946Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4837251Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4847858Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4852066Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4864354Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4868771Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4892170Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4902786Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4910783Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4914303Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4918446Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4932076Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4939868Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-09-27T15:32:08.4946610Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4947142Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4950835Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4954707Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4965436Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4969816Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4977986Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4981751Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4986377Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.4994481Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5010650Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5015033Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5027794Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5032379Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5042927Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-09-27T15:32:08.5049512Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5050582Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5051450Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5060651Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5076531Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5093659Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5097845Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5106564Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5112076Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:08.5117669Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5118150Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5121906Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5134288Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5137990Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5142322Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5146537Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5155222Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5159168Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-09-27T15:32:08.5164850Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5165574Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5169812Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5181397Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5185623Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5198295Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5202581Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:08.5208499Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-09-27T15:32:08.5209445Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-09-27T15:32:08.5210105Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-09-27T15:32:08.5216341Z copying torch/fx/passes/backends/nvfuser.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-09-27T15:32:08.5227241Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-09-27T15:32:08.5227687Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-09-27T15:32:08.5229495Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-09-27T15:32:08.5229924Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-09-27T15:32:08.5234481Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-09-27T15:32:08.5245914Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-09-27T15:32:08.5249486Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-09-27T15:32:08.5263432Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-09-27T15:32:08.5264071Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-09-27T15:32:08.5265492Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-09-27T15:32:08.5270567Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-09-27T15:32:08.5270999Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-09-27T15:32:08.5275251Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-09-27T15:32:08.5279188Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-09-27T15:32:08.5289178Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-09-27T15:32:08.5295693Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-09-27T15:32:08.5296379Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-09-27T15:32:08.5297010Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-09-27T15:32:08.5310757Z creating build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-09-27T15:32:08.5311193Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-09-27T15:32:08.5311752Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-09-27T15:32:08.5316986Z creating build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-09-27T15:32:08.5317403Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-09-27T15:32:08.5327444Z creating build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5327918Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5334472Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5338803Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5350571Z copying torch/masked/maskedtensor/functions.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5354894Z copying torch/masked/maskedtensor/matmul.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5360690Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5368664Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5372517Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-09-27T15:32:08.5383557Z creating build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-09-27T15:32:08.5384469Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-09-27T15:32:08.5385237Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-09-27T15:32:08.5390231Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-09-27T15:32:08.5390639Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-09-27T15:32:08.5397842Z creating build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5398477Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5406971Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5411773Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5433231Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5440258Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5453683Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5456695Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5468049Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5483674Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5487690Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5496298Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5499833Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5508705Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5519347Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5523568Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5535968Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5556308Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5574939Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5579692Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5593489Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5598188Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5617334Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5633959Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5643174Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5655032Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5665524Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-09-27T15:32:08.5670666Z creating build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5671129Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5675581Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5688576Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5693286Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5696840Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5706462Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5712304Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5739234Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5743207Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5746835Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:08.5757173Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-09-27T15:32:08.5757553Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-09-27T15:32:08.5762838Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-09-27T15:32:08.5763252Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-09-27T15:32:08.5768253Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-09-27T15:32:08.5768655Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-09-27T15:32:08.5772997Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-09-27T15:32:08.5786820Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5787487Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5795383Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5801808Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5809972Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5813895Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5817871Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5822136Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5832215Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5836832Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5842238Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5853544Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5865715Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5890922Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5903039Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5914293Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5918646Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-09-27T15:32:08.5930315Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-09-27T15:32:08.5930786Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-09-27T15:32:08.5934682Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-09-27T15:32:08.5940286Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-09-27T15:32:08.5940711Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-09-27T15:32:08.5949277Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-09-27T15:32:08.5949733Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-09-27T15:32:08.5955344Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:08.5955932Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:08.5960387Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:08.5973470Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:08.5977278Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:08.5982252Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:32:08.5982743Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:32:08.5992220Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:08.5992719Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:08.5999474Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:08.6003539Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:08.6011482Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:08.6017174Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:08.6017719Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:08.6021378Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:08.6025517Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-09-27T15:32:08.6025952Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-09-27T15:32:08.6039348Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-09-27T15:32:08.6039770Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-09-27T15:32:08.6044052Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-09-27T15:32:08.6047480Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-09-27T15:32:08.6051471Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-09-27T15:32:08.6059719Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-09-27T15:32:08.6060315Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-09-27T15:32:08.6065114Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-09-27T15:32:08.6069748Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-09-27T15:32:08.6070254Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-09-27T15:32:08.6074677Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-09-27T15:32:08.6081763Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-09-27T15:32:08.6086659Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-09-27T15:32:08.6087267Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-09-27T15:32:08.6092541Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-09-27T15:32:08.6093002Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-09-27T15:32:08.6100928Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6101391Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6108768Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6114303Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6119016Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6122991Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6130534Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6134152Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6137651Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6141474Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6149549Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6154230Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-09-27T15:32:08.6159978Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6160485Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6165857Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6173419Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6176566Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6179993Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6186065Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-09-27T15:32:08.6195897Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:08.6196508Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:08.6200716Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:08.6204368Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:08.6208395Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:08.6219723Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6220191Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6224921Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6228864Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6236783Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6240100Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6244321Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6253688Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6257056Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6260121Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6264940Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-09-27T15:32:08.6274547Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-09-27T15:32:08.6275169Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-09-27T15:32:08.6275742Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-09-27T15:32:08.6280997Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-09-27T15:32:08.6293227Z creating build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-09-27T15:32:08.6293836Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-09-27T15:32:08.6299632Z creating build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-09-27T15:32:08.6300085Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-09-27T15:32:08.6306121Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-09-27T15:32:08.6309794Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-09-27T15:32:08.6320028Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-09-27T15:32:08.6325628Z creating build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6326051Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6331191Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6334888Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6342593Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6348066Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6354952Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6358644Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6367034Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6370652Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6375224Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6379054Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6386646Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-09-27T15:32:08.6393235Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6393872Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6394746Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6413219Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6417181Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6425302Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6438809Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6450109Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6453693Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6468208Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6480707Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6539140Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6556284Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6578958Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6599647Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6604568Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6613673Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6636703Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6645018Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6648861Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6660976Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6672840Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6685411Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6688739Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6697698Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-09-27T15:32:08.6703805Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-09-27T15:32:08.6704419Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-09-27T15:32:08.6705307Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-09-27T15:32:08.6716513Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-09-27T15:32:08.6717158Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-09-27T15:32:08.6717645Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-09-27T15:32:08.6722823Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-09-27T15:32:08.6728648Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6729243Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6729827Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6743006Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6781527Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6785595Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6791587Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-09-27T15:32:08.6801919Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-09-27T15:32:08.6802651Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-09-27T15:32:08.6803557Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-09-27T15:32:08.6807804Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-09-27T15:32:08.6808276Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-09-27T15:32:08.6812872Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-09-27T15:32:08.6835734Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-09-27T15:32:08.6843489Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-09-27T15:32:08.6848144Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-09-27T15:32:08.6848897Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-09-27T15:32:08.6849827Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-09-27T15:32:08.6861505Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-09-27T15:32:08.6866416Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:08.6867063Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:08.6867894Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:08.6873819Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-09-27T15:32:08.6874328Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-09-27T15:32:08.6876246Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-09-27T15:32:08.6876799Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-09-27T15:32:08.6879333Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6880001Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6880919Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6909557Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6914193Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6923455Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6927241Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6931643Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6956869Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:08.6963100Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.6963745Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.6968053Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.6971873Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:32:08.6985542Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-09-27T15:32:08.6986348Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-09-27T15:32:08.6987491Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-09-27T15:32:08.6999003Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:08.6999772Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:08.7000448Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:08.7004820Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:08.7014795Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:08.7015470Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:08.7016422Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:08.7020420Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:08.7039930Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:08.7048276Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7048825Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7053239Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7065605Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7074548Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7092703Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:08.7102963Z creating build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-09-27T15:32:08.7103458Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-09-27T15:32:08.7108910Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-09-27T15:32:08.7109364Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-09-27T15:32:08.7115772Z creating build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-09-27T15:32:08.7116380Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-09-27T15:32:08.7116957Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-09-27T15:32:08.7126851Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7127305Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7131553Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7135826Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7161022Z copying torch/utils/data/dataloader_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7166597Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7178725Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7182938Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7187028Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7195391Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-09-27T15:32:08.7202725Z creating build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7203387Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7211067Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7215472Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7245590Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7258548Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-09-27T15:32:08.7270291Z creating build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-09-27T15:32:08.7270694Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-09-27T15:32:08.7275087Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-09-27T15:32:08.7279333Z creating build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:08.7279738Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:08.7288972Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:08.7295802Z creating build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7296233Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7300884Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7313912Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7318919Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7323908Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7328330Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7339704Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7349537Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7354365Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7367840Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-09-27T15:32:08.7390266Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7390989Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7391773Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7396566Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7404894Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7409796Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7422373Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7426347Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7432606Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7445000Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-09-27T15:32:08.7451697Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7452291Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7452799Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7460942Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7466320Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7471509Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7479666Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:08.7486042Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7486689Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7487610Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7491825Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7500770Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7509820Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7514310Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7525931Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7530401Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:08.7539899Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:08.7540817Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:08.7541833Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:08.7558798Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7559408Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7565026Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7572971Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7577369Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7581921Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7585965Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7607034Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-09-27T15:32:08.7620847Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7621858Z copying torch/utils/data/communication/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7627472Z copying torch/utils/data/communication/eventloop.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7631911Z copying torch/utils/data/communication/iter.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7644552Z copying torch/utils/data/communication/map.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7652645Z copying torch/utils/data/communication/messages.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7657930Z copying torch/utils/data/communication/protocol.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7670398Z copying torch/utils/data/communication/queue.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-09-27T15:32:08.7676979Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7677440Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7682313Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7693964Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7697650Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7706276Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7719457Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-09-27T15:32:08.7721624Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7722226Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7726755Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7730683Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7738424Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7742648Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:08.7748281Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7748744Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7756759Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7757846Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7758931Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7760510Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7761344Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7762333Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7763499Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7764687Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7765615Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7766527Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-09-27T15:32:08.7773914Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7774484Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7779077Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7780012Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7780970Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7782054Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7784282Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-09-27T15:32:08.7789320Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-09-27T15:32:08.7789914Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-09-27T15:32:08.7790687Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-09-27T15:32:08.7799093Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-09-27T15:32:08.7803901Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-09-27T15:32:08.7816161Z creating build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7816594Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7817350Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7819245Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7820029Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7820777Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7821731Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7823163Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7824167Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7825143Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7827037Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7827885Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7828819Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7830000Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7831163Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-09-27T15:32:08.7837804Z creating build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7838222Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7839545Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7840664Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7841652Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7842719Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7844343Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-09-27T15:32:08.7846433Z creating build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-09-27T15:32:08.7847024Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-09-27T15:32:08.7847728Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-09-27T15:32:08.7860686Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-09-27T15:32:08.7866318Z creating build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-09-27T15:32:08.7867328Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-09-27T15:32:08.7868443Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-09-27T15:32:08.7869633Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-09-27T15:32:08.7872602Z creating build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-09-27T15:32:08.7873200Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-09-27T15:32:08.7873816Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-09-27T15:32:08.7882526Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-09-27T15:32:08.7886915Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-09-27T15:32:08.9482148Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data 2022-09-27T15:32:08.9482592Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9483151Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9487623Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9491439Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9495611Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9506601Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9510936Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9515331Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9519316Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9527832Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9532080Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9535552Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9539726Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9547288Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9551254Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9558253Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9561547Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9570032Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9574888Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9578991Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9582896Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9592214Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9596214Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9599759Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9603364Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9612374Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9617214Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9621452Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9625280Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9633546Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9638068Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9654863Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9662590Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9667453Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9671551Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9677619Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9686157Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9690896Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9701928Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9707286Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9711558Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9723632Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9727724Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9731886Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9736021Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9745658Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9750693Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9754277Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9759276Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9766388Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9769813Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9775013Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9779705Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9787266Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9790312Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9794015Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9798302Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9810413Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9813680Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9817559Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9821378Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9833154Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9837132Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9840864Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9845381Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9856065Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9859564Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9862958Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9869146Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9878748Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9882770Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9887645Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9892173Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9901494Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9906545Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9911078Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9917456Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9928923Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9932727Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9937438Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9943033Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9951169Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9955099Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9958498Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9963640Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9971932Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9976114Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9980700Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9985587Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:08.9997574Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0001754Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0006804Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0011960Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0023933Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0027778Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0031805Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0036591Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0046796Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0052010Z 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-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0056198Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0060603Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0071289Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0076158Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0084483Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0089330Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0101834Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0107604Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0112254Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0124555Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0128260Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0131639Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0136550Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0149444Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0153162Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0158593Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0163344Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0172383Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0176428Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0180896Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0185936Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0196751Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0200825Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0206500Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0210585Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0220150Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0225250Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0233112Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0244147Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0249642Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0265505Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0266596Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0270659Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0275302Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0280022Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0288383Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0292756Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0298127Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0303509Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0311140Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0316358Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0319844Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0324271Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0334483Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0338658Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0343256Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0349116Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0360231Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0364709Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0368694Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0372961Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0386001Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0389469Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0393432Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0398371Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0409867Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0413828Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0419916Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:09.0424132Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-310/torch 2022-09-27T15:32:09.0425926Z creating build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0426310Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0459172Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0492679Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0568009Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0627908Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0629947Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0635251Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0639979Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0644719Z copying torch/bin/ProcessGroupGlooTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0650769Z copying torch/bin/ProcessGroupNCCLTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0655960Z copying torch/bin/ProcessGroupNCCLErrorsTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0660931Z copying torch/bin/ProcessGroupUCCTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0665902Z copying torch/bin/ProcessGroupMPITest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0667980Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0673000Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0678716Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0767466Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0773121Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0775324Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0805536Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-09-27T15:32:09.0806658Z creating build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0807420Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0812847Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0817894Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0822849Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0828954Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0833687Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0838601Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0843948Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0849267Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0854705Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0859489Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0864849Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0870459Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0875221Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0880104Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0884924Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0890326Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0896389Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0910180Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0915100Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0920529Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0925864Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0930785Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0935453Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0940514Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0946153Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0951282Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0956500Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0966581Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0971525Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0976447Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0991946Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.0996864Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1002201Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1008895Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1014690Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1019978Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1025652Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1030508Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1035864Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1040976Z copying torch/test/c10_cuda_CUDATest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1045768Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1052387Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1057401Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1063456Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1069051Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1075074Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1080593Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1086187Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1091262Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1096814Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1101861Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1109698Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1114600Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1119519Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1125010Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1130245Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1138098Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1142820Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1148115Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1153244Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1158176Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1163176Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1168408Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1173296Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1178294Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1183251Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1189417Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1194724Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1199548Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1204459Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1209705Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1215057Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1220015Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1227586Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1232632Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1234025Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1239400Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1244997Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1249830Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1254607Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1255346Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1261243Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1265834Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1270173Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1274317Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1279243Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1288435Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1293852Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1303817Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1311594Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1322096Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1330846Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1335737Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1343445Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1347830Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1352514Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1357051Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1382545Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1387169Z copying torch/test/cuda_apply_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1391682Z copying torch/test/cuda_atomic_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1396739Z copying torch/test/cuda_caching_host_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1401313Z copying torch/test/cuda_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1406839Z copying torch/test/cuda_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1411822Z copying torch/test/cuda_cub_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1416762Z copying torch/test/cuda_device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1421113Z copying torch/test/cuda_distributions_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1426940Z copying torch/test/cuda_dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1431243Z copying torch/test/cuda_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1436121Z copying torch/test/cuda_half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1440981Z copying torch/test/cuda_integer_divider_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1445324Z copying torch/test/cuda_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1449604Z copying torch/test/cuda_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1454118Z copying torch/test/cuda_reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1458576Z copying torch/test/cuda_stream_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1463955Z copying torch/test/cuda_vectorized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1468369Z copying torch/test/cuda_cudnn_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-09-27T15:32:09.1472757Z creating build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1473193Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1486692Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1491422Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1495838Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1505236Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1512297Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1516162Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1525673Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1528858Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1533268Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1537297Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1549670Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1553709Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1557701Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1561433Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1570765Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1572701Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1575061Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-09-27T15:32:09.1576032Z creating build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-09-27T15:32:09.1576996Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-09-27T15:32:09.1582025Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1586668Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1590741Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1600330Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1606198Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1612973Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1618314Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1630113Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1635560Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1641822Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1654398Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1659164Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1664240Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1668099Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1678431Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1682990Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1687627Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-09-27T15:32:09.1691650Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:09.1699864Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-09-27T15:32:09.1701204Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1706003Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1709825Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1716377Z copying torch/nn/parallel/distributed.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1725608Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1733174Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1737185Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-09-27T15:32:09.1742608Z creating build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.1742961Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.1748930Z copying torch/lib/libc10_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.1753008Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.1754070Z copying torch/lib/libtorch_cuda_linalg.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.2238963Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.3876176Z copying torch/lib/libtorch_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.3876711Z copying torch/lib/libtorch_cuda_cu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.4976657Z copying torch/lib/libtorch_cuda_cpp.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5173404Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5173951Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5175019Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5181696Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5184890Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5189218Z copying torch/lib/libc10d_cuda_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5190113Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5313224Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-09-27T15:32:09.5313863Z creating build/lib.linux-x86_64-cpython-310/torch/include 2022-09-27T15:32:09.5314311Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5314898Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5315578Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5316570Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5317663Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5319503Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5320589Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5321593Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5322601Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5324232Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5325422Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5327280Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5328692Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5329517Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5330849Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5331917Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5332931Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5334962Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5336070Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5337152Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5338887Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5339982Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5341126Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5342619Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5343920Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5345286Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5346800Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5348242Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5349485Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5350777Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5352036Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5352810Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5354020Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5355092Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5356856Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5359526Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5360747Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5361880Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5363372Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5364676Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5366082Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5367130Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5368190Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5369305Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5370381Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5371540Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5372731Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5373797Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5375506Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5376591Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5377650Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5378930Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5380035Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5381917Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5383094Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5384707Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5386045Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5386984Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5388715Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5389744Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5390784Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5391945Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5392881Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5394032Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5395066Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5396457Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5397978Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5398887Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5400325Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5404091Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5404964Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5405767Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5406351Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5406920Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5407582Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5432652Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5433678Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5434770Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5435885Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5437231Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5438611Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5440191Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5441212Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5442206Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5443588Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5444717Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5445748Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5446977Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5448147Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5449488Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5450770Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5452463Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5453879Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5455649Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5457228Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5459499Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5460828Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5462423Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5470994Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5472145Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5473253Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5474161Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5474937Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5475862Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5476661Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5477465Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5478266Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5479038Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5479824Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5492582Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5499233Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5511163Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5511980Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-09-27T15:32:09.5513408Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-09-27T15:32:09.5514165Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-09-27T15:32:09.5515603Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-09-27T15:32:09.5518147Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5518740Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5519465Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5520215Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5521306Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5523354Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5524012Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5525150Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5526123Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5528584Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5529331Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5530238Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5531776Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:09.5533030Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5533771Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5535048Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5536470Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5537947Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5539356Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5540673Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5542150Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5543817Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:09.5545656Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5546622Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5548061Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5549039Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5550080Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5551405Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-09-27T15:32:09.5552723Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5553332Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5554521Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5556747Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5557420Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5558404Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5559397Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5560366Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5561517Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5562534Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5564887Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5565672Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5567839Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5568798Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5570000Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5571996Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5573802Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5575612Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5577655Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5578994Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5580455Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5581419Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5583503Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5584737Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5586040Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5587401Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5588292Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5589466Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5590432Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5595791Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5596633Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5597215Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5597898Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5598742Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5599435Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5601315Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5603174Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5604258Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5605711Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5607135Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5609729Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5610726Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5612347Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5613916Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5615348Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5617937Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5619396Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5621179Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5622851Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5624726Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5626510Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5628207Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5629616Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5630660Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5632004Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5633722Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5635164Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5637249Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5638918Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5640725Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5641941Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5643131Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5644918Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5646106Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5647860Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5649501Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5650523Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5651772Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5652747Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5656150Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5657874Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-09-27T15:32:09.5658601Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5659848Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5661693Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5663246Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5664616Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5666123Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5667555Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5669140Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5670317Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5671353Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5672622Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5674046Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5676006Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5676910Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5677971Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5679271Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5680919Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5681788Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5682733Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5683816Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5685406Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5686633Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5688124Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5689470Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5690797Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5692349Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5693726Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5695154Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5697356Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5698867Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5700194Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5701843Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5703271Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5705612Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5707644Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5709012Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-09-27T15:32:09.5710386Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5711226Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5712738Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5714316Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5715606Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5716949Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5718435Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5719646Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5721064Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5722471Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5723793Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-09-27T15:32:09.5725040Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5725942Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5727604Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5728890Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5730209Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5731580Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5733069Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5734480Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-09-27T15:32:09.5735674Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5736656Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5738023Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5740120Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5741622Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5743061Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5744581Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5746219Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5747596Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5749090Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5750463Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5751904Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5753205Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5754577Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-09-27T15:32:09.5755932Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5756833Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5758344Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5760127Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5761278Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5762728Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5764000Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5765362Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5766596Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5767948Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5769746Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5771098Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5772495Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5773964Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5775538Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5776840Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5778367Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5779853Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5781389Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5782670Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5784225Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5785654Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5787227Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5788480Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5789807Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5791167Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5792530Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5793897Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5795668Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5796908Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5798286Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5799605Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5801116Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5802397Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5803776Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5805073Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5806485Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5808133Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5809485Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5810702Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5812080Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5813499Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5814966Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5816416Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5817776Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5819066Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5820641Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5822039Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5823727Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5825213Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5826611Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5828123Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5829601Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5831623Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5833180Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5834345Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5835883Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5837394Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5838659Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5840015Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5841393Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5842825Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5844290Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5845610Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5847109Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5848481Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5849871Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5851239Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5852924Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5854140Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5855605Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5856882Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5858685Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5859981Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5861488Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5863038Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5864829Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5866692Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5868132Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5869666Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5871080Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5872524Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5874083Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5875415Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5877129Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5878674Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5879939Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5881397Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5882892Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5884177Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5885590Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5887049Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5888443Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5890189Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5891189Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5892555Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5894169Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5895398Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5896785Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5898206Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5899702Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5901097Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5902502Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5904068Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5905634Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5907065Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5908379Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5909664Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5911303Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5912485Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5913874Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5915236Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5916880Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5918288Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5919914Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5921327Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5922936Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5925730Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5927438Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5928802Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5930294Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5931517Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5932881Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5934278Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5935875Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5937222Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5938604Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5940007Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5941423Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5942872Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5944732Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5946246Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5947698Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5949012Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5952197Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5952759Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5953497Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5954189Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5955340Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5956465Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5958043Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5958855Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5960484Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5961113Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5962518Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5963920Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5965064Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5966292Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5967492Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5968435Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5971447Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5972358Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5973596Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5974224Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5974961Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5975705Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5976479Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5977457Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5978574Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5980074Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5981617Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5982715Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5984776Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5985677Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5986713Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5988006Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5989197Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5990339Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5991463Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5993414Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5994099Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5995371Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5996578Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5997826Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.5998911Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6000134Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6001865Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6002764Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6004505Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6005409Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6006319Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6008202Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6009164Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6010399Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6011404Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6012544Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6013814Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6014654Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6015836Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6016874Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6017907Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6018994Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6020016Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6021351Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6022338Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6023359Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6024745Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6026617Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6027533Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6028542Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6029907Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6031013Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6032089Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6033258Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6035027Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6036280Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6037262Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6038393Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6039452Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6040605Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6042117Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6043120Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6044191Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6045686Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6047024Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6048325Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6051516Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6052143Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6052849Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6053489Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6054248Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6055142Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6056409Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6057304Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6058472Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6060067Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6061029Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6062211Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6063858Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6064936Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6065927Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6067286Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6068060Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6069143Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6070183Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6071230Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6072349Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6074014Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6075016Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6077277Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6077861Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6079419Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6080146Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6081594Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6082281Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6083943Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6085112Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6086261Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6087359Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6088196Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6089353Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6090989Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6092031Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6094015Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6094570Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6095458Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6096674Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6097815Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6098868Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6100394Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6101221Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6102486Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6104193Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6105276Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6106269Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6107361Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6108500Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6109957Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6111091Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6112307Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6113507Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6114503Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6115445Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6116544Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6117688Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6119146Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6120114Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6121082Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6122117Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6123450Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6124634Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6125780Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6126749Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6127733Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6129109Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6130220Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6131696Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6132858Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6134000Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6135127Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6136497Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6137873Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6138769Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6140227Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6141156Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6142593Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6143794Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6145246Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6146169Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6147233Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6148522Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6151030Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6151965Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6152837Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6154085Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6155248Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6156623Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6158157Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6159852Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6162004Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6163183Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6165052Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6168512Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6169498Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6170472Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6171545Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6172452Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6173486Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6174467Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6175597Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6177028Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6178565Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6179856Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6181167Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6182824Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6184610Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6186415Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6187802Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6189299Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6190981Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6192296Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6193824Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6195185Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6196642Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6198021Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6199646Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6201205Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6202783Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6204269Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6205734Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6207201Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6208469Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6209918Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6211465Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6212812Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6214575Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6215755Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6217269Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6218756Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6220351Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6222117Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6223525Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6224974Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6226368Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6227971Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6229409Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6230877Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6232331Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6233873Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6235295Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6236802Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6238345Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6239695Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6241077Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6242455Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6244097Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6245459Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6246867Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6248459Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6249670Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6251130Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6252709Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6254184Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6256505Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6257826Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6259263Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6260496Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6262013Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6263556Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6265104Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6266470Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6267907Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6269445Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6270897Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6272304Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6273733Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6275136Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6276607Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6278242Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6279778Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6281136Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6282626Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6284134Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6285617Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6287142Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6288374Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6289990Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6291387Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6292752Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6294191Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6295657Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6297230Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6298603Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6300023Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6301429Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6302920Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6304584Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6305992Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6307507Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6309144Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6310508Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6311929Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6313344Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6314918Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6316264Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6317699Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6319094Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6320531Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6322023Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6323637Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6324992Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6326408Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6328103Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6329729Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6331100Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6332629Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6333928Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6335337Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6336766Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6338191Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6339632Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6341191Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6342690Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6344199Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6346684Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6347887Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6349736Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6351253Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6352710Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6354175Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6355585Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6357060Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6358525Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6360259Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6361655Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6363014Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6364651Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6365964Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6367584Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6369163Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6370437Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6371850Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6373495Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6374752Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6376345Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6377831Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6379499Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6380832Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6382383Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6384318Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6385539Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6387269Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6388485Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6389897Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6391466Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6392758Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6394288Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6395972Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6397211Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6398797Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6400088Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6401513Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6403148Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6404795Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6406121Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6407485Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6408875Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6410555Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6411730Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6413487Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6414693Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6416266Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6417800Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6419325Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6420597Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6422366Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6423875Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6425271Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6426836Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6428133Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6429996Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6431349Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6432910Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6434148Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6435508Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6437054Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6438435Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6440185Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6441505Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6442925Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6444485Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6446638Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6448013Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6449760Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6451720Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6452820Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6454412Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6455822Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6457415Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6458834Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6460543Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6462054Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6463433Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6465230Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6466840Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6468149Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6469733Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6471579Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6472768Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6474177Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6475520Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6477176Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6478810Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6480510Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6481728Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6483315Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6484738Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6486318Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6487965Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6489236Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6490891Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6492119Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6494072Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6495069Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6496735Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6498017Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6499692Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6501250Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6502694Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6504563Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6506880Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6507925Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6509322Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6510897Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6512444Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6513827Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6515564Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6516907Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6518384Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6520058Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6521365Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6522970Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6524668Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6525913Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6527588Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6528941Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6530518Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6531903Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6533819Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6535113Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6536488Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6538052Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6539681Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6540950Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6542897Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6545581Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6546440Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6547727Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6549386Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6550740Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6552676Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6553743Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6555374Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6556711Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6558308Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6559833Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6561394Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6562789Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6563722Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6565330Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6566314Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6567904Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6568882Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6570483Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6571718Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6572948Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6574292Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6575422Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6576795Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6577740Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6579409Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6580396Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6582229Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6583145Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6584882Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6586000Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6587761Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6588739Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6590274Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6591669Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6592626Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6594582Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6595484Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6596922Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6598320Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6599597Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6600938Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6602626Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6603943Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6605597Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6606920Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6608527Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6609982Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6611539Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6612900Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6614775Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6615398Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6616147Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6617626Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6618765Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6619600Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6620895Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6621928Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6623540Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6624633Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6625730Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6627043Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6628195Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6628870Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6630716Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6631599Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6633185Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6634696Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6635407Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6636823Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6638385Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6639269Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6640736Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6641372Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6642550Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6643574Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6645160Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6646201Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6647211Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6648712Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6649311Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6650987Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6651936Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6653417Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6654397Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6655404Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6656841Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6657676Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6659407Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6660335Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6661690Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6664186Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6664572Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6665908Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6666792Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6668238Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6669329Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6670653Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6671835Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6673079Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6674054Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6675436Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6676683Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6677765Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6679219Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6680197Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6681006Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6682645Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6683689Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6684460Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6685822Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6686884Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6688194Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6689482Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6690839Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6691845Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6693115Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6694532Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6695720Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6696811Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6698171Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6699222Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6700720Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6701835Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6703491Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6704796Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6706050Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6707231Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6708884Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6710699Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6711382Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6712443Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6713776Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6714842Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6715764Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6716901Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6718251Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6719069Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6720357Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6721512Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6722388Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6723774Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6725301Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6726517Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6727903Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6729511Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6731028Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6732382Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6733928Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6735363Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6737186Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6738437Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6739907Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6741522Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6742890Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6744826Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6745995Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6747658Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6749187Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6750799Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6752147Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6753785Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6755141Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6756957Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6758103Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6759863Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6761264Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6762621Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6764279Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6765663Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6767506Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6768769Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6770091Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6771611Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6773340Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6774599Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6776242Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6777794Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6779292Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6780667Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6782339Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6783881Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6785864Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6786944Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6788640Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6799385Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6800057Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6800565Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6800990Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6801480Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6802011Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6802526Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6803044Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6803543Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6804000Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6804532Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6805246Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6805799Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6806354Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6806877Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6808072Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6809365Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6811347Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6812644Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6814372Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6815671Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6817438Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6818820Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6820361Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6821696Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6823255Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6824904Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6827234Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6828448Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6829819Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6831422Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6832908Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6834277Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6835880Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6837304Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6839066Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6840344Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6842151Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6843339Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6845195Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6846270Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6847918Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6849699Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6850846Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6852379Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6853723Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6855720Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6856893Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6858753Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6860063Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6861871Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6863173Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6865020Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6866388Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6868279Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6870003Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6871125Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6872772Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6874186Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6875722Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6877112Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6878661Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6880031Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6881673Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6883034Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6884717Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6886219Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6887672Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6889114Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6890695Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6892109Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6894700Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6895587Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6897192Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6898881Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6900166Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6902121Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6903287Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6904844Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6906565Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6908215Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6909325Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6910661Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6911637Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6912772Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6913727Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6915031Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6915889Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6918182Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6918494Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6919846Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6921040Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6922181Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6923452Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6924763Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6925918Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6927016Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6928299Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6929642Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6930944Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6932137Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6933638Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6934556Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6936276Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6936669Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6938308Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6939380Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6940470Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6941801Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6943253Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6944715Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6945847Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6947742Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6948589Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6949801Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6951344Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6951980Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6953162Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6954081Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6955494Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6956908Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6957966Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6959906Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6960275Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6961198Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6962283Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6963393Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6964300Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6965371Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6966317Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6967327Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6968316Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6969595Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6971472Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6972224Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6973884Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6975551Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6976228Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6977451Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6978737Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6979622Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6981030Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6982096Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6983526Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6984715Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6986316Z copying torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6987849Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6988581Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6990220Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6991163Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6992324Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6993934Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6994710Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6996595Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6997307Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6998606Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.6999850Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7001372Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7002610Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7003887Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7005110Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7006606Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7007820Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7008727Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7009868Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7011233Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7012477Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7013513Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7014665Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7015909Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7017313Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7018547Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7019990Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7021228Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7022587Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7024060Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7025283Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7026488Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7028114Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7029182Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7030266Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7031541Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7033186Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7034248Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7035625Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7036666Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7038136Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7039191Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7040604Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7056192Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7057069Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7057719Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7058255Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7058950Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7059467Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7059994Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7060342Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7060694Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7060997Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7061301Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7061784Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7062162Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7062457Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7062768Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7063079Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7063460Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7064077Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7064488Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7065445Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7066879Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7067907Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7069209Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7070200Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7071342Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7072460Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7073680Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7074932Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7075955Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7076900Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7078245Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7079393Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7080594Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7081584Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7082748Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7083985Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7085011Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7086252Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7087197Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7088357Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7089329Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7090580Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7091693Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7092836Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7093921Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7094943Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7096203Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7097168Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7098404Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7099367Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7100565Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7101606Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7103085Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7104379Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7105814Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7106963Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7108128Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7109742Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7110517Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7111389Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7112989Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7114363Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7115324Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7116477Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7117577Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7119086Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7120054Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7121239Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7122609Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7123369Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7124613Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7126146Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7127017Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7128492Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7130050Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7131400Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7132631Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7133985Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7135136Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7137139Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7137793Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7139092Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7139992Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7141247Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7142721Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7144006Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7145141Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7146319Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7147092Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7148651Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7149857Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7150894Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7152604Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7153737Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7154885Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7156698Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7157516Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7158899Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7159722Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7160843Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7162066Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7163365Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7164715Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7165737Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7166880Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7172456Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7172879Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7173207Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7173539Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7174004Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7174444Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7175227Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7176504Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7177501Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7178852Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7180348Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7181006Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7182412Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7184043Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7184830Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7186561Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7187933Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7189795Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7190253Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7191284Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7192799Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7193647Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7195022Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7195917Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7197281Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7198071Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7199563Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7200279Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7201807Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7202590Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7203950Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7205158Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7206092Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7207879Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7209823Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7210552Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7211419Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7212660Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7213778Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7215109Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7216193Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7217136Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7218415Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7219567Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7220823Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7222234Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7223170Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7224634Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7225889Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7227236Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7228462Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7229711Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7230992Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7232218Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7233333Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7234531Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7235709Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7236946Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7238151Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7239397Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7240288Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7241651Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7242514Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7243926Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7245034Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7246110Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7247392Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7248507Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7250224Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7251090Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7252317Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7253185Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7254378Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7255537Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7257385Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7258117Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7259391Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7260360Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7261928Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7262916Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7264246Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7265759Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7266996Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7268037Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7270123Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7270432Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7272031Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7272760Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7274084Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7275121Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7276421Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7277765Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7278960Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7280137Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7281305Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7282565Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7283830Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7285201Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7286231Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7287711Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7289061Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7289990Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7291269Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7292582Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7293629Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7295169Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7296540Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7297800Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7299198Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7300452Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7301984Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7304244Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7304889Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7305841Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7306769Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7308046Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7309177Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7310167Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7312273Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7312702Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7314038Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7315406Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7316590Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7317942Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7319187Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7320692Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7321771Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7323220Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7324563Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7325843Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7327258Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7329008Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7329529Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7331089Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7332024Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7334093Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7334641Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7335772Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7336606Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7338010Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7338727Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7340410Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7341169Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7342417Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7343424Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7344657Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7345776Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7346568Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7348084Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7349157Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7349991Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7351165Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7352130Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7353324Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7354385Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7355431Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7356449Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7357711Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7358708Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7359698Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7363174Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7363866Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7364499Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7365400Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7366532Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7368016Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7369036Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7370421Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7371562Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7372833Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7374002Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7375326Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7376648Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7377865Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7379024Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7380229Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7381440Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7382990Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7384311Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7385437Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7386675Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7387836Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7389321Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7390340Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7391456Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7392402Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7393612Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7394605Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7395828Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7397021Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7398262Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7399191Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7400423Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7401597Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7403281Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7404315Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7405470Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7406900Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7408149Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7409263Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7410282Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7411766Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7413003Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7414198Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7415556Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7416640Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7418047Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7419117Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7420432Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7421694Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7422924Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7423988Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7425706Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7426729Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7428179Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7429128Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7430531Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7431254Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7432358Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7434130Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7434939Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7436318Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7437359Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7438859Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7440172Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7441627Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7442918Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7444101Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7445539Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7446486Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7448047Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7449175Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7450416Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7451779Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7452646Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7454227Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7455207Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7456443Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7457476Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7458652Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7459555Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7460964Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7461935Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7463954Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7465101Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7466067Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7467320Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7468167Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7469611Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7470783Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7472231Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7473470Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7474695Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7475940Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7476876Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7478490Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7479786Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7481095Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7482341Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7483515Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7485002Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7486276Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7487806Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7489219Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7490537Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7491783Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7493231Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7494509Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7495971Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7497195Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7498398Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7499543Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7501247Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7502149Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7503879Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7504882Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7505796Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7507174Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7508249Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7509722Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7511615Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7511933Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7514027Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7514374Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7515921Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7517074Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7518483Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7523412Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7523791Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7524148Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7524547Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7524827Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7526280Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7527613Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7528846Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7530044Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7531657Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7532718Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7534524Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7535575Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7537455Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7538006Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7538870Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7540009Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7541196Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7542398Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7544108Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7545174Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7546228Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7547503Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7548429Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7549821Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7551433Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7552373Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7553652Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7555092Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7556975Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7558352Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7559749Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7561320Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7562764Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7564355Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7566076Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7567461Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7569627Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7570759Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7572128Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7573688Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7574986Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7576408Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7578285Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7579526Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7581182Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7582707Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7584561Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7587368Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7588347Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7589739Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7591191Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7593125Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7594497Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7595912Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7597945Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7599363Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7600745Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7602067Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7603542Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7605282Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7607589Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7608380Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7609762Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7611753Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7613007Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7615434Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7616435Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7617890Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7619330Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7621078Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7622503Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7624415Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7626311Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7627748Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7629620Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7630917Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7632704Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7634122Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7635948Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7637227Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7639258Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7640356Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7642036Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7643626Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7644933Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7647011Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7648091Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7649564Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7651451Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7652572Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7654387Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7655995Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7657115Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7658782Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7660441Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7661823Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7663830Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7664910Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7666682Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7667934Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7669605Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7670862Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7672681Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7674027Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7675380Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7676997Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7678428Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7680040Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7681613Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7683055Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7684812Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7686100Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7687883Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7689262Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7690618Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7692285Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7693706Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7695267Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7696713Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7698386Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7699306Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7700997Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7702012Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7703858Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7704966Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7707381Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7707709Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7709126Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7710231Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7712058Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7713610Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7714371Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7715470Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7716930Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7718165Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7719514Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7720504Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7721851Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7723095Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7724441Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7725911Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7726542Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7728051Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7729220Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7731023Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7732002Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7732959Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7734161Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7735380Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7737027Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7737912Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7739258Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7740237Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7741835Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7742714Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7745301Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7745973Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7746769Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7747903Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7749575Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7750051Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7751741Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7753035Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7754212Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7755417Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7756988Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7757950Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7759567Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7760197Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7762044Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7762736Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7764078Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7765652Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7766602Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7767861Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7768954Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7769934Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7771408Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7772510Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7774671Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7775169Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7775889Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7777385Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7778269Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7779845Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7780717Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7782168Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7783406Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7784925Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7786917Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7787753Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7789537Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7790442Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7792464Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7793610Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7795482Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7796495Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7797992Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7799750Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7801203Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7802660Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7804473Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7805625Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7807278Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7808639Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7810422Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7811793Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7813529Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7814820Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7816652Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7818085Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7819468Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7823477Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7824176Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7824477Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7825393Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7826729Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7827824Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7829177Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7830413Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7831549Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7833122Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7834110Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7835377Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7836567Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7837831Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7839064Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7840407Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7841723Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7842786Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7843815Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7845105Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7846386Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7847467Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7848838Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7850329Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7851552Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7853071Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7853973Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7855332Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7856719Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7858023Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7859036Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7860409Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7861654Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7862635Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7864231Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7865310Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7866587Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7867741Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7868720Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7869987Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7871141Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7872216Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7873182Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7874408Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7875620Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7877115Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7877919Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7879626Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7880492Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7881439Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7883004Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7883998Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7885553Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7886990Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7887838Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7889837Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7890736Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7892388Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7893326Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7894866Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7896053Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7897280Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7898493Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7900428Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7901075Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7902288Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7903797Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7904988Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7906305Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7907638Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7908680Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7909902Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7910468Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7911924Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7913329Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7914312Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7916036Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7917005Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7918117Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7919644Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7920595Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7921791Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7922945Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7924157Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7925328Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7926648Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7927716Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7929009Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7930149Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7931427Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7932488Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7933815Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7934865Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7936207Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7937265Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7938439Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7939596Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7941095Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7942311Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7944023Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7945091Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7946045Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7947688Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7948662Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7949674Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7951422Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7952698Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7953678Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7954626Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7956238Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7957461Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7958314Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7959744Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7960884Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7962752Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7963471Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7964623Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7966430Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7966753Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7968934Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7969267Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7970708Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7971712Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7973431Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7974188Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7975802Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7976876Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7978240Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7979290Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7980330Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7981731Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7982379Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7984151Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7985580Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7986875Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7988460Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7989657Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7990807Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7992170Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7993483Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7994729Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7995972Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7997250Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.7998790Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8000147Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8001268Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8002662Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8004348Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8005612Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8007312Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8008605Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8010522Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8011704Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8013333Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8014699Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8016480Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8017688Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8019353Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8020648Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8022681Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8024184Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8025624Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8027259Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8028231Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8029418Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8030717Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8031652Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8033218Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8034118Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8035334Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8037097Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8037708Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8039276Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8041018Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8041810Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8042834Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8044532Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8045462Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8046790Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8048020Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8049237Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8050524Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8051607Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8052946Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8054946Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8055335Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8056402Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8057738Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8058567Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8059952Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8060934Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8062123Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8063808Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8064662Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8066662Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8066964Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8068575Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8069396Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8070859Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8072035Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8073047Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8074276Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8075682Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8076680Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8078117Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8079519Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8080446Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8081824Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8083075Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8084680Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8085433Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8086612Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8088094Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8088843Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8090191Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8091229Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8092293Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8094390Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8095251Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8095777Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8096854Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8098162Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8099111Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8100152Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8101259Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8102553Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8103891Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8105170Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8106780Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8107776Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8109145Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8110404Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8111559Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8112931Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8113948Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8115376Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8116657Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8118334Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8119738Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8121351Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8122240Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8123452Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8124816Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8125813Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8127202Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8129242Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8129771Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8131347Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8132220Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8133698Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8135007Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8136248Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8137504Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8138793Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8140084Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8141954Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8143094Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8144083Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8146312Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8147425Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8148678Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8149863Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8151193Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8152578Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8153920Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8155167Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8156341Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8158023Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8158652Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8160180Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8161068Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8162597Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8164340Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8165083Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8166224Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8167433Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8168573Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8169758Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8170916Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8172087Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8173710Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8174743Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8175816Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8176977Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8178202Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8179381Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8180550Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8182072Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8183098Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8184408Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8185846Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8186901Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8188059Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8189264Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8190438Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8191835Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8192797Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8193987Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8195124Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8196325Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8197537Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8199506Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8200555Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8202024Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8202997Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8204158Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8205714Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8206827Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8207826Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8209022Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8210198Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8211390Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8212923Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8213911Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8215116Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8216288Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8217701Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8218690Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8219864Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8221029Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8222314Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8223805Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8224855Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8226074Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8227225Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8228472Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8229614Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8230570Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8232003Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8233008Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8233992Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8235217Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8236538Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8237655Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8238749Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8239731Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8241075Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8242223Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8243158Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8244203Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8245479Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8246370Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8247587Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8248577Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8250048Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8250576Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8252349Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8253258Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8254593Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8255584Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8257251Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8258112Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8259446Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8260161Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8261447Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8262474Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8264055Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8265065Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8266052Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8267470Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8268757Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8269674Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8271063Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8272007Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8273366Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8275129Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8276664Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8277654Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8279165Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8280500Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8281804Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8282854Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8284082Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8284836Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8286558Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8287492Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8288773Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8289523Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8291275Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8292238Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8293842Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8294719Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8295979Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8297226Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8298556Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8299925Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8300988Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8302320Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8303279Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8304673Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8306350Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8307330Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8308560Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8309576Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8310515Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8312265Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8312683Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8314599Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8315412Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8317110Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8318077Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8319006Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8320525Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8321576Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8322881Z copying torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8323918Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8325245Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8326676Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8327830Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8328692Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8330253Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8331146Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8332775Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8334395Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8335133Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8336720Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8337701Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8339419Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8340357Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8341835Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8343035Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8344451Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8345868Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8346912Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8348365Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8349714Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8350909Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8352200Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8353406Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8356011Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8356774Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8358119Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8359748Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8361325Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8362606Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8364356Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8365617Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8367275Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8368629Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8370317Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8371620Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8373438Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8374998Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8376474Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8377913Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8379512Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8380882Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8382642Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8384302Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8385945Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8387452Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8388994Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8390802Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8391978Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8393585Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8394950Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8396688Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8397947Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8399489Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8401113Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8402857Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8404088Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8405729Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8407110Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8408767Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8410113Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8411726Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8413127Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8414915Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8415832Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8417323Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8418376Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8419711Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8420962Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8422424Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8424536Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8425556Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8427273Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8428582Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8430090Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8431459Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8433144Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8434482Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8436179Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8437580Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8439145Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8440765Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8442597Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8444089Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8445561Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8447132Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8448770Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8450067Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8452489Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8453525Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8455064Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8456582Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8458320Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8459579Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8461213Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8462719Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8464634Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8466826Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8468001Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8469685Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8471542Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8472817Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8474460Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8475949Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8477342Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8479182Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8480470Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8482065Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8483746Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8485075Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8486715Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8488080Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8489909Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8491160Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8492746Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8494152Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8495916Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8497273Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8499045Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8500198Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8501866Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8503181Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8505206Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8506559Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8508082Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8509813Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8511176Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8512622Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8514097Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8515611Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8517350Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8518713Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8520247Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8521767Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8523339Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8525006Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8526357Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8527956Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8529475Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8531345Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8532681Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8534566Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8535891Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8537481Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8538861Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8540508Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8541965Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8543967Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8545194Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8547088Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8548337Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8549945Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8552084Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8553381Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8554927Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8556397Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8557933Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8558811Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8560571Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8561409Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8562967Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8564126Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8565788Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8567105Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8567813Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8569581Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8571043Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8572315Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8573263Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8575026Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8575676Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8576620Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8577935Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8579528Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8580482Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8581715Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8583040Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8584563Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8585560Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8586756Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8587768Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8589208Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8590307Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8591742Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8592618Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8593981Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8594982Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8596774Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8597691Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8599064Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8600054Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8601373Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8602609Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8603692Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8604919Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8605840Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8607644Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8608427Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8609735Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8610655Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8611944Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8612852Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8614458Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8615575Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8616628Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8617816Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8618754Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8620191Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8621129Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8622239Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8623580Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8624899Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8626649Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8627682Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8629237Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8630461Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8632180Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8633408Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8634521Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8635827Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8636786Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8638883Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8639345Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8640215Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8641093Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8642314Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8643285Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8644632Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8645964Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8647234Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8648347Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8649567Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8651015Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8652281Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8653396Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8654282Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8655867Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8657074Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8658263Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8659244Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8660416Z copying torch/include/ATen/ops/col2im_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8662069Z copying torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8662976Z copying torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8664489Z copying torch/include/ATen/ops/col2im_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8665736Z copying torch/include/ATen/ops/col2im_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8667511Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8668255Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8669546Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8670730Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8671724Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8673355Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8674320Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8675710Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8676634Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8678422Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8679114Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8680480Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8682025Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8683298Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8684254Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8685480Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8686803Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8687921Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8689191Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8690107Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8691419Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8692754Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8693707Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8695188Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8696457Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8697411Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8698872Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8700026Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8701317Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8702577Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8704126Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8705310Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8707267Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8707543Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8708906Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8710703Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8712072Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8712912Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8714450Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8715778Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8716959Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8718094Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8719288Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8720451Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8721699Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8722873Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8724196Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8725396Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8726613Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8727792Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8729063Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8730193Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8731447Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8732881Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8734144Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8735352Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8736463Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8737683Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8739057Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8739959Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8741419Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8742751Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8743928Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8745169Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8746512Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8747860Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8749187Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8750105Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8751634Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8752821Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8754174Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8755487Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8756842Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8757925Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8759168Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8760466Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8761615Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8762820Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8764040Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8765421Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8766636Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8767789Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8769329Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8770499Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8771713Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8772732Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8774014Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8775062Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8776505Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8777612Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8778633Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8780087Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8781596Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8782504Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8783976Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8785670Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8787580Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8788683Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8789796Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8791732Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8792889Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8793965Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8795428Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8796465Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8798062Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8799158Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8800419Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8801823Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8803110Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8804380Z copying torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8805349Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8806420Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8807703Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8809103Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8810242Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8811446Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8812846Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8814790Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8815359Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8816340Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8817854Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8819233Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8820677Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8822443Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8823400Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8825114Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8826367Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8827812Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8828729Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8830328Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8831619Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8833183Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8834395Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8835571Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8837114Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8838968Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8839985Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8841808Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8842820Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8844588Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8846381Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8847526Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8849269Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8850527Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8852121Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8853758Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8854969Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8856743Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8858453Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8859716Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8861111Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8862835Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8864530Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8866257Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8867844Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8869076Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8870946Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8872338Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8873974Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8875318Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8877082Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8878669Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8880430Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8882411Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8883652Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8885285Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8887104Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8888371Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8890167Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8891470Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8893176Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8894817Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8895980Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8897614Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8898983Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8900828Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8904468Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8904871Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8906385Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8907608Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8908110Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8908697Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8909541Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8911110Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8911971Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8913492Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8914720Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8916338Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8917424Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8918942Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8919997Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8921551Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8922626Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8924041Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8925234Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8926443Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8927869Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8929624Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8931918Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8932428Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8933136Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8934201Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8935155Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8937027Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8937584Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8938627Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8939472Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8940998Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8942116Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8943569Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8944870Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8946749Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8948086Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8949080Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8950519Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8952140Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8953834Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8954475Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8955867Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8956759Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8958088Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8959450Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8960369Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8962158Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8962845Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8965635Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8965925Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8967417Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8968848Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8970111Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8971732Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8972628Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8973926Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8974884Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8976196Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8977231Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8978264Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8979572Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8980554Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8982043Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8983445Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8984674Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8985479Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8986941Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8988245Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8989520Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8990529Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8992037Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8993376Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8994887Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8995737Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8997432Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8998427Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.8999762Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9000726Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9002034Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9003068Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9004340Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9005456Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9007126Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9007965Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9009351Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9010546Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9011740Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9012670Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9014204Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9015109Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9016615Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9018756Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9019370Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9020865Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9021957Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9023303Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9024675Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9025849Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9027121Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9028366Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9029894Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9030973Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9032037Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9033096Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9034023Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9035462Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9036331Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9037867Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9038823Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9040619Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9041569Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9042875Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9043797Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9044869Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9046942Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9047913Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9048823Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9050223Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9051001Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9052568Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9054025Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9055067Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9056437Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9057923Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9059027Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9060499Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9061862Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9063373Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9064186Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9065559Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9066663Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9067913Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9069330Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9071936Z copying torch/include/ATen/ops/diag_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9072492Z copying torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9073375Z copying torch/include/ATen/ops/diag_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9074682Z copying torch/include/ATen/ops/diag_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9075898Z copying torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9076911Z copying torch/include/ATen/ops/diag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9078294Z copying torch/include/ATen/ops/diag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9079443Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9080750Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9081727Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9083197Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9084357Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9085452Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9086805Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9088381Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9089507Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9090845Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9092176Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9093147Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9094713Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9095566Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9096938Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9097907Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9099085Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9100058Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9101652Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9103181Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9104373Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9105526Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9106941Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9108088Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9109506Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9111019Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9112087Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9113358Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9114650Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9116326Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9117439Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9118502Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9119670Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9121039Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9122957Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9123248Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9125225Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9125813Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9127733Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9128581Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9129672Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9131025Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9132176Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9133153Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9134603Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9135882Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9137277Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9138091Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9139005Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9140328Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9141500Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9142871Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9144573Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9147227Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9148575Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9149815Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9151425Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9152930Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9154568Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9156114Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9157692Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9159053Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9160741Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9162098Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9163923Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9165294Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9166650Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9168387Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9169848Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9171401Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9172915Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9174668Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9176132Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9177476Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9179059Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9180003Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9181696Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9182717Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9184620Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9185446Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9186946Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9188351Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9189570Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9190828Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9192569Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9193429Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9195271Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9196331Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9197623Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9198689Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9200223Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9201212Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9203012Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9204078Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9206362Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9206815Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9207789Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9209376Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9210024Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9211347Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9212587Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9213834Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9215797Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9216708Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9217829Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9218911Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9219973Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9221372Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9222758Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9223871Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9224940Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9226013Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9227410Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9228275Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9229864Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9230846Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9232164Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9233300Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9234565Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9235783Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9237134Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9238386Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9239800Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9240895Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9241567Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9243038Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9244343Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9245789Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9246515Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9247689Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9248814Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9250056Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9251400Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9252676Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9253554Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9254794Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9256106Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9257401Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9258113Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9259487Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9260477Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9261844Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9262908Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9264483Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9265467Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9266937Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9267874Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9268969Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9270348Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9271278Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9272371Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9273434Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9275273Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9275719Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9277154Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9278225Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9279573Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9280464Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9281861Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9282830Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9284380Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9285064Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9286413Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9287837Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9288702Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9290041Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9291811Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9293234Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9294618Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9295503Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9296404Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9297656Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9299178Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9300091Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9301382Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9303097Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9304279Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9306148Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9307090Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9308261Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9309440Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9310464Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9311535Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9312718Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9314121Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9315092Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9316633Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9317689Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9318684Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9320435Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9321263Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9322467Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9323889Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9324792Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9326008Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9327223Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9328521Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9330147Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9330900Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9332747Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9333635Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9334847Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9335974Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9337234Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9338269Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9339104Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9341104Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9341869Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9343158Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9344362Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9345287Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9346780Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9347696Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9349311Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9350175Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9351642Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9352857Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9353865Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9355270Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9356076Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9362913Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9363355Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9363639Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9363993Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9364344Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9364674Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9365161Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9366248Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9367851Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9368799Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9370684Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9371512Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9372919Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9374513Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9375125Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9376839Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9377936Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9379511Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9380881Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9382722Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9384380Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9385766Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9387262Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9388745Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9390201Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9391945Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9393261Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9394989Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9396351Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9398083Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9399509Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9401296Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9402618Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9404201Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9405785Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9407229Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9408919Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9410660Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9412031Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9413857Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9415142Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9416834Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9418222Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9419953Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9421342Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9423288Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9424674Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9426371Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9427733Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9429393Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9430807Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9432630Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9433946Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9435752Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9437136Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9438871Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9440180Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9441852Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9443438Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9444938Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9446349Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9448090Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9449363Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9451201Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9452390Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9454180Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9455831Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9457254Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9458803Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9460236Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9461343Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9463024Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9464477Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9466064Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9467633Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9468710Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9469825Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9471229Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9472231Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9473174Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9474403Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9475707Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9476580Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9477710Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9479168Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9480582Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9481074Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9482336Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9483445Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9484684Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9485824Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9486731Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9488116Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9489170Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9490389Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9491480Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9493042Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9494043Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9495243Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9496520Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9498045Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9499290Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9500693Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9502648Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9503202Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9505003Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9505627Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9506900Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9507981Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9509119Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9510606Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9511444Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9512971Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9514092Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9515403Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9516412Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9517974Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9518912Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9519941Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9521007Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9522641Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9523869Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9524749Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9525970Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9527306Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9528142Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9529520Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9530725Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9531635Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9533061Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9534259Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9535246Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9536500Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9537796Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9539068Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9540026Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9541392Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9542400Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9544349Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9545837Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9547080Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9548189Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9549303Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9550911Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9551919Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9552994Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9554279Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9555224Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9556613Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9557865Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9559114Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9560482Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9561598Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9562851Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9564189Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9565334Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9569075Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9569394Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9569735Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9570366Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9571758Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9573067Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9573537Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9575177Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9576165Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9577557Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9579412Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9579798Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9582195Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9582631Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9583536Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9584714Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9586273Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9587431Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9588324Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9589449Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9590592Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9592353Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9592682Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9594072Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9595753Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9596897Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9598596Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9600040Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9601620Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9603128Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9604718Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9606032Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9607753Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9609272Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9610556Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9612345Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9613649Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9615355Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9616661Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9618075Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9619723Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9621170Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9622800Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9624482Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9626801Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9628071Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9630310Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9631356Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9632940Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9634720Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9635992Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9638045Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9639287Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9640748Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9641606Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9642761Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9644211Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9645508Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9646666Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9648163Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9649284Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9650431Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9651617Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9653034Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9654104Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9655232Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9657194Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9657664Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9659122Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9659922Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9661650Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9661972Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9663124Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9664621Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9665791Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9666484Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9668359Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9669211Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9670850Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9672436Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9673359Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9674245Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9675444Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9676460Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9678081Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9679405Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9680363Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9681523Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9682949Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9683807Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9685235Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9686236Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9687696Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9689281Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9690020Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9691480Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9692432Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9693616Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9695782Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9696288Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9697268Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9698368Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9699724Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9700690Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9701907Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9703454Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9704585Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9705487Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9706598Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9708189Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9709694Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9710704Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9712217Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9714148Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9714706Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9715735Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9717417Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9718445Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9720014Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9721180Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9722670Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9723776Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9725095Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9726011Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9727387Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9728636Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9729894Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9730897Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9732481Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9733484Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9734763Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9735935Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9737402Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9738861Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9739829Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9741685Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9742592Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9743552Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9744649Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9746107Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9747163Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9748300Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9749452Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9750636Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9751728Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9752962Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9753949Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9755130Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9756144Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9757262Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9758395Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9759672Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9760752Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9762249Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9763465Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9764830Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9766192Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9767030Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9768626Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9769642Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9770666Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9772177Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9773511Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9774432Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9775837Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9776829Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9778426Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9779408Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9780729Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9782058Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9783560Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9784961Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9786553Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9787802Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9789382Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9790731Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9792044Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9793568Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9794309Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9795629Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9796840Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9797633Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9799088Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9800370Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9801954Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9802890Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9803933Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9805256Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9806311Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9807378Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9808511Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9809647Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9810777Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9812037Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9813043Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9814157Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9815260Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9816582Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9817545Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9818652Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9819777Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9821009Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9822414Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9823470Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9824818Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9826291Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9827178Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9828589Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9829650Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9830850Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9832104Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9833499Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9834730Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9835885Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9837020Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9838399Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9839682Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9840861Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9842133Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9843528Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9844524Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9846193Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9847804Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9848224Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9849351Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9850492Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9851557Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9853359Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9853960Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9854722Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9856457Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9857217Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9858715Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9860092Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9861031Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9862356Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9863336Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9864910Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9866410Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9867660Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9868898Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9869895Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9871336Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9875276Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9875766Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9876232Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9876812Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9878106Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9880039Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9881183Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9882749Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9884328Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9885830Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9887432Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9888991Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9890725Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9892278Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9893650Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9895276Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9896657Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9898327Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9899809Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9901230Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9903077Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9904565Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9906218Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9907541Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9909137Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9910939Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9912447Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9913841Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9915269Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9916951Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9918278Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9919976Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9921244Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9922926Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9924193Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9926058Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9927231Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9928879Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9930243Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9932011Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9933251Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9934913Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9936303Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9937952Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9939631Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9940886Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9942862Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9944338Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9946900Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9947905Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9949653Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9951308Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9952558Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9954256Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9955508Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9957170Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9958512Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9960298Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9961802Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9964191Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9965214Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9966866Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9968548Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9969873Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9971447Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9972991Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9974367Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9976051Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9977626Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9979495Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9980754Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9982514Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9984085Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9985827Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9987456Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9988771Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9990530Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9991744Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9993448Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9994765Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9996613Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9998040Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:09.9999431Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0001375Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0002450Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0004143Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0005466Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0007106Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0008439Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0010177Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0011710Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0013385Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0014742Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0016390Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0017762Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0027628Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0028598Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0029829Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0030915Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0032135Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0033349Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0034635Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0035787Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0036919Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0038061Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0039166Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0040271Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0041343Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0042487Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0043545Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0044669Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0045774Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0046896Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0048018Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0049181Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0050282Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0051354Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0052486Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0053555Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0054657Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0055717Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0056950Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0058215Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0059366Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0060814Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0062430Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0064178Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0065674Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0067193Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0068901Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0070284Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0071784Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0073291Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0074856Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0076344Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0077907Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0079432Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0080868Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0082444Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0083944Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0085431Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0087026Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0088748Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0090236Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0091850Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0093345Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0094947Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0096369Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0098003Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0099525Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0101009Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0102558Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0104198Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0105914Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0107309Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0108784Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0110259Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0111813Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0113473Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0115130Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0116688Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0118190Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0119705Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0121220Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0122750Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0124291Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0125708Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0127183Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0128706Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0130452Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0132105Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0133583Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0135096Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0136619Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0138115Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0139743Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0141967Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0143083Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0144758Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0147417Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0148584Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0150036Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0151654Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0153141Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0154912Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0156268Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0157757Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0160164Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0161444Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0162965Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0164435Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0165887Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0167687Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0169134Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0170524Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0172129Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0173632Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0175181Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0176641Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0178082Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0179608Z copying torch/include/ATen/ops/im2col_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0181192Z copying torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0182887Z copying torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0184573Z copying torch/include/ATen/ops/im2col_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0186206Z copying torch/include/ATen/ops/im2col_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0187763Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0189284Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0190730Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0192228Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0193779Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0195432Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0196838Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0198306Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0199801Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0201306Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0203086Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0204736Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0206179Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0207656Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0209136Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0210741Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0212183Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0213784Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0215435Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0216846Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0218536Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0219999Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0221420Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0222944Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0224662Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0226237Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0227756Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0229221Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0230879Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0232380Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0233937Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0235527Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0236983Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0238411Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0239914Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0241437Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0242939Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0244457Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0246066Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0247652Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0249093Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0250599Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0252094Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0253744Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0255150Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0256822Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0259209Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0260705Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0262032Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0263568Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0265287Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0266792Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0268565Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0270025Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0271559Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0273093Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0274776Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0276195Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0277743Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0279288Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0280750Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0282255Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0283659Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0285619Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0286927Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0288430Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0289960Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0291799Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0293661Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0295011Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0296496Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0297931Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0299644Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0301203Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0302724Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0304373Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0306737Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0308161Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0309582Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0311224Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0312758Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0314415Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0315803Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0317271Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0318734Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0320387Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0321796Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0323249Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0324766Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0326415Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0327799Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0329272Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0330827Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0332366Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0333854Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0335342Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0337011Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0338393Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0339861Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0341322Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0343117Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0344668Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0346161Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0347676Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0349342Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0350777Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0352268Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0353789Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0355423Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0356802Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0359275Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0360406Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0362052Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0363630Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0365163Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0366624Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0368287Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0369680Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0371143Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0372748Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0374408Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0375810Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0377282Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0378812Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0380449Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0381915Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0383452Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0385075Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0386961Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0388281Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0389757Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0391257Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0392801Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0394570Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0396082Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0397474Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0398910Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0400475Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0402031Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0403511Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0404999Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0406459Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0408105Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0410763Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0411593Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0412596Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0414080Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0415638Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0417206Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0418579Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0420205Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0421674Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0423258Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0424867Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0427344Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0428257Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0429410Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0430705Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0432478Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0433852Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0435373Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0436868Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0438425Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0439914Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0441421Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0442961Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0444633Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0446021Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0447530Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0449041Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0451001Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0452491Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0453935Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0455519Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0457939Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0459027Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0460454Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0462290Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0463798Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0465322Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0466379Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0467517Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0468752Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0469906Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0471085Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0472391Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0473447Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0474674Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0475631Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0476698Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0477879Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0478952Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0480011Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0481447Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0482600Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0483459Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0484876Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0486136Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0487296Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0488743Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0489869Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0490845Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0492101Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0493096Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0494028Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0495534Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0496530Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0497488Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0498600Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0500850Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0501522Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0502470Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0503563Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0505094Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0507131Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0508164Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0509476Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0510909Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0511903Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0513345Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0514498Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0515586Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0517239Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0518186Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0519595Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0520611Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0521480Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0522662Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0523875Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0524726Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0525935Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0526740Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0527865Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0528817Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0530353Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0531384Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0532771Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0533809Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0535565Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0536753Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0537772Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0539112Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0540110Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0541291Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0542705Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0544213Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0545437Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0547447Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0548311Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0549297Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0550390Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0551813Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0552875Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0553962Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0555107Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0556190Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0557324Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0558501Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0559726Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0561041Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0561698Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0562662Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0564239Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0565091Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0566358Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0567317Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0568505Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0569848Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0570961Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0571986Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0573200Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0574492Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0575449Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0576535Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0578253Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0579180Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0580155Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0581335Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0582592Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0584679Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0585331Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0586638Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0587924Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0589443Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0590449Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0592007Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0593064Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0594268Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0595488Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0596684Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0598072Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0599391Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0600478Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0601909Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0603006Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0604515Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0605567Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0606758Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0608176Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0609348Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0610531Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0611933Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0613806Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0614981Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0616094Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0617698Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0618620Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0620323Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0621367Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0622662Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0623949Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0625178Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0626268Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0627414Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0628594Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0629866Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0631416Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0633146Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0633903Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0635883Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0636801Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0637907Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0639132Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0640835Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0641717Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0642854Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0644704Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0645309Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0646756Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0647733Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0649228Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0650254Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0651042Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0652113Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0653417Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0654620Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0655719Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0656813Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0657885Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0659010Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0660171Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0661447Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0662331Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0664164Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0665334Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0666627Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0667622Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0669231Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0670238Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0671192Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0672750Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0674393Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0675283Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0676602Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0677608Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0678759Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0680017Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0681093Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0682111Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0683199Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0684415Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0685308Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0686540Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0688048Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0688997Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0690111Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0692097Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0693004Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0694526Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0695849Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0696692Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0698430Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0699246Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0700868Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0702035Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0704355Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0705146Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0706730Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0707717Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0709214Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0710225Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0711934Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0712872Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0714108Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0715356Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0717004Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0718004Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0719491Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0721012Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0722364Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0723819Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0724789Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0726194Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0727420Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0728843Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0730303Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0731196Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0732547Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0733748Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0735354Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0736297Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0737728Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0738844Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0739856Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0741083Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0742399Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0743740Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0745279Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0746070Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0747456Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0748477Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0749593Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0751313Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0751902Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0754046Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0754613Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0755518Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0756620Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0757212Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0758750Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0759519Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0760864Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0761796Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0763109Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0764866Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0765207Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0766346Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0767501Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0768533Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0769792Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0771420Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0772560Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0773833Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0775066Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0776270Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0777392Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0778681Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0779802Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0781076Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0782470Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0783329Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0785351Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0786124Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0787031Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0788369Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0789615Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0790792Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0791641Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0793054Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0794492Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0795638Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0796797Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0798318Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0799659Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0800987Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0802011Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0803137Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0804467Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0805486Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0806766Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0807660Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0809066Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0809890Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0811363Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0812776Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0813780Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0815114Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0816138Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0817398Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0818208Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0819688Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0820691Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0822100Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0823118Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0824420Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0826308Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0827573Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0828686Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0829893Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0831106Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0832282Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0833591Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0834568Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0835852Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0837455Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0838373Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0839873Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0841120Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0842729Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0843784Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0844805Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0846007Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0847374Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0848180Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0849912Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0850802Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0852188Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0853197Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0854419Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0855627Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0858093Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0858473Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0859358Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0860804Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0862385Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0863537Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0865132Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0866565Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0867921Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0869128Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0870276Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0871361Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0872559Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0873787Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0874925Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0876022Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0877323Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0878724Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0879765Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0881126Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0882267Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0884512Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0884798Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0885885Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0886867Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0888243Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0889264Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0890648Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0891887Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0893139Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0894406Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0895335Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0896738Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0897776Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0899290Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0899781Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0901269Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0902657Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0903761Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0905150Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0906092Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0907585Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0908545Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0909829Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0910801Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0912091Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0913189Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0914814Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0915784Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0916899Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0918275Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0919398Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0930006Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0931289Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0932185Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0933988Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0934934Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0936314Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0937954Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0939256Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0940481Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0941924Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0943226Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0944684Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0946188Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0947487Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0948835Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0950101Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0951531Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0952640Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0954111Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0955334Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0956607Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0958104Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0959095Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0960579Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0961594Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0962951Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0964113Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0965386Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0966430Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0967428Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0968879Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0970282Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0971449Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0972494Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0973762Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0974842Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0976044Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0977472Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0978456Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0980199Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0980931Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0982003Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0983090Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0984519Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0986208Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0987183Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0988714Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0989650Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0991207Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0992142Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0993515Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0994490Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0995804Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0996779Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0998086Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.0999297Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1000495Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1001447Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1002666Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1003813Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1005063Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1006140Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1007291Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1008326Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1009636Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1010737Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1011901Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1013039Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1014171Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1015292Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1016904Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1018093Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1019283Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1020425Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1021613Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1022766Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1024109Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1025321Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1026503Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1027704Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1029064Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1030465Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1031739Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1032698Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1033933Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1035121Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1036324Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1037445Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1038583Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1039638Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1040864Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1042424Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1043280Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1044748Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1046547Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1046821Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1048217Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1049397Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1050334Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1051688Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1052891Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1054883Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1055354Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1056607Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1057838Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1058969Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1060267Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1061306Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1062825Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1063967Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1065460Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1066563Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1067849Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1069077Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1070024Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1072169Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1073199Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1074543Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1075806Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1077030Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1078250Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1079495Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1080746Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1081833Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1083195Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1084478Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1089422Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1090405Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1091887Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1092860Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1094097Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1095372Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1097067Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1097634Z copying torch/include/ATen/ops/lstsq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1099629Z copying torch/include/ATen/ops/lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1100585Z copying torch/include/ATen/ops/lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1101920Z copying torch/include/ATen/ops/lstsq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1103810Z copying torch/include/ATen/ops/lstsq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1105413Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1106821Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1108208Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1109000Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1110586Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1112141Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1113492Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1114713Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1116177Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1120411Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1121662Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1123590Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1124998Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1126299Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1127347Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1128585Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1130437Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1131125Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1132307Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1133591Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1134704Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1136056Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1137445Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1138894Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1140167Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1141232Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1142820Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1144190Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1145815Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1147162Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1148563Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1149706Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1151020Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1152702Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1153353Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1155149Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1155867Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1157340Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1158968Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1159881Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1161523Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1162358Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1163987Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1165010Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1166375Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1167486Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1168381Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1169633Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1173525Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1174846Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1176103Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1177374Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1178227Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1179182Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1180943Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1181916Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1182925Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1185293Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1186598Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1187480Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1189252Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1190721Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1191544Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1192922Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1193810Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1194953Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1196177Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1197182Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1198439Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1199874Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1201027Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1202286Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1203281Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1204714Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1205981Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1207211Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1208527Z copying torch/include/ATen/ops/matrix_rank.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1209883Z copying torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1211301Z copying torch/include/ATen/ops/matrix_rank_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1212234Z copying torch/include/ATen/ops/matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1213464Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1214806Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1216155Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1217507Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1218568Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1219612Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1220653Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1221722Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1223035Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1224315Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1226124Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1227395Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1228290Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1229742Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1230664Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1231635Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1233013Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1233981Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1235562Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1236566Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1237842Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1239282Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1240318Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1241871Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1243226Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1244144Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1245570Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1246533Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1247886Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1248937Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1250428Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1251418Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1252775Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1254530Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1255805Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1257064Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1258035Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1259427Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1260668Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1261891Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1263171Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1266197Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1267896Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1268881Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1270781Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1271692Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1273206Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1274143Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1275268Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1276615Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1277657Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1278896Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1280146Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1281279Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1282578Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1284703Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1284982Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1286185Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1287119Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1288519Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1289743Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1291047Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1292307Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1293224Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1294630Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1296388Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1296911Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1298058Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1299015Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1300303Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1301455Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1302608Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1303901Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1304900Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1305971Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1307306Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1308329Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1312279Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1312633Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1312950Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1314009Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1314991Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1316164Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1317535Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1318454Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1319593Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1320816Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1322012Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1323425Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1324612Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1325784Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1327343Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1328557Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1330277Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1330631Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1331958Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1332983Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1334424Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1336022Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1337291Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1338779Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1340562Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1341816Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1343865Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1345100Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1346765Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1348138Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1349600Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1351433Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1352797Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1354074Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1355564Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1356843Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1357773Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1359280Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1360300Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1361605Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1362632Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1363960Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1365505Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1366422Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1368304Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1369221Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1370432Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1371548Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1372965Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1374058Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1375262Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1376843Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1377956Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1379028Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1380406Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1382010Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1383108Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1384407Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1386363Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1387239Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1388385Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1390759Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1391299Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1392166Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1393221Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1394575Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1395551Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1397036Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1397958Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1399281Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1400844Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1401771Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1404111Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1404599Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1405090Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1406624Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1408290Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1409103Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1410562Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1411730Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1412710Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1414559Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1415086Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1416708Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1417662Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1419210Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1420016Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1421770Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1423020Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1424776Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1425645Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1427328Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1428361Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1429340Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1430525Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1432801Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1434036Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1435247Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1436382Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1437518Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1438747Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1440574Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1441774Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1443182Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1444042Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1446347Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1446650Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1447960Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1448944Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1450164Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1451080Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1452380Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1453591Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1454862Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1455778Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1457480Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1458350Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1459877Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1460422Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1462090Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1462883Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1464738Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1465713Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1467110Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1468235Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1469614Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1470692Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1471918Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1473297Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1474456Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1475645Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1476961Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1478350Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1479526Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1480783Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1481981Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1483414Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1484626Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1485768Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1487117Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1488201Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1489429Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1490645Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1491914Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1493121Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1494344Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1495561Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1497152Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1498312Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1499467Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1500909Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1502076Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1503381Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1505093Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1506137Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1507365Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1509136Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1509909Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1511554Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1513071Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1514150Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1515592Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1516887Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1518055Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1519274Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1520617Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1521970Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1523107Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1524348Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1525752Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1527306Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1528364Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1529770Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1530858Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1532326Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1533525Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1534919Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1536061Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1537496Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1538859Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1540154Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1541300Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1542521Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1544210Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1545820Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1546780Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1548216Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1549823Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1551215Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1552115Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1553691Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1554937Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1556562Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1557804Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1559071Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1560351Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1561723Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1562976Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1564312Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1565736Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1567033Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1568550Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1569553Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1570924Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1572110Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1574503Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1574898Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1576410Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1577505Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1578730Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1580110Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1581695Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1582849Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1584945Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1585778Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1587087Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1588121Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1589408Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1590763Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1591637Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1593353Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1593942Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1595329Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1596913Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1597987Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1599520Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1600714Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1601883Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1602967Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1604732Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1605656Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1607184Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1608722Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1609508Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1610919Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1612353Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1613408Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1614771Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1616015Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1617174Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1618340Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1619717Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1620993Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1622290Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1623893Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1625065Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1626390Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1627598Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1628583Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1630011Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1631012Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1632346Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1633780Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1635074Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1635941Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1637363Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1639084Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1639874Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1641294Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1642513Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1643865Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1644903Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1646152Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1647089Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1648308Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1649680Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1650772Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1652359Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1653438Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1654778Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1656358Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1657232Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1658845Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1660058Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1661368Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1662588Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1664274Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1665590Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1667107Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1668122Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1669730Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1670915Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1672190Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1673537Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1675186Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1676206Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1677816Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1679584Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1680804Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1682087Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1683530Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1684546Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1686066Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1687178Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1688606Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1690100Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1691050Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1692624Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1693960Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1695111Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1697045Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1697734Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1699242Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1700378Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1701819Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1702805Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1704714Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1706672Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1707733Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1709130Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1710349Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1711625Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1713022Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1714275Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1715540Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1716800Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1718093Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1719347Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1721028Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1722111Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1723864Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1724700Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1726110Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1726660Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1728183Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1729429Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1730278Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1731810Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1732628Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1734142Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1735379Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1736174Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1737560Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1738615Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1739826Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1741074Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1741955Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1743267Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1744263Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1745807Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1746660Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1747998Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1748922Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1750092Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1751077Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1752567Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1753669Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1754842Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1756142Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1757166Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1758647Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1760237Z copying torch/include/ATen/ops/nested_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1761364Z copying torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1762461Z copying torch/include/ATen/ops/nested_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1763744Z copying torch/include/ATen/ops/nested_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1765074Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1766281Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1767231Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1768519Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1769231Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1770562Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1771859Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1773040Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1774312Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1775414Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1776298Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1777203Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1778408Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1779623Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1780848Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1782199Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1783330Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1784632Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1785811Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1787063Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1788256Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1789495Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1790597Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1791908Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1792825Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1793868Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1795029Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1796001Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1797156Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1798185Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1799278Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1800515Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1801440Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1802783Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1803733Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1805202Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1806156Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1807220Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1808415Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1809286Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1810483Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1811468Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1812556Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1813642Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1814718Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1815786Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1816848Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1818050Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1818980Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1820351Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1821278Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1822378Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1823452Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1824889Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1825807Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1826897Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1828106Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1829037Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1830415Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1831401Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1833344Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1834208Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1835431Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1836616Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1837993Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1839222Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1840942Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1842720Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1843934Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1845532Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1846892Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1848542Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1850336Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1851469Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1853267Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1854575Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1856357Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1857712Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1859300Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1860860Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1862709Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1864233Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1866958Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1868033Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1869252Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1870941Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1872505Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1874202Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1875515Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1877230Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1878573Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1880354Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1881589Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1883262Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1884901Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1886601Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1887981Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1889656Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1891319Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1892865Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1894292Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1896170Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1897600Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1899147Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1900715Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1902192Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1904163Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1905495Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1907674Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1908875Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1910619Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1911909Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1913675Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1914994Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1916806Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1918108Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1919788Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1921355Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1922915Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1924654Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1925977Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1927853Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1929117Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1930774Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1933006Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1934116Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1935900Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1937197Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1938869Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1940395Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1941927Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1943505Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1945108Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1946624Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1947705Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1949501Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1950515Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1951824Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1952898Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1954125Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1955161Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1956480Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1957604Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1959081Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1960043Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1961250Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1962402Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1963881Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1964896Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1966646Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1967200Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1968814Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1969627Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1970984Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1971969Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1973830Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1974698Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1975618Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1977200Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1978365Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1979350Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1980769Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1981617Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1983285Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1984372Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1986529Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1987415Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1988459Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1989658Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1991361Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1992295Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1993677Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1994514Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1995937Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1997032Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1998371Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.1999549Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2000381Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2001779Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2002997Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2004284Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2006135Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2006766Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2008132Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2009195Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2010728Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2012085Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2013080Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2014659Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2016177Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2016831Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2018282Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2019326Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2021045Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2021925Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2023102Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2025388Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2025751Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2026711Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2028028Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2029435Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2030371Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2031881Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2033725Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2034010Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2035306Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2036287Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2037524Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2038896Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2039969Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2041364Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2042694Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2043522Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2045271Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2046773Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2047528Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2049106Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2050242Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2051564Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2052746Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2054093Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2055167Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2056581Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2057892Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2059803Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2060636Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2061622Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2063031Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2064335Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2065728Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2066891Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2068480Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2069546Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2071009Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2072165Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2073565Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2074865Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2076417Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2077561Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2078954Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2080125Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2081529Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2082857Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2084229Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2085459Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2086657Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2087918Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2089254Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2090453Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2091849Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2093011Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2094504Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2096465Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2097408Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2098714Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2099895Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2101150Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2102373Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2103332Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2105007Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2106299Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2106985Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2108574Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2109755Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2110642Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2111863Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2113195Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2114645Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2115583Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2116720Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2117998Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2119171Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2120351Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2121424Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2122652Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2123841Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2125056Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2126065Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2127954Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2128487Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2129597Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2131755Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2132454Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2133484Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2134866Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2135900Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2137353Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2138487Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2139634Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2140757Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2141835Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2143142Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2144570Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2146476Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2148324Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2148628Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2150447Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2150951Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2152592Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2153147Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2154739Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2155928Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2156998Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2158343Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2159587Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2161349Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2162081Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2163483Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2164874Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2165808Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2167079Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2168035Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2169567Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2170350Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2171677Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2172864Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2174701Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2175660Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2177057Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2178576Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2179684Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2180770Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2181759Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2182664Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2184591Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2185506Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2186919Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2187900Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2189324Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2190586Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2191561Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2192821Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2194201Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2195025Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2196284Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2197223Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2199031Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2199881Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2201076Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2202314Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2203791Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2204964Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2205843Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2207323Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2208500Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2209867Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2211339Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2212287Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2214778Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2215112Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2216432Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2217706Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2218558Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2219831Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2221811Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2222373Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2224121Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2225053Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2226253Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2227369Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2228138Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2229607Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2230838Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2231715Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2232838Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2234109Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2235195Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2236343Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2237528Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2238786Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2239799Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2240941Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2241917Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2243259Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2244417Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2245652Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2246555Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2247971Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2249167Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2250073Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2251787Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2253139Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2254036Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2255566Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2256972Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2257932Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2259179Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2260391Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2261370Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2262707Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2265674Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2266201Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2266706Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2267573Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2269007Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2270241Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2271262Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2272552Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2273773Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2275263Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2276100Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2277171Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2278494Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2279454Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2280687Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2281686Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2282994Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2284178Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2285259Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2286427Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2287697Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2288861Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2289925Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2291097Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2292241Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2293460Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2294530Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2295790Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2297129Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2298698Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2299391Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2300858Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2301886Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2303917Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2305476Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2306415Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2307226Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2308586Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2309364Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2310727Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2311624Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2312957Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2313768Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2315062Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2316324Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2317529Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2318701Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2320438Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2321353Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2322415Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2323588Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2324816Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2325666Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2327261Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2328807Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2329845Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2330990Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2332211Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2333466Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2334958Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2335912Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2337190Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2338199Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2339615Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2340385Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2341754Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2343016Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2344369Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2344915Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2346491Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2347329Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2348506Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2349438Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2350652Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2351892Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2352785Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2354007Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2355262Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2356236Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2357435Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2358589Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2359748Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2360952Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2361856Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2363082Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2364264Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2365514Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2366510Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2367797Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2368904Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2371052Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2371365Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2372554Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2373805Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2375223Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2376432Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2377807Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2379010Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2380326Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2381704Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2383276Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2384651Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2385871Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2387468Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2388319Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2389866Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2390752Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2392120Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2393463Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2394698Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2396036Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2397280Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2398512Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2399857Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2401074Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2402359Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2403536Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2404835Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2406599Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2407962Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2409264Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2410551Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2411912Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2413121Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2414259Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2415638Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2416996Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2418155Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2419376Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2420691Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2422061Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2423319Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2424710Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2426041Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2427354Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2428648Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2429841Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2431056Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2432433Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2433621Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2434904Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2436176Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2437606Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2438877Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2440193Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2441727Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2442663Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2444016Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2445225Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2446565Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2447864Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2449100Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2450691Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2451919Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2453114Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2454564Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2455682Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2456914Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2457977Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2459034Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2460137Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2461197Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2462801Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2463916Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2465610Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2466559Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2467885Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2468943Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2470017Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2471219Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2472551Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2473549Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2475242Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2475998Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2477459Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2478531Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2479609Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2481111Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2482074Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2483332Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2484289Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2485817Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2487614Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2488541Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2489844Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2490883Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2491876Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2493208Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2494890Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2495601Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2496715Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2498176Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2498966Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2500498Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2501491Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2502732Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2503913Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2505373Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2506486Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2519784Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2520410Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2520917Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2521191Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2521462Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2521843Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2522112Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2545572Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2545956Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2546419Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2546829Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2547230Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2547726Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2548163Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2548585Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2548851Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2549113Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2625829Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2626316Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2626779Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2627530Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2627929Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2628189Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2628541Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2629108Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2629601Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2630091Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2630520Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2630976Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2631235Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2631484Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2631741Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2632011Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2632380Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2632687Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2632961Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2633352Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2633650Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2633900Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2634257Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2665098Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2665547Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2666675Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2667795Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2668368Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2669109Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2669691Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2670424Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2671199Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2671915Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2672540Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2673151Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2673776Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2674400Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2674992Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2675592Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2676139Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2676843Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2677435Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2678019Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2678611Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2679151Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2679703Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2705305Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2705674Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2705954Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2706394Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2706779Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2707209Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2707640Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2708039Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2708579Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2709129Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2709618Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2710091Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2710487Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2710918Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2711455Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2712071Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2712586Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2713082Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2713500Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2713856Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2714471Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2715048Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2715322Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2715618Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2715965Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2716290Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2716566Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2716829Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2717290Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2717695Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2717971Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2718360Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2718667Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2719010Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2719391Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2719791Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2720080Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2720567Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2720932Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2721300Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2721607Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2721992Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2722399Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2722708Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2723072Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2723501Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2723824Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2724217Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2724578Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2724864Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2725214Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2725656Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2725983Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2726357Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2726721Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2726993Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2727302Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2727657Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2728055Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2728494Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2728850Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2729178Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2729544Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2730027Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2730374Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2730701Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2731064Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2731426Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2731730Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2732182Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2732666Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2733073Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2733676Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2734144Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2734589Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2735037Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2735529Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2735787Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2736173Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2736632Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2736997Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2737538Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2737970Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2738288Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2738750Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2739222Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2739544Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2739800Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2740065Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2740314Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2740594Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2740880Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2741278Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2741674Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2741973Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2742241Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2742559Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2742891Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2743158Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2743407Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2743817Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2744202Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2744529Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2744835Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2745109Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2745445Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2745720Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2746008Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2746400Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2746670Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2747044Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2747312Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2747638Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2747939Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2748200Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2748529Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2748881Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2749176Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2749445Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2749784Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2750091Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2750376Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2750626Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2750950Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2751387Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2751802Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2752126Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2752426Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2752695Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2752989Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2753228Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2753471Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2753761Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2754282Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2754649Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2754934Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2755215Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2755603Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2755892Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2756150Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2756422Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2756852Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2757185Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2757447Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2757694Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2758005Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2758352Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2758983Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2760669Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2761723Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2763002Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2763945Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2765553Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2766503Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2768249Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2769043Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2770273Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2771613Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2772799Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2773961Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2775157Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2776376Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2777563Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2778866Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2780143Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2781454Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2782652Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2784104Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2785250Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2786357Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2787497Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2788968Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2789870Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2791436Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2792189Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2793676Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2795020Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2796112Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2797286Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2798577Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2799557Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2800941Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2801917Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2803065Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2804657Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2805392Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2806456Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2807814Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2808662Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2809891Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2811088Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2813131Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2813502Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2814566Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2815672Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2816600Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2817885Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2819190Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2820438Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2821385Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2822851Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2824546Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2826111Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2827682Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2828426Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2829747Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2831110Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2832600Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2833817Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2834954Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2836254Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2837538Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2838866Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2839861Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2841249Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2842417Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2843974Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2844905Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2846919Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2847684Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2848958Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2850168Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2851610Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2852688Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2853881Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2854894Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2856151Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2857405Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2858548Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2859713Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2860860Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2862481Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2863537Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2865000Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2866152Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2867665Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2868792Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2870244Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2871201Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2872405Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2874212Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2875533Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2876553Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2877775Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2878837Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2880081Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2881249Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2882398Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2883789Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2885033Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2886077Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2887523Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2888706Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2889919Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2891115Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2891919Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2893235Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2894253Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2896226Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2896971Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2897998Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2899442Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2900582Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2902304Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2903053Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2904551Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2905506Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2906877Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2908278Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2909616Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2910743Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2911713Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2913155Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2914070Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2915451Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2916697Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2917852Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2919224Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2920236Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2921764Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2923157Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2924191Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2925452Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2926883Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2927894Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2929207Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2930546Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2931730Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2933011Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2934269Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2935584Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2936896Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2938090Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2939340Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2940835Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2942231Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2944048Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2945574Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2946251Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2947934Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2948907Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2950169Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2951532Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2952658Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2954371Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2955232Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2956617Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2957424Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2958841Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2959758Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2960978Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2962487Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2963822Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2965091Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2966504Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2968264Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2969706Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2971504Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2972857Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2974266Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2976085Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2977480Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2979185Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2980462Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2982346Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2983937Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2986451Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2987600Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2989220Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2990547Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2992315Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2993803Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2995649Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2996938Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2998588Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.2999904Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3001759Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3003272Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3005089Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3006281Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3008289Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3009659Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3011003Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3012936Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3014091Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3015758Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3017013Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3018750Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3020063Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3022135Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3023243Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3024941Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3026868Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3028253Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3029584Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3031409Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3032670Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3034706Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3035782Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3037548Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3038850Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3040645Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3041957Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3043730Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3044990Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3046992Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3048138Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3050248Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3052199Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3053466Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3055193Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3056409Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3058162Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3059669Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3061472Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3062921Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3064739Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3066087Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3067828Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3069240Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3070925Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3072421Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3073760Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3075385Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3076905Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3078501Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3080134Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3081712Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3083254Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3084991Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3086536Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3088435Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3089714Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3091424Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3092800Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3094476Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3095923Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3097648Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3099037Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3100845Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3102689Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3104685Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3105825Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3106677Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3107856Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3109332Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3110372Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3112371Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3112860Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3114505Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3115565Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3117134Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3118276Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3119992Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3121024Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3122660Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3123623Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3125122Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3126693Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3127642Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3129022Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3130202Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3131197Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3132732Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3133818Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3134677Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3135727Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3137065Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3138409Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3139515Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3140788Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3142086Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3143955Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3145281Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3146773Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3148092Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3149152Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3150534Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3151800Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3153032Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3153881Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3155551Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3156567Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3157687Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3158403Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3160016Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3160593Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3161711Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3162873Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3163733Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3165462Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3166475Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3167916Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3169531Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3171113Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3172444Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3174144Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3175660Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3177194Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3178702Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3180289Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3182131Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3183424Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3185029Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3186953Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3188307Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3190094Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3191418Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3193284Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3194777Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3196465Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3197803Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3199519Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3201298Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3202507Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3204322Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3205561Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3207532Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3208716Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3210625Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3211753Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3213726Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3214981Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3216651Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3218061Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3219953Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3221349Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3222927Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3224875Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3226191Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3227968Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3229297Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3230970Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3232402Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3234343Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3235698Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3238289Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3239580Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3241078Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3242544Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3244390Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3245615Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3247338Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3249132Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3250436Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3252411Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3253575Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3255329Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3256627Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3258642Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3259715Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3261498Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3262901Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3265136Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3266219Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3267977Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3269263Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3271095Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3272328Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3274056Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3275303Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3276961Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3278615Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3280274Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3281551Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3283473Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3284648Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3286495Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3287707Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3289476Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3290776Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3292733Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3294084Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3295898Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3297397Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3298860Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3300675Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3302176Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3303994Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3306449Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3307643Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3309385Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3310722Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3312637Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3314034Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3315553Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3317000Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3318796Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3320251Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3322075Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3323353Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3325196Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3326570Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3328455Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3329690Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3331481Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3333130Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3334672Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3336072Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3338039Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3340269Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3341527Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3343310Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3344775Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3346444Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3347955Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3349734Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3350943Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3352692Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3354160Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3356024Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3357768Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3359102Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3360701Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3362249Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3363932Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3365272Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3367643Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3368830Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3370868Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3371843Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3373046Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3374317Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3375367Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3376906Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3378254Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3379287Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3380616Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3381499Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3382926Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3384066Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3385287Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3386207Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3387681Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3388894Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3390185Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3391379Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3392632Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3393702Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3394803Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3396207Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3397575Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3398754Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3399832Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3401330Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3402617Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3403922Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3405254Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3405818Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3407565Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3408754Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3410027Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3411269Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3412626Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3413912Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3415154Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3416551Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3417959Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3419175Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3420457Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3421797Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3423056Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3424517Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3425832Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3427604Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3428996Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3430236Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3431518Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3432795Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3434138Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3435380Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3436711Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3437944Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3439297Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3440530Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3441772Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3443095Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3444510Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3445717Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3447095Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3448391Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3449700Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3450954Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3452234Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3453510Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3454923Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3456118Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3457444Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3458737Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3460050Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3461311Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3462693Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3464099Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3465856Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3467544Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3468929Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3470234Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3471515Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3472591Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3473876Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3475260Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3476438Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3477977Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3478823Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3480534Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3481414Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3482847Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3483910Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3485195Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3486660Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3487985Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3489033Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3490395Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3491788Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3493057Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3494373Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3495574Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3496766Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3498040Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3499215Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3500436Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3501697Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3502914Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3504230Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3505580Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3506871Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3508096Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3509375Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3510984Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3512256Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3513513Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3514774Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3515752Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3517531Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3518463Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3519833Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3521348Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3522508Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3524238Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3525136Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3526473Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3528341Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3529104Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3530515Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3531491Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3532980Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3534187Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3535898Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3537926Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3538611Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3539687Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3540733Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3542029Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3543253Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3544876Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3546096Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3547467Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3548616Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3550157Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3551217Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3552587Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3553929Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3555249Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3556625Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3557734Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3558933Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3560180Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3561593Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3562737Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3564181Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3565265Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3566863Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3567901Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3568821Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3570490Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3571456Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3572748Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3573725Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3574763Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3576113Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3577011Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3578789Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3579477Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3580798Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3582189Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3583175Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3585235Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3586042Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3587117Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3588123Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3589713Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3590671Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3592277Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3593462Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3594894Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3595840Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3596750Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3598191Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3599451Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3600409Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3601883Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3603026Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3604910Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3605671Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3606851Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3608122Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3609403Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3610162Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3611569Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3612642Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3613977Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3615476Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3616424Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3617779Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3618825Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3621005Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3621445Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3622845Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3623968Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3625771Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3627109Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3628135Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3629704Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3631122Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3632445Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3633478Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3634658Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3636984Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3637329Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3639287Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3639718Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3641021Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3642537Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3643805Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3645319Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3646681Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3648648Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3649084Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3650342Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3651827Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3652630Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3654321Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3655008Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3656662Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3657873Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3659176Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3660017Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3661479Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3662154Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3663574Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3665149Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3666052Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3667378Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3668499Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3669728Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3670790Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3672645Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3674029Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3675216Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3676572Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3677711Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3678778Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3680259Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3681426Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3682563Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3683663Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3685321Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3686336Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3687839Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3689003Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3689984Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3691287Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3692463Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3693644Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3694907Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3696002Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3697521Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3698440Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3699893Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3701241Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3702725Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3704116Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3705414Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3706682Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3708030Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3709261Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3710159Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3711584Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3712688Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3713451Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3715038Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3716025Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3717256Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3718033Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3719656Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3720855Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3722488Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3723425Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3724891Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3726768Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3727365Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3729283Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3730204Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3731735Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3732795Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3734003Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3735171Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3736071Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3737301Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3738336Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3739748Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3741051Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3742332Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3743177Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3744412Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3745687Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3747090Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3747924Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3749288Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3750375Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3751987Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3753304Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3754490Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3755766Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3757142Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3758390Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3759821Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3760982Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3763278Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3763572Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3764555Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3766003Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3767016Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3768347Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3769335Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3770673Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3771851Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3773253Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3774201Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3775711Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3776919Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3778219Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3779624Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3780561Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3782406Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3783441Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3784808Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3786723Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3787938Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3789407Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3790359Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3791940Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3792991Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3794369Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3795573Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3797071Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3798123Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3799235Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3800519Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3801535Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3803014Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3804244Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3805428Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3806817Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3808159Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3809398Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3810650Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3811568Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3812498Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3813567Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3814676Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3815875Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3816871Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3817967Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3819131Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3820146Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3821210Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3822345Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3823842Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3825681Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3826270Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3827706Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3828641Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3829928Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3831590Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3832970Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3834216Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3835259Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3836356Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3837668Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3838801Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3840035Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3841325Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3842312Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3843744Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3844697Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3846006Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3847303Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3848516Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3849671Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3850989Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3851957Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3853295Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3854461Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3855616Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3856833Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3858112Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3859228Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3860489Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3861680Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3862884Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3864211Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3865557Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3866714Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3867904Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3869745Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3870695Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3873098Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3873502Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3874475Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3875552Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3876737Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3878621Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3879332Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3881113Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3882127Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3883127Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3884450Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3885442Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3886803Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3888026Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3888927Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3890188Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3891468Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3892845Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3893861Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3895475Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3896114Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3897399Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3898837Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3899732Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3900972Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3902068Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3904284Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3904816Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3906178Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3907208Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3908789Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3909882Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3911202Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3912282Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3913889Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3914866Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3916774Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3917859Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3919565Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3920914Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3922696Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3923922Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3926020Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3927314Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3929128Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3930373Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3932417Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3933614Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3935426Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3936683Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3938512Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3939710Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3941479Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3942835Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3944674Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3947284Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3948560Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3950042Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3951693Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3952891Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3954877Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3955996Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3957738Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3959047Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3961078Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3962310Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3963713Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3965302Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3966677Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3968286Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3969992Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3971410Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3972991Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3974360Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3976218Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3977513Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3979119Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3980641Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3982489Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3984008Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3985491Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3987060Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3988175Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3989514Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3990840Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3992106Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3993546Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3994794Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3996157Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3997520Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.3998891Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4000225Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4001541Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4002751Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4004198Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4006273Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4007544Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4008576Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4010055Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4011799Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4012524Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4014119Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4015297Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4016750Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4018173Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4019561Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4020872Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4022059Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4023451Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4024880Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4026368Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4027621Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4028894Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4030237Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4032120Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4033067Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4035186Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4036468Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4037782Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4040129Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4040962Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4042174Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4043918Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4045225Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4047006Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4048263Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4050281Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4051451Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4053106Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4054444Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4056227Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4057495Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4059361Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4060813Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4062342Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4064410Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4065620Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4067404Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4068847Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4070844Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4072005Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4073823Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4075762Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4077007Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4078843Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4080066Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4081869Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4083190Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4084976Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4086248Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4088027Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4089777Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4091230Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4092599Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4094373Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4095661Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4097549Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4098763Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4100491Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4102802Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4104373Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4105692Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4107429Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4108967Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4110420Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4112123Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4113972Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4115173Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4116903Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4118644Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4119820Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4121514Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4123391Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4124706Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4126583Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4127770Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4129551Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4130894Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4132696Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4134387Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4135712Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4137575Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4139065Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4140499Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4142281Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4143565Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4146818Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4147564Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4149240Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4151012Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4152466Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4154438Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4155874Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4157223Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4158987Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4160288Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4162197Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4163316Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4165139Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4166605Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4168456Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4169679Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4171522Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4172714Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4174581Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4175896Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4177829Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4179126Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4180942Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4182499Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4184645Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4185890Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4187653Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4188982Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4190777Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4192281Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4193704Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4195634Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4196773Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4199034Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4200281Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4202063Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4203357Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4205708Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4206787Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4208547Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4209927Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4211705Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4213342Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4215070Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4216387Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4218102Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4219484Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4221224Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4222717Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4224774Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4226198Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4227894Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4229274Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4231047Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4232493Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4234287Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4235602Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4237359Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4238675Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4240611Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4242143Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4243472Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4245221Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4246575Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4248368Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4249764Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4251462Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4253003Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4254851Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4256058Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4257749Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4259146Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4260911Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4262386Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4264252Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4265641Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4267456Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4268929Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4270810Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4272102Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4273669Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4275427Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4276840Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4278482Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4280318Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4281799Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4283753Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4284877Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4286840Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4288110Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4290107Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4291388Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4293179Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4294506Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4296376Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4297776Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4299675Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4300872Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4302901Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4304242Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4307018Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4308819Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4310216Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4312118Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4313565Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4314929Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4316953Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4318185Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4320048Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4321190Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4322993Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4324486Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4325998Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4327528Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4328926Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4330164Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4331577Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4332905Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4334317Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4335517Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4336806Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4338190Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4339627Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4341729Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4342546Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4343913Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4345604Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4346938Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4348938Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4350100Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4351922Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4353171Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4355241Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4356441Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4358143Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4359448Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4361174Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4362838Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4364526Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4365851Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4367451Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4369182Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4370455Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4372292Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4373493Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4375243Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4376496Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4378311Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4379617Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4381227Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4382890Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4384932Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4387195Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4388507Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4390276Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4391523Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4393651Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4394735Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4396387Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4397733Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4399495Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4400855Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4402600Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4403867Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4405911Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4408064Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4409274Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4410977Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4412317Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4414099Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4415394Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4417122Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4418448Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4420331Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4421502Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4423541Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4424942Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4426656Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4427959Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4429782Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4431123Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4432904Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4434198Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4435891Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4437246Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4439155Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4440383Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4442095Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4443415Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4445347Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4446666Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4448458Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4449764Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4451647Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4452984Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4454662Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4456084Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4457709Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4458885Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4460186Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4461631Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4463226Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4464321Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4465810Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4466949Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4468730Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4469741Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4471234Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4472545Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4473812Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4475093Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4476687Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4478009Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4479275Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4480540Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4481878Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4483148Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4484460Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4485809Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4487221Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4488626Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4489698Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4491147Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4492380Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4494061Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4494947Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-09-27T15:32:10.4496644Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip 2022-09-27T15:32:10.4497426Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-09-27T15:32:10.4498027Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-09-27T15:32:10.4499530Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-09-27T15:32:10.4500899Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-09-27T15:32:10.4502380Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-09-27T15:32:10.4504146Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-09-27T15:32:10.4504639Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-09-27T15:32:10.4506350Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-09-27T15:32:10.4507203Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-09-27T15:32:10.4508657Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-09-27T15:32:10.4509992Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4510405Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4511823Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4512749Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4514378Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4516058Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4516383Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4517778Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4518913Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4520072Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4521572Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4523676Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4524488Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4526117Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4527431Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4528556Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4529480Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4530830Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4531821Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4533189Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4534420Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4536203Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4536940Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4538357Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4539479Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4540774Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4541768Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4543006Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4544124Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4546522Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4548158Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4549621Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4551016Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4552662Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4553791Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4556108Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4557378Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4558690Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4559961Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4561180Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4562435Z copying torch/include/ATen/native/PadNd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4563770Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4565555Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4566579Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4567567Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4568243Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4569675Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4570699Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4571840Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4573052Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4574007Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4575456Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4585416Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4585880Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4586385Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4586910Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4587347Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4587838Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4588363Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4588676Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4589087Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4589402Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4589780Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4590053Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4590331Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4591129Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4591778Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4592853Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4618137Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4618557Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4619026Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4619525Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4620023Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4620534Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4620900Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4621165Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4621483Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4621807Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4622152Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4622470Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4622872Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4623214Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4623510Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4623988Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4624313Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4624757Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4625112Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-09-27T15:32:10.4625402Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4625821Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4626198Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4626582Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4626869Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4627330Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4627662Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4628076Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4628612Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4628913Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4629250Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4629612Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4629964Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4630344Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4631346Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4632939Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4634244Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4635301Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4636416Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4637352Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4638884Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4639952Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4641179Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4642123Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-09-27T15:32:10.4643535Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4644078Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4645348Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4646496Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4647195Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4648218Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4649633Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4650226Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4651926Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4653516Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4654100Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4655166Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4655851Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4657380Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4658316Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4659167Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4660394Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4661988Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4662965Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4664013Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4665843Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4666716Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4668382Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4669604Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4670404Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4672521Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4672915Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4674154Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4675203Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4676434Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4677426Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4678485Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4679696Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4682149Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4683673Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4685001Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4686541Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4687919Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4689077Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4690229Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4691795Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4693288Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4694330Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4695331Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4696922Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4698317Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4699536Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4700939Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4702322Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4703265Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4704864Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4705788Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4707306Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4708806Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-09-27T15:32:10.4709827Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4710437Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4712013Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4713047Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4714296Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4715539Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4716557Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-09-27T15:32:10.4717572Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4718335Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4719393Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4720686Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4721657Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4722917Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4723928Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4724989Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4726352Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4727348Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4728372Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4729504Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4730590Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4731526Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:10.4732486Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-09-27T15:32:10.4732871Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-09-27T15:32:10.4734466Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-09-27T15:32:10.4735388Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2 2022-09-27T15:32:10.4736179Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4736602Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4737801Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4738732Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4740653Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4741340Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4742298Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4743573Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4744744Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4745625Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4746614Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4747777Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4749499Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4750211Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4751317Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4752723Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4753818Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4754521Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4756013Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4757257Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4758353Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4759721Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4760389Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4761831Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-09-27T15:32:10.4762903Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4763363Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4764981Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4765928Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4767299Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4768054Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4769779Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-09-27T15:32:10.4771338Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4772213Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4773098Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4773876Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4774774Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4775925Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4777537Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:10.4778499Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10 2022-09-27T15:32:10.4778758Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-09-27T15:32:10.4779807Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-09-27T15:32:10.4781037Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-09-27T15:32:10.4782581Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-09-27T15:32:10.4784158Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4784982Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4786374Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4788157Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4789243Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4790660Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4792447Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4793348Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4795129Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4796315Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4798021Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4799238Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4800940Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4802169Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4804104Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4805932Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4807658Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4808992Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4810814Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4811969Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4813589Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4814930Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4816614Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4817703Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4819328Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4820428Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4822130Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4823389Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4825719Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4827380Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4828730Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4830438Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4831651Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4833343Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4834599Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4836254Z copying torch/include/c10/core/SymFloatNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4837618Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4839640Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4840883Z copying torch/include/c10/core/SymIntNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4842251Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4844964Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4846231Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4847584Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4849235Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4850378Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-09-27T15:32:10.4852044Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4852566Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4854284Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4855499Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4857224Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4858446Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-09-27T15:32:10.4860014Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4860730Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4862584Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4864204Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4866017Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4867451Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:10.4868928Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4869727Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4871204Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4872212Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4874648Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4874985Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4876280Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4877591Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-09-27T15:32:10.4878500Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-09-27T15:32:10.4878838Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-09-27T15:32:10.4880634Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-09-27T15:32:10.4881435Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-09-27T15:32:10.4882493Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-09-27T15:32:10.4883764Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4884480Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4885809Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4886704Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4887741Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4889203Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4890034Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4891448Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4892796Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4893940Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4894773Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4896140Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4896977Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4898264Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-09-27T15:32:10.4899523Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4899770Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4901144Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4902169Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4903505Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4905062Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4906452Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4907276Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4908735Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4909508Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4911082Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4912612Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4912971Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4914643Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4915142Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4916384Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4916924Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4918942Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4920624Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4921882Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4922958Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4924386Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4925701Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4927329Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4928030Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4929491Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4930258Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4931783Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4932950Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4934229Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4935555Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4936494Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4937539Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4938805Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4939930Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4941685Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4942419Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4943883Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4944767Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4946143Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4947358Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4949071Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4949847Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4951256Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4952324Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4953230Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4954501Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4955394Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4956920Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4957823Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4959097Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4960317Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4961611Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4962470Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4963808Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4965110Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4966510Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4967860Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4968572Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4969905Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4971353Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4972092Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4973619Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4974370Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4975595Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4976911Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4977715Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4979302Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4980259Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4981471Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4982865Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4983964Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4985399Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4986137Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4987498Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4988814Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4989669Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4990939Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4991946Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4993532Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4994030Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4995885Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4997616Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4998373Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.4999928Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.5001193Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.5003724Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-09-27T15:32:10.5004110Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5004366Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5005936Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5006752Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5007999Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5008952Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5010015Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5011236Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5012568Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5013423Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5014608Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-09-27T15:32:10.5015709Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-09-27T15:32:10.5016473Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-09-27T15:32:10.5017995Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-09-27T15:32:10.5018559Z copying torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-09-27T15:32:10.5019923Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5020174Z copying torch/include/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5021642Z copying torch/include/c10d/c10d.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5022764Z copying torch/include/c10d/debug.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5023939Z copying torch/include/c10d/error.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5025127Z copying torch/include/c10d/exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5026399Z copying torch/include/c10d/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5027362Z copying torch/include/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5028671Z copying torch/include/c10d/socket.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5029421Z copying torch/include/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5030810Z copying torch/include/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5032173Z copying torch/include/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5032688Z copying torch/include/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5034009Z copying torch/include/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5035174Z copying torch/include/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5036526Z copying torch/include/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5037574Z copying torch/include/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5038304Z copying torch/include/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5039964Z copying torch/include/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5041418Z copying torch/include/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5042369Z copying torch/include/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5043847Z copying torch/include/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5044896Z copying torch/include/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5045982Z copying torch/include/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5046956Z copying torch/include/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5049296Z copying torch/include/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5049744Z copying torch/include/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5051597Z copying torch/include/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5052205Z copying torch/include/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5053702Z copying torch/include/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5054720Z copying torch/include/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5055811Z copying torch/include/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5056852Z copying torch/include/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5058116Z copying torch/include/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5059053Z copying torch/include/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5060665Z copying torch/include/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5062398Z copying torch/include/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5063245Z copying torch/include/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5064509Z copying torch/include/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5066926Z copying torch/include/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5067393Z copying torch/include/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/c10d 2022-09-27T15:32:10.5069219Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib 2022-09-27T15:32:10.5069593Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-09-27T15:32:10.5070078Z copying torch/include/caffe2/contrib/aten/aten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-09-27T15:32:10.5071317Z copying torch/include/caffe2/contrib/aten/aten_op_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-09-27T15:32:10.5072815Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5073317Z copying torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5074441Z copying torch/include/caffe2/contrib/fakelowp/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5076079Z copying torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5077002Z copying torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5078183Z copying torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5079297Z copying torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5080506Z copying torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5081731Z copying torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5082809Z copying torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5084032Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5085316Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5086873Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5088064Z copying torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5089228Z copying torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5090835Z copying torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5091625Z copying torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:10.5092786Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5093522Z copying torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5094727Z copying torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5095712Z copying torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5096926Z copying torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5098653Z copying torch/include/caffe2/contrib/gloo/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5099479Z copying torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5100430Z copying torch/include/caffe2/contrib/gloo/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5102017Z copying torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5103048Z copying torch/include/caffe2/contrib/gloo/store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:10.5104464Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl 2022-09-27T15:32:10.5105025Z copying torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl 2022-09-27T15:32:10.5105940Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl 2022-09-27T15:32:10.5106484Z copying torch/include/caffe2/contrib/opencl/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl 2022-09-27T15:32:10.5108077Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof 2022-09-27T15:32:10.5108638Z copying torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof 2022-09-27T15:32:10.5109382Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:32:10.5110162Z copying torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:32:10.5112050Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:10.5112584Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:10.5113641Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:10.5114675Z copying torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:10.5115760Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc 2022-09-27T15:32:10.5116312Z copying torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc 2022-09-27T15:32:10.5117316Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5117865Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5119230Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5120597Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5121565Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5122629Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5124224Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5125311Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5126475Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5127670Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5129001Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5129885Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5131080Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5132188Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5133696Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5134804Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5135698Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5136715Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5138035Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5139191Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5140318Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5141318Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5142531Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5143854Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5144757Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5146114Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5146996Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5148345Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5149103Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5150406Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5151096Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5152108Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5153113Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5154185Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5155109Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5156140Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5157168Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5158349Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5159352Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5160519Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5162273Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5163329Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5164742Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5165721Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5166890Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5168441Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5169332Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5170482Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5172301Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5172760Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5174253Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5175136Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5176783Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5177507Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5179502Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5180267Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5182292Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5183311Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5184423Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5185630Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-09-27T15:32:10.5186736Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-09-27T15:32:10.5187438Z copying torch/include/caffe2/core/hip/common_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-09-27T15:32:10.5188910Z copying torch/include/caffe2/core/hip/miopen_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-09-27T15:32:10.5190142Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph 2022-09-27T15:32:10.5190738Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include 2022-09-27T15:32:10.5191230Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-09-27T15:32:10.5191704Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:32:10.5192334Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:32:10.5193289Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:32:10.5194267Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:32:10.5195506Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:32:10.5196760Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:32:10.5197600Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5198571Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5199749Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5200667Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5201480Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5202618Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:10.5204521Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:32:10.5205363Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:32:10.5206511Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:32:10.5207715Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:32:10.5208621Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:32:10.5209379Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:32:10.5210555Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:32:10.5211550Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:32:10.5212290Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:32:10.5213459Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:32:10.5214186Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:32:10.5214753Z copying torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:32:10.5215370Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc 2022-09-27T15:32:10.5216108Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc 2022-09-27T15:32:10.5217328Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db 2022-09-27T15:32:10.5217863Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db 2022-09-27T15:32:10.5218797Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5219434Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5220535Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5221732Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5222540Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5223548Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5224680Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-09-27T15:32:10.5226202Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments 2022-09-27T15:32:10.5226784Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5227432Z copying torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5228276Z copying torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5229766Z copying torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5230740Z copying torch/include/caffe2/experiments/operators/funhash_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5231958Z copying torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5232869Z copying torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5233833Z copying torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5234836Z copying torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-09-27T15:32:10.5236469Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep 2022-09-27T15:32:10.5236933Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep 2022-09-27T15:32:10.5237999Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-09-27T15:32:10.5238789Z copying torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-09-27T15:32:10.5239736Z copying torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-09-27T15:32:10.5240975Z copying torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-09-27T15:32:10.5241826Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-09-27T15:32:10.5242656Z copying torch/include/caffe2/ideep/utils/ideep_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-09-27T15:32:10.5243720Z copying torch/include/caffe2/ideep/utils/ideep_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-09-27T15:32:10.5244766Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-09-27T15:32:10.5245580Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-09-27T15:32:10.5246849Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-09-27T15:32:10.5247879Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile 2022-09-27T15:32:10.5248742Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib 2022-09-27T15:32:10.5249407Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:10.5250215Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:10.5251136Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:10.5252172Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:10.5252964Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5253709Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5254450Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5265277Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5266371Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5267039Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:10.5267521Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-09-27T15:32:10.5267972Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:32:10.5268614Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:32:10.5269147Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5269870Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5270559Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5271326Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5271970Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5272618Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5273389Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:10.5273923Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-09-27T15:32:10.5274371Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:32:10.5275025Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:32:10.5275569Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:32:10.5276158Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:32:10.5276822Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:32:10.5278014Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:10.5278600Z copying torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:10.5280200Z copying torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:10.5281320Z copying torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:10.5282390Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:32:10.5282950Z copying torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:32:10.5283912Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:10.5284580Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:10.5285459Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:10.5286150Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-09-27T15:32:10.5287051Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-09-27T15:32:10.5288091Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-09-27T15:32:10.5289047Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-09-27T15:32:10.5289583Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-09-27T15:32:10.5290720Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-09-27T15:32:10.5291723Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-09-27T15:32:10.5292851Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-09-27T15:32:10.5294106Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5294883Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5295713Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5296643Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5297777Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5298748Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5299818Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5300879Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5302025Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-09-27T15:32:10.5303471Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:10.5304304Z copying torch/include/caffe2/onnx/torch_ops/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:10.5305395Z copying torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:10.5306401Z copying torch/include/caffe2/onnx/torch_ops/schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:10.5307663Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5308114Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5309315Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5310410Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5311388Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5312553Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5313638Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5314802Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5315934Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5317062Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5318184Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5319191Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5320304Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5321182Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5322251Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5323187Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5324680Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5325753Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5326751Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5327746Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5329240Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5330202Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5331191Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5333464Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5334210Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5334835Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5336007Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5337145Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5338359Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5339517Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5340743Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5342037Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5342967Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5344165Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5345049Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5346284Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5347724Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5348631Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5349884Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5350979Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5352130Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5353100Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5354833Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5355950Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5357529Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5358474Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5359659Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5360753Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5361909Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5363402Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5365176Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5366287Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5367417Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5368575Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5369627Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5370715Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5371785Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5373103Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5374039Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5374916Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5376326Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5377342Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5378436Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5379541Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5380711Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5381841Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5382774Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5384737Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5385331Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5386459Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5387705Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5388809Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5389849Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5391179Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5392165Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5393767Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5394965Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5395988Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5397127Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5398156Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5399244Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5400392Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5401533Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5402730Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5404063Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5405097Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5406239Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5407732Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5408923Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5410477Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5411419Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5412528Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5414638Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5415229Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5415971Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5417126Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5418196Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5419866Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5420844Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5422577Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5423739Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5424861Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5426012Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5427326Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5428423Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5430022Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5430849Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5432193Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5433431Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5434703Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5435817Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5436937Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5438487Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5439511Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5440896Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5441933Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5442892Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5443913Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5445093Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5445955Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5447165Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5448542Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5449677Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5450997Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5451970Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5453366Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5454137Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5455320Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5456473Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5457778Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5459059Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5460030Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5461274Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5462579Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5464295Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5466264Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5467409Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5468609Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5469516Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5470669Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5471802Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5472703Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5473835Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5475046Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5476611Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5477363Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5478814Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5479762Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5480782Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5482000Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5483354Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5484448Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5485437Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5486627Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5488143Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5489143Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5490047Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5491088Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5492248Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5493307Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5494840Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5495690Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5496920Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5498063Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5499161Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5500261Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5501649Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5503544Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5504279Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5505052Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5506449Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5507571Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5508705Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5509881Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5510983Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5512082Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5513201Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5514293Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5515879Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5517051Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5518093Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5519166Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5520419Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5521513Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5523111Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5524342Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5525279Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5526459Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5527752Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5528782Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5530116Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5530985Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5532228Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5533349Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5534586Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5535615Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5537211Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5538485Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5539553Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5540715Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5542348Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5543400Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5544331Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5545523Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5546773Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5547784Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5548934Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5549664Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5550994Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5552637Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5553238Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5554451Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5555676Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5556636Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5557949Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5558905Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5560166Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5560920Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5562898Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5563775Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5564851Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5565728Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5567149Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5568155Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5569466Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5571062Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5571712Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5572685Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5573558Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5574641Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5575813Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5576926Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5577743Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5579104Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5580196Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5581222Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5582374Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5583845Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5584990Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5586137Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5587856Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5589083Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5590548Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5592308Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5593352Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5594358Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5595581Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5596608Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5597913Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5599003Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5600396Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5601293Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5602642Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5603975Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5605085Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5606353Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5607588Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5608922Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5610076Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5611237Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5612531Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5613427Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5614838Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5616463Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5617868Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5618869Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5620632Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5621283Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-09-27T15:32:10.5623010Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip 2022-09-27T15:32:10.5623543Z copying torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip 2022-09-27T15:32:10.5626248Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5626607Z copying torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5627919Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5630232Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5630831Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5632283Z copying torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5633739Z copying torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-09-27T15:32:10.5635176Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:32:10.5635975Z copying torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:32:10.5636755Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5637326Z copying torch/include/caffe2/operators/quantized/int8_add_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5638969Z copying torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5639778Z copying torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5641688Z copying torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5643301Z copying torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5644055Z copying torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5645324Z copying torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5646693Z copying torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5647671Z copying torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5649104Z copying torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5650415Z copying torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5651583Z copying torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5652954Z copying torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5654692Z copying torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5656031Z copying torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5657464Z copying torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5658824Z copying torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5660740Z copying torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5662034Z copying torch/include/caffe2/operators/quantized/int8_simd.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5663806Z copying torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5665578Z copying torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5667044Z copying torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5668410Z copying torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5669753Z copying torch/include/caffe2/operators/quantized/int8_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-09-27T15:32:10.5671487Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5671988Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5673253Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5674668Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5676046Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5677744Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5678930Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5680273Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5681889Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5683077Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5684521Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5686153Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5687493Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5688826Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5690628Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5691828Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5693781Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5694896Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5696271Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5697943Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-09-27T15:32:10.5699172Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5699681Z copying torch/include/caffe2/opt/custom/cc_amrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5701691Z copying torch/include/caffe2/opt/custom/concat_elim.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5703239Z copying torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5704352Z copying torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5705733Z copying torch/include/caffe2/opt/custom/pointwise_elim.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-09-27T15:32:10.5707290Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-09-27T15:32:10.5707715Z copying torch/include/caffe2/opt/nql/ast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-09-27T15:32:10.5709474Z copying torch/include/caffe2/opt/nql/graphmatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-09-27T15:32:10.5710194Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5710863Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5712592Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5713651Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5714469Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5715723Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5716749Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5717776Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5719044Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5719793Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5721058Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5722029Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5723837Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5725073Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-09-27T15:32:10.5726520Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5726840Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5727938Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5728860Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5730316Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5731133Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5732140Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-09-27T15:32:10.5733639Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5734081Z copying torch/include/caffe2/predictor/emulator/benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5734843Z copying torch/include/caffe2/predictor/emulator/data_filler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5735908Z copying torch/include/caffe2/predictor/emulator/emulator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5736699Z copying torch/include/caffe2/predictor/emulator/net_supplier.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5738180Z copying torch/include/caffe2/predictor/emulator/output_formatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5738954Z copying torch/include/caffe2/predictor/emulator/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5740359Z copying torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5741234Z copying torch/include/caffe2/predictor/emulator/time_profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5742553Z copying torch/include/caffe2/predictor/emulator/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:10.5743789Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-09-27T15:32:10.5744963Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-09-27T15:32:10.5745638Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-09-27T15:32:10.5747189Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-09-27T15:32:10.5748860Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-09-27T15:32:10.5753575Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-09-27T15:32:10.5754104Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-09-27T15:32:10.5754828Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-09-27T15:32:10.5756563Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-09-27T15:32:10.5757746Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-09-27T15:32:10.5759279Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization 2022-09-27T15:32:10.5759788Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5760582Z copying torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5762458Z copying torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5763757Z copying torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5765092Z copying torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5766435Z copying torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5767835Z copying torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5769232Z copying torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5770736Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5772158Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5773562Z copying torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5775562Z copying torch/include/caffe2/quantization/server/conv_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5776731Z copying torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5778497Z copying torch/include/caffe2/quantization/server/dnnlowp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5779753Z copying torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5781613Z copying torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5782792Z copying torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5784638Z copying torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5786782Z copying torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5787998Z copying torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5789448Z copying torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5790895Z copying torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5792354Z copying torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5793850Z copying torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5795267Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5797502Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5798490Z copying torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5799759Z copying torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5801125Z copying torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5802954Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5804226Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5805615Z copying torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5807099Z copying torch/include/caffe2/quantization/server/kl_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5808551Z copying torch/include/caffe2/quantization/server/l2_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5809959Z copying torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5811340Z copying torch/include/caffe2/quantization/server/mmio.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5812799Z copying torch/include/caffe2/quantization/server/op_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5814240Z copying torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5815689Z copying torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5817088Z copying torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5818489Z copying torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5819949Z copying torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5821374Z copying torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5822832Z copying torch/include/caffe2/quantization/server/sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5824533Z copying torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5826152Z copying torch/include/caffe2/quantization/server/tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5827473Z copying torch/include/caffe2/quantization/server/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5828808Z copying torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-09-27T15:32:10.5830072Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5830834Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5832562Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5833701Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5835392Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5836644Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-09-27T15:32:10.5839396Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5839916Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5840623Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5841943Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5843313Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5845122Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5846397Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5847742Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-09-27T15:32:10.5849252Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5850264Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5852043Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5853443Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5855337Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5856651Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5857958Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5867234Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5868046Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5869457Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5871121Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5872305Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5874007Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5875382Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5876691Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5878429Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5880253Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5881492Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5883102Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5884390Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5886421Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5887554Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5889205Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5890434Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5892100Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-09-27T15:32:10.5893317Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share 2022-09-27T15:32:10.5893925Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib 2022-09-27T15:32:10.5894210Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:32:10.5894960Z copying torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:32:10.5896477Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-09-27T15:32:10.5897141Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-09-27T15:32:10.5898137Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-09-27T15:32:10.5899479Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-09-27T15:32:10.5900455Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-09-27T15:32:10.5901866Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-09-27T15:32:10.5902310Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-09-27T15:32:10.5903791Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-09-27T15:32:10.5905037Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-09-27T15:32:10.5906592Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-09-27T15:32:10.5907759Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5908278Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5909236Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5910874Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5911623Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5913473Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-09-27T15:32:10.5914297Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5914799Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5915992Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5916952Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5917871Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5919271Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5920207Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5921752Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5922515Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5923328Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5924964Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5925626Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5926616Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5927377Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5929062Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5929829Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5931452Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5932377Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5933825Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5935652Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5936452Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5937748Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5938641Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5940063Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5941493Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5942541Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5944174Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5945388Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5946472Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-09-27T15:32:10.5967891Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api 2022-09-27T15:32:10.5968463Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include 2022-09-27T15:32:10.5968829Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5969229Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5969540Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5969932Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5970354Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5970670Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5971104Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5971420Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5971722Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5972034Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5972461Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5972812Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5973213Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5973641Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5974015Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5974402Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5974773Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5975237Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5975636Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5976075Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5976393Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5976798Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5977284Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5977671Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:10.5977908Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5978258Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5978735Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5979107Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5979598Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5980006Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5980716Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5981448Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5982582Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:10.5984345Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:32:10.5984740Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:32:10.5986103Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:32:10.5987463Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:32:10.5988457Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5988815Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5990245Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5991532Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5992764Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5994031Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5994976Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5996446Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:10.5997827Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:32:10.5998253Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:32:10.5999625Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:32:10.6000667Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:32:10.6001729Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6002093Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6003616Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6004719Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6006464Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6007139Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6008613Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6009844Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:10.6010945Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6011321Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6012660Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6013696Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6015110Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6016202Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:10.6017414Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:32:10.6018036Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:32:10.6019304Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:32:10.6020230Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6020980Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6022017Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6023230Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6024585Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6025858Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6027142Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6028375Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6029544Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6030703Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:10.6032984Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6033354Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6034477Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6035727Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6036802Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6038128Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6039366Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6040442Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6041818Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6042870Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6044191Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6045609Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6046858Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6048029Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6049398Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6050846Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6052852Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:10.6053588Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6053974Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6055514Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6056582Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6058680Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6059498Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6060606Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6065288Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6065935Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6066604Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6067259Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6067892Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6068716Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6069374Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6070467Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6071482Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6072423Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6073548Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6074552Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6075679Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6076996Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6078068Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:10.6079429Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6080280Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6081054Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6082297Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6083396Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6084487Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6085599Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6086810Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6087901Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6089036Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6090681Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6091813Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6092934Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6094047Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6095454Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6096573Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6097813Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6098889Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6100176Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6101377Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6102822Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6104135Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6105445Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6106582Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:10.6107632Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6108200Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6109579Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6110754Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6111829Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6113201Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6114337Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6115538Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6116755Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6117995Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6119221Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:10.6120744Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:32:10.6121161Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:32:10.6122484Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:32:10.6123233Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:32:10.6124306Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:32:10.6125585Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:32:10.6127039Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6127767Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6128776Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6129813Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6131145Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6132133Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6133374Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6134636Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6135692Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:10.6137580Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:32:10.6138080Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:32:10.6139015Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:32:10.6140011Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:10.6140831Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:10.6141950Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:10.6143098Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:10.6144483Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:10.6145332Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6146360Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6147119Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6148253Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6149977Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6150524Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6151672Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6152484Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6153669Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6154643Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6156001Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6156699Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6157819Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6160408Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6160763Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6161272Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6162847Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6164054Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6164770Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6166597Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6167421Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6168437Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6169924Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6170646Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6172285Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6173328Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6174448Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6175543Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6176988Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6177821Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6179244Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6179979Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6181880Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6182493Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6184238Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6184944Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6186895Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6188127Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6188456Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6189548Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6190727Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6191941Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6193016Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6193930Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6195651Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6196542Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6197771Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-09-27T15:32:10.6199323Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6199664Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6201096Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6201994Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6203599Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6204330Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6205939Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:10.6206679Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:10.6207108Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:10.6208590Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:10.6209928Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:10.6213011Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:10.6214449Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6214834Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6216645Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6217524Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6218357Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6219233Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6220695Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:10.6222008Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6222272Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6223829Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6225673Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6226017Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6227278Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6228857Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6229404Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6231047Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6231846Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-09-27T15:32:10.6233488Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6234243Z copying torch/include/torch/csrc/deploy/Exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6234769Z copying torch/include/torch/csrc/deploy/deploy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6235875Z copying torch/include/torch/csrc/deploy/elf_file.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6236853Z copying torch/include/torch/csrc/deploy/environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6237641Z copying torch/include/torch/csrc/deploy/loader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6239010Z copying torch/include/torch/csrc/deploy/mem_file.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6239630Z copying torch/include/torch/csrc/deploy/noop_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6240820Z copying torch/include/torch/csrc/deploy/path_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy 2022-09-27T15:32:10.6242106Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:10.6242766Z copying torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:10.6243466Z copying torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:10.6245063Z copying torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:10.6246356Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed 2022-09-27T15:32:10.6246585Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:32:10.6247281Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:32:10.6248832Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6249168Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6250672Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6251633Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6253256Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6254119Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6255677Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6256636Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6258066Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6258926Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6262658Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6264011Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6264957Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6266598Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6267671Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6268495Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6270020Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6271688Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6272658Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6273763Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6274596Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6275674Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6277642Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6278468Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6279212Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6280871Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6282495Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6283092Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:10.6283716Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-09-27T15:32:10.6284318Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-09-27T15:32:10.6285705Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-09-27T15:32:10.6286108Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-09-27T15:32:10.6287356Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6288212Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6290142Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6291461Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6292788Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6294310Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6295681Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6297107Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6298473Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6299850Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:10.6301374Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6302131Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6304133Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6305279Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6306670Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6308404Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6309464Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6311113Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6312354Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6314307Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6315461Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6316830Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6318133Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6319799Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6321526Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6322863Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6325549Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6326598Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6327988Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6329330Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6331110Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6332401Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6333798Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6335224Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6336573Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6337966Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6339722Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6341175Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6342660Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6344234Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6345793Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6347056Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6349396Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6350455Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6351844Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6353271Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6354626Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6356095Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6357686Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6359067Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6360483Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6362069Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6363326Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6364692Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6366251Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6367686Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6369193Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6370526Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6372089Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6373458Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6375013Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6376578Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6377953Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6379286Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6380948Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6382181Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6384545Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6386290Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6387504Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6388609Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6390284Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6390914Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6392383Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6393600Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6394886Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6396134Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6397239Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6398294Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6399657Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6400924Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6402046Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6403155Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6404440Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6405449Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6406579Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6407703Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6409330Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6410232Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6411076Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6412338Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6413631Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6415820Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6417441Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6418257Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6419392Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6420687Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:10.6422743Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6423428Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6425284Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6426975Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6428300Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6429897Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6430906Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6432111Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6433683Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6434551Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:10.6435462Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6436364Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6437371Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6438400Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6439565Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6441258Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:10.6441729Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6442324Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6443797Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6444892Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6445994Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6447734Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6448806Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6449918Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6451133Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6452258Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6453443Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6454656Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6455833Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6457057Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6458628Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6459701Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6461610Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6462385Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6463539Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6464838Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6465805Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6467096Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6468918Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6470103Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6471053Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6472144Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6473834Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6474637Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6475653Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6476764Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6478184Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6479159Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:10.6480419Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6481259Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6481999Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6483323Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6484477Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6486776Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6487144Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6488046Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6489117Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6490714Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6492134Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6493008Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6494010Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:10.6495663Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6496698Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6497733Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6498766Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6499371Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6500352Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6501192Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6502562Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6503901Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6505060Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6506584Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6507788Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6509941Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6510257Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6511802Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6513007Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6514338Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6515660Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6517201Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6518371Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6519763Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6521271Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6522729Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6524167Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6525618Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6527419Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6528815Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6530300Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6532227Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:10.6533373Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6534091Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6535692Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6537061Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6538533Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6540241Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-09-27T15:32:10.6541487Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6542615Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6544421Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6545804Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6547254Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6548678Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6550005Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6551450Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6552914Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6554393Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6556550Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6557814Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6559252Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6561182Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6563645Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6565585Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6566154Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6567168Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6567845Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6569314Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6570261Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6571641Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6572633Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:10.6574092Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6574662Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6575814Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6576606Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6577745Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6579427Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6580262Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6581492Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6582657Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6584355Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6585795Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6586914Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6587958Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6589049Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6589950Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6591388Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-09-27T15:32:10.6593107Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6593575Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6594484Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6595074Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6596826Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6597790Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6598970Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6600173Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6601385Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6602688Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6603738Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6604968Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6606121Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6607175Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6608478Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6609542Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6610855Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6611833Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6613616Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6614421Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6615592Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6616631Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6617681Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:10.6618791Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-09-27T15:32:10.6619698Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-09-27T15:32:10.6620741Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-09-27T15:32:10.6622281Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6622595Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6624102Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6624874Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6625911Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6627276Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6628181Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6629379Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6630412Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6631967Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6633272Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6634160Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6635978Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6636970Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6638059Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6639125Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6640597Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6641667Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6642849Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6644227Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6645460Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6646627Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6648080Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6649999Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6650945Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6651944Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6653163Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6654387Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6655369Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6657005Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6657942Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6659209Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6660564Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6661944Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6662887Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6664757Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6666285Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6667713Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6669070Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6670085Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6671265Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6672607Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6673658Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:10.6675090Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6675733Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6676862Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6677621Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6678602Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6679579Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6680840Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6681911Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6682967Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6683994Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:10.6685017Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen 2022-09-27T15:32:10.6686568Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6687018Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6687608Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6688636Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6689883Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6690907Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6692340Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6693232Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6694707Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6695711Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6697022Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6698286Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6699329Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6700599Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6701684Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6703160Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6704136Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6705714Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6706821Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6707913Z copying torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6709184Z copying torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6710233Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6711265Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6712697Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6713672Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6715132Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6716083Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6717365Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6718225Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6720548Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6720881Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6722387Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6723782Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6724706Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6726270Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6727321Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6728413Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6729460Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6730589Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6732059Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6733109Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6734149Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6735126Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6736447Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6737443Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6738736Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6740421Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6741670Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6742953Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6744080Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6745033Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6746548Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6747871Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6748644Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6749970Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6750955Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6752001Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6753062Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6754191Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6755565Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6757314Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6758734Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6759490Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6761428Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6761946Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6763874Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6764780Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6766213Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6767167Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6768174Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6769579Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6770907Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6771878Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6773659Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6773970Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6775386Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6776194Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6777356Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6778748Z copying torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6779440Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6781176Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6782454Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6783900Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6785322Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6786735Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6787869Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6788852Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6789791Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6791156Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:10.6792792Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:10.6794769Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:10.6795110Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:10.6795583Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:10.6796417Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:10.6797700Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6798189Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6799637Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6800646Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6802028Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6803770Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6804327Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6806055Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6806912Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6808320Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6809143Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6810608Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6811549Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6813149Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6813741Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6814942Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6817187Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6817589Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6819449Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:10.6820179Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-09-27T15:32:10.6820684Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-09-27T15:32:10.6822098Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-09-27T15:32:10.6822942Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6823775Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6824858Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6826257Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6827493Z copying torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6828641Z copying torch/include/torch/csrc/profiler/itt_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6829860Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6831057Z copying torch/include/torch/csrc/profiler/nvtx_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6832150Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-09-27T15:32:10.6833273Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:10.6834105Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:10.6835339Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:10.6836349Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6837002Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6838373Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6839343Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6840428Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6841563Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6842510Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6843419Z copying torch/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6844665Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6845889Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6846699Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6848499Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6849256Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6850232Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6851673Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6852497Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6853510Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6855238Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6856465Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6857479Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6858714Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6859722Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6861116Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6862686Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6863862Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6865295Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6866204Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6867780Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6868473Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6869790Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6871057Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6872356Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6873453Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6874039Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6876293Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6876842Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6877615Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6878568Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6879917Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6881313Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6882754Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6883652Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-09-27T15:32:10.6885246Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-09-27T15:32:10.6885606Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-09-27T15:32:10.6886789Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy 2022-09-27T15:32:10.6887130Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:10.6887609Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:10.6888992Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:10.6890147Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:10.6891152Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:10.6892224Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6892815Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6893670Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6895324Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6895868Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6897303Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6898460Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6899434Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6900662Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6901682Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6902628Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6904206Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6905468Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6907229Z copying torch/include/torch/csrc/lazy/core/lazy_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6908014Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6909338Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6910683Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6911478Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6912475Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6913949Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6915368Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6916115Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6918082Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6920009Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6920446Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6921249Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:10.6922625Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:32:10.6922969Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:32:10.6924895Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:32:10.6925245Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:32:10.6926531Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:32:10.6927443Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6927811Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6929355Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6930417Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6931844Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6932774Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6934555Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6935480Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6936560Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6937830Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6939099Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:10.6939915Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6940374Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6942110Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6943048Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6944762Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6945699Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6946700Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6947896Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6949218Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6950196Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6951147Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6952326Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6953293Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6954462Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6956420Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6957368Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6958259Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6960461Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6962525Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6963427Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-09-27T15:32:10.6964884Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6965251Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6966785Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6968915Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6969187Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6970604Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6972133Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6973337Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-09-27T15:32:10.6975153Z creating build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-09-27T15:32:10.6975621Z copying torch/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-09-27T15:32:10.6976358Z copying torch/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-09-27T15:32:10.6978305Z creating build/lib.linux-x86_64-cpython-310/torch/share 2022-09-27T15:32:10.6978498Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake 2022-09-27T15:32:10.6978696Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-09-27T15:32:10.6978970Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-09-27T15:32:10.6980583Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-09-27T15:32:10.6981010Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-09-27T15:32:10.6981978Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-09-27T15:32:10.6983017Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-09-27T15:32:10.6984544Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-09-27T15:32:10.6985772Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6986067Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6987901Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6989336Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6989719Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6991260Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6992080Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6994126Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6994994Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6995858Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-09-27T15:32:10.6997303Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:32:10.6997678Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:32:10.6998731Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:32:10.6999818Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:10.7000223Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:10.7001571Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:10.7003380Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:10.7004475Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:10.7006028Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:10.7006644Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:10.7007508Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:10.7008646Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:10.7009836Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:10.7010822Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-09-27T15:32:10.7011420Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-09-27T15:32:10.7012488Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-09-27T15:32:10.7013435Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-09-27T15:32:10.7014161Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-09-27T15:32:10.7015032Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-09-27T15:32:10.7016246Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-09-27T15:32:10.7072114Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:10.7133371Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:10.7227650Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:10.7228396Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:10.7232094Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:10.7313475Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:10.7345781Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:10.7422303Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-09-27T15:32:10.7533140Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged 2022-09-27T15:32:10.7533376Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen 2022-09-27T15:32:10.7533592Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-09-27T15:32:10.7533900Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-09-27T15:32:10.7538027Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-09-27T15:32:10.7539327Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7540273Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7541611Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7542877Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7544779Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7546139Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7547931Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7549115Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7550378Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7551747Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7553156Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7554795Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7556181Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7557517Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7559297Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7560711Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7561995Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7563429Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7565172Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7566337Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7567687Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7569042Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7570550Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7571883Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7573313Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7574837Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7576321Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7577638Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7579108Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7580483Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7582178Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7583357Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7585383Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7586582Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7588371Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7589493Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7590949Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7592400Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7593394Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7594692Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-09-27T15:32:10.7925022Z running build_ext 2022-09-27T15:32:10.7970527Z -- Building with NumPy bindings 2022-09-27T15:32:10.7970759Z -- Detected cuDNN at , 2022-09-27T15:32:10.7971161Z -- Detected CUDA at /usr/local/cuda 2022-09-27T15:32:10.7971270Z -- Using MKLDNN 2022-09-27T15:32:10.7971473Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-09-27T15:32:10.7971592Z -- Not using CBLAS in MKLDNN 2022-09-27T15:32:10.7971705Z -- Building NCCL library 2022-09-27T15:32:10.7971833Z -- Building with distributed package: 2022-09-27T15:32:10.7971944Z -- USE_TENSORPIPE=True 2022-09-27T15:32:10.7972039Z -- USE_GLOO=True 2022-09-27T15:32:10.7972134Z -- USE_MPI=False 2022-09-27T15:32:10.7972222Z -- Using ITT 2022-09-27T15:32:10.9745097Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-09-27T15:32:10.9745496Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-09-27T15:32:10.9751940Z building 'torch._C' extension 2022-09-27T15:32:10.9753708Z creating build/temp.linux-x86_64-cpython-310 2022-09-27T15:32:10.9754157Z creating build/temp.linux-x86_64-cpython-310/torch 2022-09-27T15:32:10.9754372Z creating build/temp.linux-x86_64-cpython-310/torch/csrc 2022-09-27T15:32:10.9756276Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-310/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:32:11.0673247Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:32:11.2803836Z building 'torch._C_flatbuffer' extension 2022-09-27T15:32:11.2805098Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-310/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:32:11.3545765Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:32:11.3943225Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T15:32:11.3943785Z warnings.warn( 2022-09-27T15:32:11.4180620Z installing to build/bdist.linux-x86_64/wheel 2022-09-27T15:32:11.4180858Z running install 2022-09-27T15:32:11.4233895Z running install_lib 2022-09-27T15:32:11.4285879Z creating build/bdist.linux-x86_64 2022-09-27T15:32:11.4286379Z creating build/bdist.linux-x86_64/wheel 2022-09-27T15:32:11.4287233Z creating build/bdist.linux-x86_64/wheel/caffe2 2022-09-27T15:32:11.4287644Z copying build/lib.linux-x86_64-cpython-310/caffe2/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2 2022-09-27T15:32:11.4289258Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-09-27T15:32:11.4289677Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-09-27T15:32:11.4291142Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:32:11.4291596Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:32:11.4292873Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/aten_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:32:11.4293427Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/gen_op.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:32:11.4294525Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:32:11.4295152Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:32:11.4296137Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs/sample.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:32:11.4297151Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:32:11.4298202Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:32:11.4298829Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo/gloo_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:32:11.4300006Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:32:11.4300836Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:32:11.4301834Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl/nccl_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:32:11.4302555Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:32:11.4303366Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:32:11.4304543Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack/nnpack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:32:11.4305321Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4306312Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/AnyExp.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4307498Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/AnyExpOnTerm.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4308116Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/ModuleRegister.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4309265Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4309847Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4310888Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/compute_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4311546Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/compute_topk_accuracy.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4312514Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/meter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4313294Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/module_map.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4314380Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/output_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:32:11.4316370Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4317186Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4318341Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4319236Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4320465Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4321705Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4322946Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4324080Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4325017Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4325668Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4326767Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:32:11.4327602Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:32:11.4328222Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:32:11.4328825Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof/cuda_profile_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:32:11.4329306Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-09-27T15:32:11.4329888Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-09-27T15:32:11.4330318Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-09-27T15:32:11.4330943Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-09-27T15:32:11.4331585Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4332728Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4333628Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4334494Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4335770Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4336781Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:32:11.4338737Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:32:11.4339355Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:32:11.4339992Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc/ctc_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:32:11.4340773Z creating build/bdist.linux-x86_64/wheel/caffe2/core 2022-09-27T15:32:11.4342302Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core 2022-09-27T15:32:11.4342819Z creating build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:32:11.4343475Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:32:11.4344425Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph/op_gen.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:32:11.4345306Z creating build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:32:11.4345784Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:32:11.4346869Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/file_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:32:11.4347520Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/redis_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:32:11.4348304Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/store_ops_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:32:11.4349263Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-09-27T15:32:11.4349746Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-09-27T15:32:11.4350943Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4351594Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/SparseTransformer.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4352512Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4353431Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4354350Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/device_reduce_sum_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4355398Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4356463Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/net_construct_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4357330Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/sparse_funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4358168Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/sparse_reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4359252Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/tt_contraction_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4359958Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/tt_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:32:11.4360895Z creating build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:32:11.4361721Z copying build/lib.linux-x86_64-cpython-310/caffe2/perfkernels/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:32:11.4362390Z copying build/lib.linux-x86_64-cpython-310/caffe2/perfkernels/hp_emblookup_codegen.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:32:11.4363731Z creating build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:32:11.4364238Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:32:11.4365175Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/gen_proto_typestubs_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:32:11.4366284Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/torch_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:32:11.4367308Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/caffe2_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:32:11.4369688Z creating build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4370352Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4371247Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/_import_c_extension.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4372162Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/allcompare_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4372943Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/attention.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4373558Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/benchmark_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4374536Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/binarysize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4375283Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/brew.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4376122Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/brew_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4376935Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/build.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4377656Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/cached_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4378564Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/caffe_translator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4379848Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/caffe_translator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4380717Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4381846Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4382575Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/cnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4384033Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4385232Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4385778Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4386757Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_grad.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4387796Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_grad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4388758Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4389496Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4391764Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convert.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4392704Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4393634Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4394693Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convnet_benchmarks_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4395587Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4397405Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core_gradients_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4398815Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4400244Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4401685Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf_predict.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4402705Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf_viterbi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4403779Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_parallel_model.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4405720Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_parallel_model_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4407245Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4408517Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4409753Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataio.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4410916Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataio_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4412123Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataset.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4413422Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/db_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4414456Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4415563Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/device_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4416581Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4417415Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/embedding_generation_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4418668Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/experiment_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4419267Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/extension_loader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4420639Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakefp16_transform_lib.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4421615Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/filler_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4422576Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4423172Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/functional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4424836Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4425772Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gradient_check_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4426616Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gradient_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4427691Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gru_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4428770Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hip_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4429376Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hsm_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4430295Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hypothesis_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4432067Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hypothesis_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4433075Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4434186Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4435410Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_model_instantiator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4436254Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4437291Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4438042Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4439797Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4440648Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy_dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4441657Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy_dyndep_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4443060Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4443954Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4444550Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lstm_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4445603Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/memonger.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4446703Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/memonger_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4448103Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4449019Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_device_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4449788Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4450853Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4451891Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modifier_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4452814Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/muji.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4453888Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/muji_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4454835Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_builder.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4455886Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_builder_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4456870Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_drawer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4458033Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_printer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4459049Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_printer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4460009Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4461390Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4463127Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4464408Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4465361Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4466458Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4467235Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4468234Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/numa_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4469185Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/numa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4470359Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4471269Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_fp_exceptions_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4472303Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4474780Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4475357Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4476524Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4477448Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallel_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4478390Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallel_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4479846Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallelize_bmuf_distributed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4480971Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/pipeline.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4482134Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/pipeline_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4483197Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor_constants.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4484417Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/recurrent.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4485472Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4486597Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/queue_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4487613Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/record_queue.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4488680Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4489958Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4491086Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4492153Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4493857Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/schema.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4495405Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/schema_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4496584Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4497655Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/scope_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4498862Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/session.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4499943Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/session_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4501132Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/sparse_to_dense_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4502293Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/sparse_to_dense_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4503297Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/task.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4504658Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/task_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4506114Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4507197Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/text_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4508240Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/timeout_guard.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4510021Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/toy_regression_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4510944Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4512137Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4513048Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/tt_core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4514161Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/tt_core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4515041Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4516035Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/utils_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4517140Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/visualize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4518174Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4519493Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:32:11.4521401Z creating build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4522214Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4523189Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/formatter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4524106Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4525631Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/github.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4526564Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/parser.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:32:11.4527679Z creating build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4528522Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4529490Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/char_rnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4530334Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/imagenet_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4532019Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/lmdb_create_example.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4532641Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/resnet50_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:32:11.4534385Z creating build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:32:11.4535215Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:32:11.4536132Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/init_shared_libs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:32:11.4536831Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:32:11.4538847Z creating build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4539403Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4540634Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/algebra.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4541717Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/arg_scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4558592Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/array_helpers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4559714Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/control_ops.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4560686Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4561645Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/db_input.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4562736Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4563715Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/elementwise_linear.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4564643Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4565601Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/nonlinearity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4566571Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4567545Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/pooling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4568501Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/quantization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4569450Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/tools.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4570362Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:32:11.4571095Z creating build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4571894Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4572835Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4573764Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/adam_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4574747Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4575725Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/channel_shuffle_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4576713Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4577672Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4578657Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4579612Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/convfusion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4581021Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4582055Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4583049Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4584084Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4584914Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4585826Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/leaky_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4586929Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/moment_sgd_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4587940Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/operator_fallback_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4588923Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/order_switch_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4589849Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4590778Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/pre_convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4591714Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4592620Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4593586Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/shape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4594552Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4595512Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/softmax_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4596474Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4597438Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/test_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4598450Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/transform_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4599431Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4600401Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/weightedsum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:32:11.4601154Z creating build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4601973Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4602941Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/adaptive_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4603852Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/add_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4604844Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/arc_cosine_feature_map.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4605936Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_huber_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4606920Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_lr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4607890Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_mse_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4608888Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4609930Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4611019Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_softmax_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4611987Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/blob_weighted_sum.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4612932Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/bpr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4613903Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/bucket_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4614872Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/build_index.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4615815Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/concat.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4616790Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/constant_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4617901Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4618846Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4619771Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4620708Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc_with_bootstrap.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4621762Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc_without_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4622776Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/feature_sparse_to_dense.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4623902Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4624854Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/gather_record.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4625847Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/homotopy_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4626818Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/label_smooth.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4627815Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/last_n_window_collector.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4628767Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/layer_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4629867Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/layers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4630839Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/margin_rank_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4631807Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/merge_id_lists.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4632784Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/pairwise_similarity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4633802Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/position_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4634804Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/random_fourier_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4635884Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/reservoir_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4636871Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sampling_train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4637863Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sampling_trainable_mixin.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4638915Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/select_record_by_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4639882Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/semi_random_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4640875Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4641917Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_feature_hash.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4642992Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4643986Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_lookup.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4644947Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/split.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4645873Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/tags.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4646838Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/uniform_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:32:11.4647598Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:32:11.4648423Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mint/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:32:11.4649311Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mint/app.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:32:11.4650024Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4650809Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4651735Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4652804Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_LRN_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4653768Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_concat_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4654820Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4655718Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4656675Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4657679Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4658633Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4659680Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fc_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4660667Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4661654Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4662622Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_pool_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4663698Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4664628Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sbn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4665567Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sbn_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4666506Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4667452Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4668404Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4669296Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/rewrite_graph.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4670234Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/rewrite_graph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:32:11.4670996Z creating build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4671799Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4672781Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_histogram_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4673967Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4675030Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_norm_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4676145Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4677137Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_statistics_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4678319Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4679368Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/get_entry_from_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4680391Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/get_entry_from_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4681418Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/gradient_clipping.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4682450Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/gradient_clipping_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4683500Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/initializers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4684623Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/initializers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4685619Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/net_modifier.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4686559Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_info.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4687573Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_sharing.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4688601Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:32:11.4689374Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4690184Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4691131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/__sym_init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4692078Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/download.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4693087Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/imagenet_trainer_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4694050Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4694955Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/resnet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4695910Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/shufflenet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4696862Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/shufflenet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:32:11.4697642Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4698502Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4699499Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/beam_search.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4700670Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4701798Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4702909Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4704012Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4704918Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4705909Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/translate.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:32:11.4707286Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4708173Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4709275Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4711336Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend_cpp_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4711958Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4712457Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/error.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4713580Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/frontend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4714139Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4714820Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4715967Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/test_onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4716700Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:32:11.4717819Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:32:11.4718442Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:32:11.4719316Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin/conversion.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:32:11.4720333Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4721064Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4721898Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/c2_ref_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4723182Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/conversion_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4724199Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4724948Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/onnx_backend_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4725802Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/ssa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4726839Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:32:11.4728850Z creating build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4729436Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4730538Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/activation_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4731524Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adadelta_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4732307Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4733653Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adagrad_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4734406Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adam_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4735278Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/affine_channel_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4736037Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/alias_with_name_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4737109Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/apmeter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4738069Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/arg_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4738873Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/assert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4739840Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/async_net_barrier_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4740463Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/atomic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4741987Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/basic_rnn_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4742992Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_box_cox_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4744031Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4745114Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4745784Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4747725Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bbox_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4748590Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bisect_percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4749398Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4750351Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/boolean_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4751694Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/boolean_unmask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4752449Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4753798Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4754898Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cast_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4755926Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ceil_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4757131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4758511Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_shuffle_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4759573Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4760645Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4761690Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/clip_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4762761Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/clip_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4763929Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4765028Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/concat_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4766105Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4767180Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conditional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4768192Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conftest.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4769245Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4770296Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4771356Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/copy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4772440Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4773591Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4774683Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/counter_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4775775Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/crf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4776799Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cross_entropy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4777905Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4778994Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4780089Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cudnn_recurrent_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4781200Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/data_couple_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4782325Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/dataset_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4783473Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/decay_adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4784450Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/deform_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4785628Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4786767Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4787868Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/detectron_keypoints.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4788940Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/distance_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4789877Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4790952Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/duplicate_operands_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4792198Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_linear_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4793331Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4794446Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4795590Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4796561Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/emptysample_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4797640Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/enforce_finite_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4798587Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ensure_clipped_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4799465Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4800534Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/erf_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4801466Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/expand_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4802905Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fc_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4803421Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/feature_maps_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4805313Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/filler_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4806146Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/find_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4807108Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/flatten_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4807918Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/flexible_top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4808958Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/floor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4810223Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4811372Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4812378Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gather_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4813650Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gather_ranges_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4815069Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4816306Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4818323Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/glu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4819173Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/group_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4820294Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/group_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4821408Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gru_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4822772Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4824248Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4825415Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/hsm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4826658Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/hyperbolic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4827924Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/im2col_col2im_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4828931Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/image_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4830250Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/index_hash_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4831389Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/index_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4832471Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/instance_norm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4833631Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/integral_image_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4834896Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/jsd_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4835968Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/key_split_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4837026Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lars_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4838132Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/layer_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4839289Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/leaky_relu_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4840508Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4841550Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/learning_rate_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4842663Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/length_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4843879Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4845187Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4846356Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4847494Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4848587Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4849839Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/load_save_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4851383Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/locally_connected_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4852494Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/loss_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4853562Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lpnorm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4854522Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/map_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4855804Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4857085Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4865516Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/math_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4866111Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/matmul_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4866759Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mean_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4867378Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/merge_id_lists_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4868013Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4868439Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4868765Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mod_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4869251Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4869644Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/momentum_sgd_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4869987Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mpi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4870520Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mul_gradient_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4870867Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/negate_gradient_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4871332Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ngram_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4871730Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/normalize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4872060Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/numpy_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4872582Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/one_hot_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4873051Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/onnx_while_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4874507Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/order_switch_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4875697Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4876833Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4877713Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4878872Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/partition_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4879914Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4880957Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4881979Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pooling_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4883209Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/prepend_dim_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4884131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4884902Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/quantile_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4888716Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4889132Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rank_loss_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4889591Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rebatching_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4890079Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/record_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4890469Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/recurrent_net_executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4891908Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/recurrent_network_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4892732Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reduce_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4893770Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reduction_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4894764Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reshape_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4895595Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/resize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4897016Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rmac_regions_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4897727Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rms_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4898767Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rnn_cell_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4900334Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4901445Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rowwise_counter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4902518Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/scale_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4903520Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4904543Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/self_binning_histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4905716Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/selu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4906589Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sequence_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4907555Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/shape_inference_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4908771Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4909992Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/softmax_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4911037Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/softplus_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4911842Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4912929Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4913653Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4914312Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4915285Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4915921Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_normalize_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4916821Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4917511Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4918428Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4919511Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/specialized_segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4921165Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/split_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4921575Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/square_root_divide_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4922562Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/stats_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4923875Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/stats_put_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4924605Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/storm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4925661Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/string_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4926553Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/text_file_reader_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4927703Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/thresholded_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4928466Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4929521Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4930456Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/torch_integration_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4932427Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4933405Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/trigonometric_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4934178Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unique_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4935231Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4936213Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unsafe_coalesce_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4937094Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/upsample_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4938026Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/utility_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4939180Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/video_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4940295Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weight_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4941222Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_multi_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4942427Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4943171Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_sum_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4944563Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/wngrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:32:11.4945975Z creating build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4946959Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4948616Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/mobile_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4949238Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/mobile_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4950051Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4951472Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4952596Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_py_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4953684Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4954627Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/serde.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:32:11.4956683Z creating build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:32:11.4957215Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:32:11.4958300Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/lstm_comparison.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:32:11.4959127Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/rnn_cell_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:32:11.4960521Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:32:11.4960866Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:32:11.4962455Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/coverage.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:32:11.4963551Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/serialized_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:32:11.4964838Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data 2022-09-27T15:32:11.4966675Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:32:11.4967334Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4968590Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4969682Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4970463Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4971406Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4971950Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4973378Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4974147Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4975114Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4976201Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4976992Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4978434Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4979915Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4980758Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4982119Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4982895Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4984206Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4985091Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4986524Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4987318Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4988403Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4990452Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4991271Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4991886Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4993787Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4994362Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4995591Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4996325Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4997988Z copying build/lib.linux-x86_64-cpython-310/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:32:11.4998561Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5000433Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5001560Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5002587Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5003967Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5004753Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5005669Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5006844Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5008670Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5009192Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5010210Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5011210Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5012436Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5013586Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5014604Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5015779Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5016632Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5017354Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5018494Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5019298Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5020197Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5021411Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5022067Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5023353Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5024200Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5025200Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5027724Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5028256Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5028780Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5029377Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5030431Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5031329Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5032418Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5033435Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5034330Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5035415Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5036339Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5037397Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5038715Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5039269Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5040377Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5041207Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5042507Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5043951Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5044475Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5045486Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5060404Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5061887Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5063343Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5064829Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5066148Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5067485Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5068754Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5070097Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5071426Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5072704Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5074182Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5075534Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5076879Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5078185Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5079571Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5080870Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5082186Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5083536Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5084860Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5086204Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5087579Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5088849Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5090262Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5091732Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5093088Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5094412Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5095792Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5097231Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5098607Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5099964Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5101369Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5102727Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5104169Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5105594Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5106994Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5108369Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5109733Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5111057Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5112556Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5113876Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5115209Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5116568Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5118070Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5119559Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5121025Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5122459Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5123798Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5125195Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5126439Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5127791Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5129184Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5130594Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5132005Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5133381Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5134736Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5136044Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5137350Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5138663Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5139948Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5141178Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5142578Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5143980Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5145264Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5146530Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5147960Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5149257Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5150568Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5151917Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5153253Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5154561Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5155900Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5157283Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5158562Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5159848Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5161144Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5162402Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5163684Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5165108Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5166457Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5167801Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5169193Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5170051Z creating build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5170830Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5171754Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/blob_deallocation_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5172659Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/do_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5173642Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5174597Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/executor_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5175580Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/fakefp16_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5176550Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/gpu_context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5177518Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/inference_lstm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5178506Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/python_protobuf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:32:11.5179240Z creating build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:32:11.5180051Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:32:11.5180956Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/test_pt_onnx_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:32:11.5181941Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/test_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:32:11.5182853Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/transform.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:32:11.5183556Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-09-27T15:32:11.5184331Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-09-27T15:32:11.5185028Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5185867Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5186878Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5188123Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5189256Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5190330Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/compute_equalization_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5191427Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5192510Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5193693Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5194782Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5195876Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5196995Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5198022Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5199061Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/dnnlowp_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5200107Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5201234Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5202313Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5203344Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5204434Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5205485Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5206536Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_fp16_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5207630Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5208666Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5209699Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5210768Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5211933Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_gen_quant_params_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5213017Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5214111Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5215165Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5216273Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5217329Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5218328Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5219344Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5220443Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5221506Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5222711Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5223925Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5224951Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:32:11.5225650Z creating build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:32:11.5226351Z copying build/lib.linux-x86_64-cpython-310/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:32:11.5227154Z copying build/lib.linux-x86_64-cpython-310/functorch/setup.py -> build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:32:11.5227785Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5228526Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5229424Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5230283Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5231191Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5232060Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5232883Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5233798Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5234858Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5235750Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5236638Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/monkey_patching.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5237552Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5238437Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5239311Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5240206Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5241247Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5242159Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:32:11.5242826Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-09-27T15:32:11.5243586Z copying build/lib.linux-x86_64-cpython-310/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-09-27T15:32:11.5244268Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5245025Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5245897Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5246759Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5247627Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5248442Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5249311Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5250171Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5251026Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5251883Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:32:11.5252561Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:32:11.5253348Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:32:11.5254296Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:32:11.5255261Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:32:11.5256195Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:32:11.5257163Z copying build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:32:11.5257823Z creating build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5258475Z copying build/lib.linux-x86_64-cpython-310/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5259272Z copying build/lib.linux-x86_64-cpython-310/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5260025Z copying build/lib.linux-x86_64-cpython-310/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5260790Z copying build/lib.linux-x86_64-cpython-310/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5261900Z copying build/lib.linux-x86_64-cpython-310/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5262784Z copying build/lib.linux-x86_64-cpython-310/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5263893Z copying build/lib.linux-x86_64-cpython-310/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5264812Z copying build/lib.linux-x86_64-cpython-310/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5267205Z copying build/lib.linux-x86_64-cpython-310/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5267675Z copying build/lib.linux-x86_64-cpython-310/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5269134Z copying build/lib.linux-x86_64-cpython-310/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5270123Z copying build/lib.linux-x86_64-cpython-310/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5271400Z copying build/lib.linux-x86_64-cpython-310/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5272317Z copying build/lib.linux-x86_64-cpython-310/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5273477Z copying build/lib.linux-x86_64-cpython-310/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5274537Z copying build/lib.linux-x86_64-cpython-310/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5275835Z copying build/lib.linux-x86_64-cpython-310/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5276951Z copying build/lib.linux-x86_64-cpython-310/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5278095Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5279747Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5282565Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5284145Z copying build/lib.linux-x86_64-cpython-310/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5289429Z copying build/lib.linux-x86_64-cpython-310/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5290288Z copying build/lib.linux-x86_64-cpython-310/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5291144Z copying build/lib.linux-x86_64-cpython-310/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5292193Z copying build/lib.linux-x86_64-cpython-310/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5293605Z copying build/lib.linux-x86_64-cpython-310/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5294559Z copying build/lib.linux-x86_64-cpython-310/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5295550Z copying build/lib.linux-x86_64-cpython-310/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5297336Z copying build/lib.linux-x86_64-cpython-310/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5299190Z copying build/lib.linux-x86_64-cpython-310/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5300278Z copying build/lib.linux-x86_64-cpython-310/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5301235Z copying build/lib.linux-x86_64-cpython-310/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5302555Z copying build/lib.linux-x86_64-cpython-310/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5303412Z copying build/lib.linux-x86_64-cpython-310/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5304625Z copying build/lib.linux-x86_64-cpython-310/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5305507Z copying build/lib.linux-x86_64-cpython-310/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.5307367Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:32:11.5307938Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:32:11.5308959Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:32:11.5310167Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:32:11.5311459Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:32:11.5312392Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:32:11.5313458Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:32:11.5314146Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5314743Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5315468Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5316381Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5317115Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5317652Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5318504Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5319967Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5320761Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5323389Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5324010Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5324543Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:32:11.5324957Z creating build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:32:11.5326341Z copying build/lib.linux-x86_64-cpython-310/torch/_masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:32:11.5327960Z copying build/lib.linux-x86_64-cpython-310/torch/_masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:32:11.5329714Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5330465Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5332452Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5333599Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5334745Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5335665Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:32:11.5337583Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:32:11.5338248Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:32:11.5339023Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:32:11.5339997Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:32:11.5340839Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:32:11.5343019Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:32:11.5344368Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-09-27T15:32:11.5344809Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-09-27T15:32:11.5346724Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-09-27T15:32:11.5347137Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-09-27T15:32:11.5348040Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-09-27T15:32:11.5348515Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-09-27T15:32:11.5350104Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-09-27T15:32:11.5351029Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-09-27T15:32:11.5351799Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:32:11.5352709Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:32:11.5353752Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:32:11.5355186Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:32:11.5356227Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:32:11.5358122Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:32:11.5359053Z copying build/lib.linux-x86_64-cpython-310/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:32:11.5360234Z copying build/lib.linux-x86_64-cpython-310/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:32:11.5361546Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-09-27T15:32:11.5363218Z copying build/lib.linux-x86_64-cpython-310/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-09-27T15:32:11.5365301Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-09-27T15:32:11.5366062Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-09-27T15:32:11.5366736Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-09-27T15:32:11.5367485Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-09-27T15:32:11.5368330Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-09-27T15:32:11.5369274Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-09-27T15:32:11.5370583Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:11.5371467Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:11.5372666Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:32:11.5374006Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:32:11.5374819Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:32:11.5376167Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:32:11.5377603Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:32:11.5378534Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:32:11.5380096Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-09-27T15:32:11.5380915Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-09-27T15:32:11.5382002Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-09-27T15:32:11.5382881Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-09-27T15:32:11.5384057Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-09-27T15:32:11.5385338Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-09-27T15:32:11.5386946Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-09-27T15:32:11.5387751Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-09-27T15:32:11.5389351Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-09-27T15:32:11.5390868Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-09-27T15:32:11.5391715Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-09-27T15:32:11.5392930Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:11.5393742Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:11.5394544Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:11.5396196Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:11.5396900Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:32:11.5398704Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5399907Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5400975Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5401711Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5402681Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5404274Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5404877Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5406127Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5407302Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5408586Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5409274Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5410133Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:32:11.5411087Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-09-27T15:32:11.5411611Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-09-27T15:32:11.5412849Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5413596Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5414634Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5415552Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5416310Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5417668Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5418605Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:32:11.5419770Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-09-27T15:32:11.5420240Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-09-27T15:32:11.5421591Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-09-27T15:32:11.5422443Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-09-27T15:32:11.5423534Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-09-27T15:32:11.5424672Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-09-27T15:32:11.5425632Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:11.5426403Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:11.5427445Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:32:11.5428591Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:32:11.5429332Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:32:11.5430123Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:32:11.5431092Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:32:11.5432047Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5433099Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5433979Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5435216Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5436216Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5437422Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5438291Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5439126Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5440466Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:32:11.5442035Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5442781Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5443449Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5444423Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5445482Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5446218Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5448122Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5448871Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5449439Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5450787Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5452358Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5453100Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5454294Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5455319Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5456375Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5457392Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5458569Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5459639Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5460449Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5461301Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:32:11.5462445Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5463283Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5464364Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5466728Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5467445Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5468401Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5469270Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5470173Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5470840Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5471899Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:32:11.5473270Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5474310Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5475850Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5477426Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5478980Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5480061Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5481056Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5482801Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5483944Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5485104Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5486210Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5487233Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5488225Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5489376Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5490337Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5491961Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5493396Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5494588Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5495682Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:32:11.5497011Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:11.5497968Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:11.5499191Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:11.5500787Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-09-27T15:32:11.5502241Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5503379Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5505603Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:32:11.5506106Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:32:11.5506898Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:32:11.5508010Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-09-27T15:32:11.5508783Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-09-27T15:32:11.5509920Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:11.5511022Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:11.5511881Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:32:11.5512738Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:32:11.5513589Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:32:11.5514664Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5515653Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:11.5516402Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:11.5517476Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5518446Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5519269Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:32:11.5520517Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:32:11.5521291Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5522178Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:32:11.5522990Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5524074Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5525067Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5525735Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:11.5526334Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:11.5527568Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:11.5528568Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:32:11.5529455Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:32:11.5530204Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:32:11.5531056Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:32:11.5531776Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:32:11.5532515Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5533259Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5534195Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5535582Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5536275Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5537183Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:32:11.5537955Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5538556Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5539653Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5540260Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5541186Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5542942Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5543573Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5544940Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5546931Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5547480Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5548092Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5548955Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5550024Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:32:11.5551328Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:32:11.5552080Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:32:11.5552830Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:32:11.5553864Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:32:11.5555186Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-09-27T15:32:11.5555658Z copying build/lib.linux-x86_64-cpython-310/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-09-27T15:32:11.5556846Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:32:11.5557439Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:32:11.5558216Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:32:11.5559241Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:32:11.5560055Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:32:11.5560741Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:32:11.5561473Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:32:11.5563109Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-09-27T15:32:11.5564087Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-09-27T15:32:11.5564828Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:32:11.5565572Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:32:11.5566525Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:32:11.5567668Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-09-27T15:32:11.5568617Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-09-27T15:32:11.5569375Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-09-27T15:32:11.5580367Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-09-27T15:32:11.5581209Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-09-27T15:32:11.5581789Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-09-27T15:32:11.5583553Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-09-27T15:32:11.5584250Z copying build/lib.linux-x86_64-cpython-310/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-09-27T15:32:11.5585239Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-09-27T15:32:11.5586257Z copying build/lib.linux-x86_64-cpython-310/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-09-27T15:32:11.5587174Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:32:11.5587655Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:32:11.5588613Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:32:11.5590494Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-09-27T15:32:11.5591218Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-09-27T15:32:11.5591668Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:32:11.5592336Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:32:11.5592890Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:32:11.5594500Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-09-27T15:32:11.5595211Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-09-27T15:32:11.5596346Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:32:11.5597148Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:32:11.5598210Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:32:11.5599258Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5600230Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5601523Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5602710Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5603736Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5604922Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5605919Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5606890Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5607927Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5608990Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5610020Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5611350Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5612409Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5613444Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5614414Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5615466Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5616461Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:32:11.5617953Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:32:11.5618906Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:32:11.5619943Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:32:11.5621051Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:32:11.5621994Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:32:11.5624126Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5624812Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5625926Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5626913Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5627960Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5630175Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5631518Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5632598Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5633555Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5634793Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:32:11.5636174Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5636974Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5638041Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5639040Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5640278Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5641319Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5642115Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5643190Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5644334Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5645444Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:32:11.5646778Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5647535Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5648611Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5650434Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5651547Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5652558Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5653404Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5667495Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5668285Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5669006Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5669981Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5670661Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5671708Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:32:11.5672671Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:11.5673465Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:11.5674631Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-09-27T15:32:11.5675619Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5676402Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5678183Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5679095Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5679795Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5680988Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5681746Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.5682634Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5683404Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5684278Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5685101Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5686150Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5686883Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5688318Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5689340Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5689904Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5691102Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5691711Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:32:11.5692957Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:11.5693519Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:11.5694445Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-09-27T15:32:11.5695561Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:11.5696372Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:11.5697343Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:11.5698416Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:11.5699181Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:32:11.5700712Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:32:11.5701170Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5702298Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5703080Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5704347Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5705294Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5706829Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5707524Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5708229Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5709510Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-09-27T15:32:11.5710074Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-09-27T15:32:11.5711293Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-09-27T15:32:11.5711800Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-09-27T15:32:11.5712983Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:32:11.5713371Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:32:11.5714767Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:32:11.5716505Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:32:11.5717013Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:32:11.5717704Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:32:11.5718607Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:11.5719395Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:11.5721049Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-09-27T15:32:11.5721678Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:11.5723384Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:11.5724007Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:32:11.5724702Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:11.5725275Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:11.5726208Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:32:11.5726942Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-09-27T15:32:11.5727607Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-09-27T15:32:11.5728223Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-09-27T15:32:11.5729870Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5730332Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5731355Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5732412Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5733300Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5734432Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5735087Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5736582Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5737698Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:32:11.5738830Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:11.5739399Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:11.5740342Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:11.5741264Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:11.5742693Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:32:11.5744302Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-09-27T15:32:11.5744708Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-09-27T15:32:11.5746003Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-09-27T15:32:11.5746417Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-09-27T15:32:11.5747364Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-09-27T15:32:11.5748125Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-09-27T15:32:11.5748942Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-09-27T15:32:11.5749350Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-09-27T15:32:11.5750662Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-09-27T15:32:11.5751614Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-09-27T15:32:11.5752708Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-09-27T15:32:11.5753227Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-09-27T15:32:11.5754286Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-09-27T15:32:11.5755128Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-09-27T15:32:11.5756010Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-09-27T15:32:11.5756755Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-09-27T15:32:11.5757382Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-09-27T15:32:11.5758970Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:11.5759909Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:11.5761017Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:11.5762211Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:11.5763280Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:32:11.5764333Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:11.5765251Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:11.5766872Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:11.5768273Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:32:11.5769497Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5770291Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5775521Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5776242Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5776928Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5777610Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5778337Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5779223Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5779890Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5780540Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5781238Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5782285Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:32:11.5783114Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:32:11.5784071Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:32:11.5785477Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:32:11.5786630Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:32:11.5787750Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:32:11.5788863Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5790517Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5791480Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5792686Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5793913Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5794884Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5795796Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:32:11.5797234Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-09-27T15:32:11.5798061Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-09-27T15:32:11.5799074Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-09-27T15:32:11.5800180Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-09-27T15:32:11.5801280Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5802209Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5803346Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5804819Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5805935Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5806996Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5808099Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5809645Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flatten_params_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5810828Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5813592Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5815582Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5816176Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:32:11.5817364Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:32:11.5818634Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:32:11.5819739Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:32:11.5820913Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:32:11.5821925Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:32:11.5823439Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:32:11.5824962Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-09-27T15:32:11.5826232Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-09-27T15:32:11.5829526Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-09-27T15:32:11.5830152Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-09-27T15:32:11.5830726Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-09-27T15:32:11.5831313Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-09-27T15:32:11.5831670Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-09-27T15:32:11.5832286Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-09-27T15:32:11.5833170Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-09-27T15:32:11.5834686Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5835269Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5836133Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5837096Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5838052Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5839189Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5840271Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5841421Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5842417Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5843191Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5844306Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5845550Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5846427Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5847478Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:32:11.5849775Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-09-27T15:32:11.5850487Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-09-27T15:32:11.5851688Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5852461Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5853669Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5855007Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5856042Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5857737Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5858423Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5859208Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5860200Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5861432Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5862613Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5863541Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5864972Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:32:11.5866740Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:11.5867419Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:11.5868315Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:11.5873757Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-09-27T15:32:11.5874177Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5874828Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5875473Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5876322Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5876960Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5877859Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5878509Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:32:11.5878847Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5879598Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5880369Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5880909Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5882361Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5883696Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5884767Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5885808Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5886787Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5887958Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5888983Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:32:11.5890422Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-09-27T15:32:11.5891762Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-09-27T15:32:11.5892897Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-09-27T15:32:11.5894287Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5895743Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5896998Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5898030Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5899128Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5900170Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5901120Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5902156Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5903428Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5904692Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5905867Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5906976Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5907927Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5908991Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5910301Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5911259Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5912255Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5913696Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5914709Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5915746Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5916783Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5917823Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5918859Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5920177Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5921333Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5922415Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5923401Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5924420Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5925606Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5926554Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5927657Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5928951Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5929970Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5931004Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5932077Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5933035Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5934072Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5935000Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5936090Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5937166Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5938350Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5939416Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5940703Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5941762Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5942934Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5944402Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5945181Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:32:11.5946444Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-09-27T15:32:11.5947355Z copying build/lib.linux-x86_64-cpython-310/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-09-27T15:32:11.5949495Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-09-27T15:32:11.5950158Z copying build/lib.linux-x86_64-cpython-310/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-09-27T15:32:11.5951682Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5952551Z copying build/lib.linux-x86_64-cpython-310/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5953831Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5954509Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5955769Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5957170Z copying build/lib.linux-x86_64-cpython-310/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5958249Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5959808Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5961142Z copying build/lib.linux-x86_64-cpython-310/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5962159Z copying build/lib.linux-x86_64-cpython-310/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5963174Z copying build/lib.linux-x86_64-cpython-310/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5964496Z copying build/lib.linux-x86_64-cpython-310/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5965754Z copying build/lib.linux-x86_64-cpython-310/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5966997Z copying build/lib.linux-x86_64-cpython-310/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5968022Z copying build/lib.linux-x86_64-cpython-310/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5968937Z copying build/lib.linux-x86_64-cpython-310/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:32:11.5970344Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5971288Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5972536Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5973891Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5974984Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5976039Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5977383Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5978395Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5979421Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5980500Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5982655Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5983411Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5984386Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5985833Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5987001Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5988516Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5989610Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:32:11.5991047Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5991906Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5992905Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5994167Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5995726Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5997060Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.5998139Z copying build/lib.linux-x86_64-cpython-310/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:32:11.5999400Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.6000339Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:32:11.6001500Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6002374Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6003597Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6004666Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6005542Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6006607Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6007581Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6008765Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6009687Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:32:11.6011258Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6012109Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6013169Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6013831Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6015290Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6016454Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6017420Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:32:11.6018658Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6019159Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6020662Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6021194Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6022250Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6023191Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6025281Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6026521Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6027645Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6028737Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6030006Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6031029Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6032263Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6033413Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6034753Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:32:11.6036094Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:32:11.6037325Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:32:11.6038321Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:32:11.6039654Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/nvfuser.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:32:11.6040650Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-09-27T15:32:11.6041519Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-09-27T15:32:11.6044846Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-09-27T15:32:11.6045462Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-09-27T15:32:11.6046072Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-09-27T15:32:11.6046410Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:32:11.6046953Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:32:11.6047722Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:32:11.6048729Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:32:11.6049332Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:32:11.6051129Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-09-27T15:32:11.6051900Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-09-27T15:32:11.6052603Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-09-27T15:32:11.6053524Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:32:11.6054396Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:32:11.6055329Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:32:11.6056273Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:32:11.6057434Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:32:11.6059384Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6059901Z copying build/lib.linux-x86_64-cpython-310/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6060761Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6061429Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6062607Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6063563Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6064582Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6065679Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6066336Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6067779Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6068453Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6069282Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6070178Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6070735Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6072058Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6072783Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6074642Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6075350Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6076812Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6077377Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6078904Z copying build/lib.linux-x86_64-cpython-310/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6079393Z copying build/lib.linux-x86_64-cpython-310/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6081027Z copying build/lib.linux-x86_64-cpython-310/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6081552Z copying build/lib.linux-x86_64-cpython-310/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6083087Z copying build/lib.linux-x86_64-cpython-310/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6083507Z copying build/lib.linux-x86_64-cpython-310/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:32:11.6085072Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:32:11.6085852Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:32:11.6086583Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:32:11.6087802Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-09-27T15:32:11.6088087Z copying build/lib.linux-x86_64-cpython-310/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-09-27T15:32:11.6089331Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-09-27T15:32:11.6089602Z copying build/lib.linux-x86_64-cpython-310/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-09-27T15:32:11.6091905Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-09-27T15:32:11.6092355Z copying build/lib.linux-x86_64-cpython-310/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-09-27T15:32:11.6093495Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6093955Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6094615Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6096166Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6097082Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/functions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6097995Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/matmul.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6099025Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6100221Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6101173Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:32:11.6102417Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-09-27T15:32:11.6103087Z copying build/lib.linux-x86_64-cpython-310/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-09-27T15:32:11.6104891Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6105327Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6106293Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6107268Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6108418Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6109041Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6110490Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:32:11.6112258Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-09-27T15:32:11.6112537Z copying build/lib.linux-x86_64-cpython-310/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-09-27T15:32:11.6114027Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6114818Z copying build/lib.linux-x86_64-cpython-310/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6115607Z copying build/lib.linux-x86_64-cpython-310/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6116630Z copying build/lib.linux-x86_64-cpython-310/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6117673Z copying build/lib.linux-x86_64-cpython-310/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6118819Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6121902Z copying build/lib.linux-x86_64-cpython-310/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6122369Z copying build/lib.linux-x86_64-cpython-310/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6123524Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6124800Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:32:11.6125619Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:32:11.6126583Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:32:11.6128179Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-09-27T15:32:11.6128690Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-09-27T15:32:11.6129838Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-09-27T15:32:11.6130684Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-09-27T15:32:11.6131740Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-09-27T15:32:11.6133383Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-09-27T15:32:11.6134089Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-09-27T15:32:11.6135345Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:11.6135944Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:11.6137151Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:11.6138305Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:11.6139489Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:32:11.6140619Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-09-27T15:32:11.6141289Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-09-27T15:32:11.6142971Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:32:11.6144106Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:32:11.6145088Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:11.6145771Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:11.6147055Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:32:11.6148070Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:11.6148645Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:11.6149614Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:11.6151100Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:11.6151995Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:32:11.6153488Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6154244Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6155181Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6156197Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6157874Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6158854Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6160144Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6161359Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6162558Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6164534Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6165503Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6166702Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6167624Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6168867Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6170049Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6171279Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6172352Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6174653Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6176036Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6177619Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6178927Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6180184Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6181757Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6183911Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6184785Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6187182Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6188279Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:32:11.6189248Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6190019Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6192919Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6193537Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6194134Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6194717Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6195725Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6196621Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6197995Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6198778Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6199507Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6200246Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6201000Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6201745Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6202526Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6203685Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6204442Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6205106Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:32:11.6206378Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-09-27T15:32:11.6206733Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-09-27T15:32:11.6207898Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-09-27T15:32:11.6208337Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-09-27T15:32:11.6209651Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-09-27T15:32:11.6210136Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-09-27T15:32:11.6211060Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-09-27T15:32:11.6211895Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:32:11.6212286Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:32:11.6213605Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:32:11.6214293Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:32:11.6214985Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:32:11.6216101Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-09-27T15:32:11.6216727Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-09-27T15:32:11.6217599Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-09-27T15:32:11.6218205Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-09-27T15:32:11.6219118Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-09-27T15:32:11.6220139Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-09-27T15:32:11.6221128Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:32:11.6221815Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:32:11.6222813Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:32:11.6224747Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-09-27T15:32:11.6225188Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-09-27T15:32:11.6225402Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6226688Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6227707Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6228468Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6229276Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6230057Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6231157Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:32:11.6231847Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-09-27T15:32:11.6232666Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-09-27T15:32:11.6233685Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:11.6234031Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:11.6235621Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:11.6236423Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:11.6236909Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:32:11.6237908Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6238862Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6239476Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6240661Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6241256Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6242183Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6242834Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6243955Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6244929Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6245614Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6246692Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6247148Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:32:11.6248676Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6249062Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6249914Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6250746Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6251869Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6252339Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6253767Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6254120Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6255128Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6256031Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6256920Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6257845Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6259103Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6260836Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6261258Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6262561Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6263512Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:32:11.6265363Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6266733Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6267985Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6269242Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6270335Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6271162Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6272493Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6273673Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6274607Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6275718Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6276694Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:32:11.6277613Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6278604Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:32:11.6280521Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6280990Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6281935Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6283177Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6284053Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6284986Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6287664Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6288215Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6288994Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6289793Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6290572Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6291514Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6292452Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6293486Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6294860Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6295654Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6297216Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6298528Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6299051Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6299898Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6300728Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6301632Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6302583Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6303377Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6304606Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6306984Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6308326Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:32:11.6310099Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:32:11.6310517Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:32:11.6311429Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:32:11.6312305Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:32:11.6313817Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6314145Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6314930Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6315833Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6316737Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6318061Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6319047Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6319745Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6320856Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6321675Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6322857Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6337723Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6339688Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6340073Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6340621Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6341022Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6341353Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6341700Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6342090Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6342332Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-09-27T15:32:11.6342724Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-09-27T15:32:11.6343121Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6343379Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6343908Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6344275Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6344598Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6344864Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6345136Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6345450Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6345822Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6346224Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6346660Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6347061Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6347488Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6347782Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6348620Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6349577Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6350426Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:32:11.6351697Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6352144Z copying build/lib.linux-x86_64-cpython-310/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6353396Z copying build/lib.linux-x86_64-cpython-310/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6354001Z copying build/lib.linux-x86_64-cpython-310/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6354952Z copying build/lib.linux-x86_64-cpython-310/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6356189Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6356845Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6357502Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6359292Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6359665Z copying build/lib.linux-x86_64-cpython-310/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6360577Z copying build/lib.linux-x86_64-cpython-310/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6361689Z copying build/lib.linux-x86_64-cpython-310/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6362478Z copying build/lib.linux-x86_64-cpython-310/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6363267Z copying build/lib.linux-x86_64-cpython-310/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6364066Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6365479Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:32:11.6366609Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:32:11.6368220Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:32:11.6368623Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:32:11.6369646Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:32:11.6370158Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:32:11.6372315Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6372699Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6373037Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6373708Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6374497Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6375720Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6376223Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:32:11.6378291Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6378863Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6379569Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6381266Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6381885Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6383511Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6384692Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6385907Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6386811Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6387788Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6388851Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6389990Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6390960Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6392020Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6393007Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6394165Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:32:11.6395931Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6396595Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6397832Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6398899Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6400051Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6401231Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6402145Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6403937Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6404368Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6404885Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6405799Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6406597Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6407425Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:32:11.6408657Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-09-27T15:32:11.6409304Z copying build/lib.linux-x86_64-cpython-310/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-09-27T15:32:11.6410713Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-09-27T15:32:11.6411140Z copying build/lib.linux-x86_64-cpython-310/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-09-27T15:32:11.6412504Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6412930Z copying build/lib.linux-x86_64-cpython-310/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6413773Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6415386Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6416139Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6417154Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_legacy.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:32:11.6418357Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6419009Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6420074Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6421981Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6422458Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6423038Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6424648Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6425640Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6426218Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6427552Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6428549Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6435085Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6436158Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6438565Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6440768Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6441250Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6441707Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6443728Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6444820Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6445489Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6446690Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6447999Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6448932Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6450182Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6450772Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:32:11.6451902Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-09-27T15:32:11.6453314Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-09-27T15:32:11.6453666Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-09-27T15:32:11.6455106Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-09-27T15:32:11.6455576Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-09-27T15:32:11.6457089Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-09-27T15:32:11.6457421Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-09-27T15:32:11.6458528Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6459281Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6459913Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6461403Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6465651Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6466447Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6467077Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:32:11.6468359Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:11.6469060Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:11.6469754Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-09-27T15:32:11.6471271Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:32:11.6471801Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6472647Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6473290Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6474446Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-09-27T15:32:11.6476079Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-09-27T15:32:11.6477064Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-09-27T15:32:11.6477480Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-09-27T15:32:11.6478766Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6479971Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-09-27T15:32:11.6480417Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-09-27T15:32:11.6481745Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6482105Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6483151Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6484920Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6485977Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6487009Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6487997Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6488943Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:32:11.6491774Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6492699Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:11.6493444Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:32:11.6494483Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6495539Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6496468Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:11.6497211Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:11.6498227Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6499085Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:32:11.6500448Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6501762Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-09-27T15:32:11.6502093Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-09-27T15:32:11.6504018Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-09-27T15:32:11.6507454Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:32:11.6507938Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:32:11.6509201Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:32:11.6511070Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:32:11.6511493Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:32:11.6513597Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6514002Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6514561Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6515376Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6516415Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6517929Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:32:11.6518932Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-09-27T15:32:11.6519736Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-09-27T15:32:11.6520292Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-09-27T15:32:11.6521501Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-09-27T15:32:11.6522841Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6523263Z copying build/lib.linux-x86_64-cpython-310/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6524180Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6525097Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6525955Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6527377Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6528250Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6529455Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6530479Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6531325Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6532284Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6534129Z copying build/lib.linux-x86_64-cpython-310/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6534937Z copying build/lib.linux-x86_64-cpython-310/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6536116Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6538045Z copying build/lib.linux-x86_64-cpython-310/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6539222Z copying build/lib.linux-x86_64-cpython-310/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6540523Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6541623Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6542899Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6544312Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6545518Z copying build/lib.linux-x86_64-cpython-310/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6546299Z copying build/lib.linux-x86_64-cpython-310/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:32:11.6547492Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-09-27T15:32:11.6548232Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-09-27T15:32:11.6549982Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-09-27T15:32:11.6550518Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-09-27T15:32:11.6551570Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6552226Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6553174Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6554045Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6554880Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6555747Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6556796Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6557528Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6558226Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6559296Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:32:11.6560913Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6561325Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6561693Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6563298Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6563970Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6564621Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6566507Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:32:11.6566859Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6567645Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6568694Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6569280Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6569863Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6570725Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6571505Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6572864Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6573711Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6574611Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6575432Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6576581Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6578350Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6578921Z copying build/lib.linux-x86_64-cpython-310/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:32:11.6579405Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6579801Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:32:11.6583554Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:32:11.6584767Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:32:11.6585570Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:32:11.6586222Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:32:11.6587176Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6587734Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6588799Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6589673Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6591230Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader_experimental.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6592009Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6592957Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6593855Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6594805Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6595815Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:32:11.6597032Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6597643Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6599212Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6599786Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6600571Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6601356Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6602145Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6602712Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:32:11.6603942Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6604453Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6605464Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/eventloop.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6606769Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/iter.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6607648Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/map.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6608545Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/messages.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6609246Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/protocol.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6610158Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/queue.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:32:11.6611327Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6612006Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6612747Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6613706Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6614884Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6615866Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6616667Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:32:11.6617782Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6618558Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6619344Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6620014Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6620877Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6621831Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:32:11.6622939Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6623764Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6624747Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6625822Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6626703Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6627714Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6628726Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6629424Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6630512Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6631271Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6632138Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6633026Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:32:11.6634144Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6634668Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6635690Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6636382Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6637215Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6638114Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6639010Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:32:11.6640160Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:32:11.6640757Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:32:11.6641641Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:32:11.6642537Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:32:11.6643360Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:32:11.6644735Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6645205Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6646284Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6646873Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6650195Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6651591Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:32:11.6652416Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:32:11.6652841Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:32:11.6654097Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:32:11.6655319Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6655672Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6657155Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6657755Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6658687Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6659954Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6660874Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:32:11.6662197Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6662797Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6663871Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6664906Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6665952Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6666713Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6667298Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6667952Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6668872Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6669649Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6670555Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:32:11.6671920Z copying build/lib.linux-x86_64-cpython-310/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:11.6674178Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6674687Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6707146Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6738855Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6816746Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6878997Z copying build/lib.linux-x86_64-cpython-310/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6880089Z copying build/lib.linux-x86_64-cpython-310/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6885538Z copying build/lib.linux-x86_64-cpython-310/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6890983Z copying build/lib.linux-x86_64-cpython-310/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6895772Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupGlooTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6901057Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6906442Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLErrorsTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6911021Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupUCCTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6915452Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupMPITest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6917338Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6921851Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.6927158Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.7016598Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.7021311Z copying build/lib.linux-x86_64-cpython-310/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.7022983Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.7052536Z copying build/lib.linux-x86_64-cpython-310/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:32:11.7054615Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7056167Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7060181Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7064754Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7068675Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7073084Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7077044Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7080912Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7085364Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7089873Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7094040Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7097865Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7102251Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7106842Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7110669Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7114663Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7118627Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7123152Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7128278Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7141394Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7145526Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7149853Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7154036Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7158030Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7161821Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7165895Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7170238Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7174526Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7178811Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7188497Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7192237Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7196263Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7210824Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7214923Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7218928Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7225133Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7230013Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7234799Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7239467Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7243478Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7248193Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7252013Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_cuda_CUDATest -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7255939Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7261686Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7266120Z copying build/lib.linux-x86_64-cpython-310/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7271130Z copying build/lib.linux-x86_64-cpython-310/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7275436Z copying build/lib.linux-x86_64-cpython-310/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7280197Z copying build/lib.linux-x86_64-cpython-310/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7284568Z copying build/lib.linux-x86_64-cpython-310/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7289204Z copying build/lib.linux-x86_64-cpython-310/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7293251Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7297787Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7302039Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7309086Z copying build/lib.linux-x86_64-cpython-310/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7313198Z copying build/lib.linux-x86_64-cpython-310/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7317153Z copying build/lib.linux-x86_64-cpython-310/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7321509Z copying build/lib.linux-x86_64-cpython-310/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7325797Z copying build/lib.linux-x86_64-cpython-310/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7332561Z copying build/lib.linux-x86_64-cpython-310/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7336519Z copying build/lib.linux-x86_64-cpython-310/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7340842Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7344934Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7348994Z copying build/lib.linux-x86_64-cpython-310/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7353070Z copying build/lib.linux-x86_64-cpython-310/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7357345Z copying build/lib.linux-x86_64-cpython-310/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7361286Z copying build/lib.linux-x86_64-cpython-310/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7365296Z copying build/lib.linux-x86_64-cpython-310/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7369352Z copying build/lib.linux-x86_64-cpython-310/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7374255Z copying build/lib.linux-x86_64-cpython-310/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7378824Z copying build/lib.linux-x86_64-cpython-310/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7382723Z copying build/lib.linux-x86_64-cpython-310/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7386906Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7391200Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7395819Z copying build/lib.linux-x86_64-cpython-310/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7399733Z copying build/lib.linux-x86_64-cpython-310/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7406130Z copying build/lib.linux-x86_64-cpython-310/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7410379Z copying build/lib.linux-x86_64-cpython-310/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7411650Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7415964Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7420861Z copying build/lib.linux-x86_64-cpython-310/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7425085Z copying build/lib.linux-x86_64-cpython-310/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7429145Z copying build/lib.linux-x86_64-cpython-310/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7430188Z copying build/lib.linux-x86_64-cpython-310/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7435480Z copying build/lib.linux-x86_64-cpython-310/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7439596Z copying build/lib.linux-x86_64-cpython-310/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7443733Z copying build/lib.linux-x86_64-cpython-310/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7447808Z copying build/lib.linux-x86_64-cpython-310/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7452595Z copying build/lib.linux-x86_64-cpython-310/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7462428Z copying build/lib.linux-x86_64-cpython-310/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7467576Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7476941Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7484457Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7494741Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7503280Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7508167Z copying build/lib.linux-x86_64-cpython-310/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7515834Z copying build/lib.linux-x86_64-cpython-310/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7519763Z copying build/lib.linux-x86_64-cpython-310/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7523953Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7528326Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7553770Z copying build/lib.linux-x86_64-cpython-310/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7557940Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7562592Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_atomic_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7567436Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_caching_host_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7571875Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7577174Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7581920Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cub_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7587147Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7591068Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7596259Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7600295Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7604932Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7609072Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7613071Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7616976Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7621219Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7625901Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_stream_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7630530Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7635046Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cudnn_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:32:11.7639677Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7640095Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7641905Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7642365Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7642855Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7644494Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7644906Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7646052Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7646400Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7648217Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7648745Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7649351Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7649962Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7650911Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7651942Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7652794Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7653855Z copying build/lib.linux-x86_64-cpython-310/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7655711Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7657464Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:32:11.7658868Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-09-27T15:32:11.7659371Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-09-27T15:32:11.7660917Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.7661527Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.7666805Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.7670235Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.7671429Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_linalg.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.8160753Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.9758421Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:11.9758757Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_cu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1238303Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_cpp.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1567325Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1567973Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1568570Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1573296Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1576087Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1579390Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10d_cuda_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1580431Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1699794Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:32:12.1701465Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-09-27T15:32:12.1702822Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1703950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1704745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1705838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1706855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1707642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1708741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1709721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1710629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1711543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1712633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1713479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1714443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1715543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1716469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1717431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1718235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1720188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1720835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1722000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1722641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1723347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1724243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1725359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1725991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1727034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1728379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1729182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1730365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1731035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1731857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1733403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1734187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1735127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1736515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1737671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1738751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1739681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1740673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1741867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1742926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1744368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1745477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1746523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1747230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1748371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1749420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1750546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1751671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1752835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1753945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1754879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1755799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1756754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1757467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1758485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1759290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1760249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1761435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1762121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1763231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1764265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1764836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1765806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1766554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1767559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1768762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1769587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1770465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1771609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1772298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1773242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1773914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1774844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1775542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1776284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1777024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1777868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1778745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1779748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1780827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1781441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1782641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1783455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1784462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1785477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1786587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1787426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1788409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1789089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1789843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1790986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1792036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1793320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1794240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1796047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1796931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1798028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1798915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1800363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1801238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1802465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1803623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1804466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1806425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1807176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1807880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1809054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1810187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1821639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1827561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1838742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1839530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:32:12.1841124Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-09-27T15:32:12.1841644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-09-27T15:32:12.1842482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-09-27T15:32:12.1843941Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1845594Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1846345Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1847102Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1847766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1848518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1849377Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1850359Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1851310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1852249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1853189Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1854838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1855819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:32:12.1857494Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1858300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1859038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1860168Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1861237Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1862875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1863953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1865059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1866351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:32:12.1867543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1868539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1869852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1870860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1871912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1872755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:32:12.1875386Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1876040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1876721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1877514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1878396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1879273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1880321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1881216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1882114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1882999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1883755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1884725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1885734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1887162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1887778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1889065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1890434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1891069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1892465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1893340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1894483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1895256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1896719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1897657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1898268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1899381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1899954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1900795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1901647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1902593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1903813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1904772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1905586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1906691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1907779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1908643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1909649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1910498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1911536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1912418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1913461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1914411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1915456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1916418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1917414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1918631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1919981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1920815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1921463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1922255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1923039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1924097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1925095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1926140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1927073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1928047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1929339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1930832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1931474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1933064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1934343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1935384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1936451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1937481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1938414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1939314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1940258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1941111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1942145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1945176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1946081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:32:12.1947229Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1948138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1949145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1950161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1951219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1952163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:32:12.1953415Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:12.1954155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:12.1955069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:12.1955903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:12.1956690Z copying build/lib.linux-x86_64-cpython-310/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:32:12.1957433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:32:12.1958217Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1958838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1959768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1960657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1961919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1962772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1963890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1964845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:32:12.1965848Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:32:12.1966637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:32:12.1967460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:32:12.1968195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:32:12.1968883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:32:12.1970373Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1970968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1971898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1972961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1974941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1975727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1976375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1977046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1977668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1978618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1979544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1980647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1981936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1982798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1983774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1984934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1985866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1986617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1987468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1988547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1989373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1990414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1991069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1993291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1994044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1994739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1995441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1996497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1997171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1997983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.1999076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2000239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2000855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2002058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2002818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2004560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:32:12.2005833Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2006355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2007159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2008063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2008868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2010010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2010969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2012077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2012966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2013969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2014617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:32:12.2016037Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2016618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2017518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2018223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2019027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2019803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2020674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2021443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:32:12.2022642Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2023142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2024370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2025449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2026371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2027274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2028365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2029383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2030269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2031656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2032649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2033639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2034707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2035870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:32:12.2056360Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2057201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2058088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2059281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2060270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2061424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2062559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2063775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2064698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2065694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2066786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2067861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2068864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2069870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2070666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2071423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2072068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2072991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2074253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2075485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2076617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2077860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2079247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2080391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2081477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2082748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2083759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2084760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2085863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2086943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2088251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2089255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2090353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2091465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2092466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2093459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2094443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2095438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2096621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2097893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2098939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2099965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2100996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2102113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2103191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2104543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2105591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2106669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2107682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2108681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2109659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2110716Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2111939Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2113179Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2114301Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2115438Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2116476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2117604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2118711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2119786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2120827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2121947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2122921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2123924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2124968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2125991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2127090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2128110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2129241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2130360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2131388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2132431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2133744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2134907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2135955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2137013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2138162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2139322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2140402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2141413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2142558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2143742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2144701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2145804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2146827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2148022Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2149191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2150345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2151515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2152626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2153656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2154637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2155694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2156905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2157868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2158829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2159884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2160949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2161930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2162904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2163988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2165138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2166126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2167100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2168202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2169328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2170309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2171272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2172347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2173419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2174523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2175501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2176572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2177656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2178617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2179581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2180678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2181816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2182790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2183851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2184940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2186010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2186999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2187966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2189043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2190132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2191166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2192211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2193291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2194285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2195404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2196515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2197556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2198640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2199649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2200651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2201807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2202961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2204047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2205097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2206131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2207157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2208357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2209194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2210208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2211203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2212069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2213063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2214004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2214947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2216081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2217176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2218136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2219126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2219839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2221047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2221956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2222780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2224009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2224767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2225821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2226764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2227850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2228917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2229957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2230775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2231666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2232391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2233037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2233816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2234515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2235525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2236475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2237573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2238618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2239627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2240652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2242069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2243212Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2244112Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2245160Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2246527Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2247568Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2248300Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2249985Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2250906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2252008Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2252882Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2253900Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2255098Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2256046Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2257244Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2259166Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2260272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2261412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2262487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2263904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2264882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2267082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2268094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2269222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2270186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2271322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2272429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2273450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2274730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2275742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2277002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2278151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2279119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2280200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2281312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2282384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2283365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2284490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2285918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2286960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2288042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2289168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2290253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2291747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2292732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2293673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2294848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2295970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2296974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2298328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2299244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2300377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2301409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2302573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2304184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2305156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2306187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2307294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2308386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2309518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2310794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2311825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2312979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2313685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2315280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2316063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2317063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2317788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2318399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2319417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2320449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2321330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2322758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2323088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2324084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2324788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2326419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2327120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2327882Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2329750Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2330479Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2330888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2332527Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2333063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2333636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2334661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2335835Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2336574Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2337620Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2338233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2339336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2340799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2341260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2342334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2343067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2344626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2345608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2346617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2347508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2348770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2349939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2350980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2352008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2353153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2355094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2355792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2356500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2357721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2358900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2359970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2361188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2362196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2363180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2364293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2365532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2366532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2367594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2368696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2369808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2370913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2372174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2373514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2374557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2375497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2376404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2377601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2378622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2379883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2381040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2382170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2383453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2384511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2385677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2386950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2388178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2389212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2390305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2391365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2392448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2393621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2395075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2396026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2397179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2399031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2400381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2401192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2402222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2403674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2404805Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2405821Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2406938Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2407984Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2409149Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2410225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2411518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2412546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2413676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2414790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2415823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2417083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2418091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2419240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2420315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2421873Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2422799Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2423963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2427105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2427722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2428426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2429019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2429729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2430321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2431544Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2432096Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2433927Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2434841Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2435454Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2437100Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2438116Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2439123Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2440107Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2441157Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2442409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2443430Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2444534Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2445870Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2446883Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2447869Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2449206Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2450175Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2451226Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2452434Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2453473Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2454651Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2456170Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2457097Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2458155Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2459277Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2460480Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2461505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2462630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2464139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2465162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2466289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2467486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2468644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2469702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2471439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2472623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2473823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2474828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2475855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2477120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2478118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2479448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2480547Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2481769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2482844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2483964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2484995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2486069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2487197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2488325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2489371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2490709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2491766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2492795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2493888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2494906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2495987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2497205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2498312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2499684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2500695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2501876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2502856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2504447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2505403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2506595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2507633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2508777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2509869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2511315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2512366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2513573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2514513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2515667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2516797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2518009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2519104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2519995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2521089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2522116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2524292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2525008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2525732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2526442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2527464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2528360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2529693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2530722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2531908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2532927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2533875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2535161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2536146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2537334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2538396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2539633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2540622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2541670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2543450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2544742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2545683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2546772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2547867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2549293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2551169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2551886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2552840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2554247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2555018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2555924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2556791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2558358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2559204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2560334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2561379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2562489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2563820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2564954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2565939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2567028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2568191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2569255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2570486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2571720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2572751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2573755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2574844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2575873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2577015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2578188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2579295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2580457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2581607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2582605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2583949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2585152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2586343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2587538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2588674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2589754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2590732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2592073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2593212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2594308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2595328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2596401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2597444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2598648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2599726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2600740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2601814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2603109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2604417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2605642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2607104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2608234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2609366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2610600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2611560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2612739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2613836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2615090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2616802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2618007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2619208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2620347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2621312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2622699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2623924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2625437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2626801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2628152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2629547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2630888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2631841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2632902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2633991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2635137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2636384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2637589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2638622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2639834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2641085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2641991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2643235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2644313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2645554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2646754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2647768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2648902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2650156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2651143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2652227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2653458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2654484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2655631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2656975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2657957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2659077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2660454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2661394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2662747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2664254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2665609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2666231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2667224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2668453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2669202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2670691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2671452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2672857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2673674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2674657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2675779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2676854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2677914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2679077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2680309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2681310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2682465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2683669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2684817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2685872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2686913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2688004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2689391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2691288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2692227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2693342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2694468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2696424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2697008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2697842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2699014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2700192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2701200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2702429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2703914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2704997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2706442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2707731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2708688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2709892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2710970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2712156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2713470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2714671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2715937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2716995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2718119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2719246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2720510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2721577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2722820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2723817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2724960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2726235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2727355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2728480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2729696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2730620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2731732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2732977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2734280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2735260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2736452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2737387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2738532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2739824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2741009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2742194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2743241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2744388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2745744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2747027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2748272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2749279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2750373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2751481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2752557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2753571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2754808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2755949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2757114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2758212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2759373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2760679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2761790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2762862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2764030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2765983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2767191Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2768256Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2769475Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2770433Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2771554Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2772637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2773937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2774968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2776236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2777483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2778604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2779560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2780706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2781938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2783193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2784371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2786784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2787655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2788815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2789867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2791224Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2792305Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2793520Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2794856Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2795806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2796955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2798008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2799462Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2800393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2801395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2802381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2803964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2804899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2806032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2807102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2808205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2809449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2810403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2811710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2812894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2814129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2815647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2816486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2817598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2819014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2820348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2821380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2822392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2823545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2824851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2826204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2827442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2828452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2829654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2831080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2832706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2833309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2834205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2835449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2836631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2837875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2838930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2840004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2842116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2842968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2843978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2845262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2846541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2847832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2848621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2849833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2850948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2852220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2853286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2854668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2855403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2856706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2857721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2859058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2860213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2861316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2862412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2863912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2864900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2866276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2867471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2868600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2869773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2870834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2872109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2873360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2874302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2875543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2876558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2878720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2879328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2880008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2880848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2882397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2883153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2884101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2885195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2886562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2887100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2888511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2889034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2890334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2891162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2891776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2893052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2893750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2895531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2895947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2896716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2897898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2898756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2899737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2900683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2901864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2902588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2904273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2904956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2906005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2906976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2908328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2908863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2910168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2911876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2912985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2913786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2914710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2915371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2916577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2917436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2918607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2919437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2920313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2921140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2922271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2923133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2924123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2924847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2925720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2926541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2927700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2928710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2929422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2931290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2931957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2932401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2933228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2934509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2935621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2936708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2937761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2938750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2940061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2941463Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2942530Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2943878Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2944924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2946916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2947850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2949284Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2950271Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2951468Z copying build/lib.linux-x86_64-cpython-310/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:32:12.2952646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2953797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2954869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2956286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2957200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2958475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2959517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2960621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2962036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2963128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2964289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2965355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2966517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2967695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2968837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2969945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2971156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2972294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2973297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2974397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2975822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2977038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2977992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2979104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2980411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2982958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2983853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2984938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2986062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2987547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2988520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2989697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2990823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2992332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2993357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2994456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2995554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2996769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2997856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.2999012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3000214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3001592Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3002582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3003955Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3005296Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3006444Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3007527Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3008651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3010115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3010946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3012215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3013060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3014246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3015684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3016807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3018306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3019460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3020398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3021499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3022683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3024065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3025968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3026615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3027796Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3028820Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3030074Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3031236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3032185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3033381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3034509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3035604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3036672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3038020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3039162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3040294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3041403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3042470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3043669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3044834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3045846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3047077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3048210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3049472Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3050624Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3051797Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3052870Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3053895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3055055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3056355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3058568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3059334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3060488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3061705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3062881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3064276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3065249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3066639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3067634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3068700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3070002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3071232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3072247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3073324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3074612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3075653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3076804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3077914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3079078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3080358Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3081611Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3082543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3083657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3084853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3086049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3087172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3088406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3089741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3090852Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3092131Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3093326Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3094408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3095698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3096873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3097986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3099211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3100619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3101740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3102676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3103887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3105484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3106403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3107599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3108703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3109971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3111091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3112241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3113449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3114447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3115541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3116891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3117927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3118891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3120119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3121300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3122458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3123496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3124641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3125835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3127095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3128150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3129239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3130415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3131684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3133617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3134476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3135633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3136930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3138231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3139700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3140694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3141780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3142854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3144361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3146400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3147425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3148054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3148992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3149694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3150966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3151933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3152703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3153652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3154552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3155557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3156536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3157606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3158244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3158972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3159851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3160541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3161433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3162236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3163128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3163953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3164930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3185124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3188651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3189324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3189702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3190077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3190463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3190885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3191209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3191586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3191928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3192314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3192676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3193175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3193589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3194011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3194365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3194820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3195200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3195694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3196231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3196673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3197129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3197623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3198260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3198836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3199311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3199804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3200400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3200837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3201380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3201865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3202425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3203007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3203742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3204323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3204935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3205303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3205743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3206153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3206572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3207067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3207541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3207949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3208414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3208778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3209381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3210097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3211018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3212694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3213318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3214100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3215007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3216184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3217151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3217856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3218786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3219881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3220725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3221656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3222449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3223321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3224236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3225256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3226210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3227249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3228449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3229367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3230342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3232122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3232571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3233395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3233923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3235123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3236126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3236766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3237667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3238988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3239748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3240485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3241285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3242609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3243449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3244153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3245383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3246360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3247343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3248468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3249403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3250164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3251514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3252598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3253369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3254394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3255354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3256147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3257153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3258770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3259450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3260421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3261328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3262377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3263519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3264633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3265428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3266736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3267474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3268528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3269527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3270388Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3271442Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3272397Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3273315Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3274319Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3275328Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3276471Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3277428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3278330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3279385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3280510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3281393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3282357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3283372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3284516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3286468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3287017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3287623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3288545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3289275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3290073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3291066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3292391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3293174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3294152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3295005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3295939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3297008Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3297846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3298902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3299883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3300562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3302846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3303313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3304098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3304556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3306437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3307598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3308187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3309353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3310118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3311182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3312106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3313074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3314070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3315016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3316258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3316951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3317941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3318837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3319762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3320526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3322023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3322691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3323703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3324674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3325515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3326740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3327456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3328390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3329484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3330255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3330974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3331960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3332719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3333723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3334320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3335797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3336262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3337389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3338258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3338972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3340320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3341237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3342095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3343217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3344265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3345337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3346053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3347370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3348062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3348792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3350041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3350771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3351686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3353596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3353997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3354483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3356285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3356739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3357683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3358725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3359449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3360090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3361765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3362438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3363488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3364536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3365190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3366288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3367419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3368194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3369389Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3370493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3371139Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3372700Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3373128Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3374247Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3374965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3377220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3377863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3378697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3379585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3380750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3381943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3383228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3384981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3386320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3387589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3388650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3389631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3390906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3392015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3393311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3394500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3395503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3396623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3397779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3399002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3400187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3401354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3402341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3403543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3404695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3405932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3407305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3408443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3409623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3410936Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3412062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3413195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3414311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3415580Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3416549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3417656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3418957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3420349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3421377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3422798Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3424122Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3425212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3426229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3427703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3428823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3430011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3430959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3432092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3433292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3434585Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3435642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3437000Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3438042Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3439148Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3440345Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3441482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3442603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3443857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3444927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3446059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3447327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3448510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3450039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3451033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3452197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3453227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3459680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3460303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3460874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3461422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3462177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3462747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3463306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3464050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3464642Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3465267Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3465879Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3467175Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3468253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3469717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3470914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3472010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3473069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3474138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3475482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3476866Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3477915Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3479030Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3480365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3481463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3482581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3484062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3484987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3486278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3487427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3488512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3489863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3491137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3492318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3493251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3494467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3495676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3496978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3498067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3499214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3500375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3501720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3503021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3504281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3505523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3506504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3507818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3508965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3510241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3511398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3512481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3513578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3514790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3515978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3517060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3518185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3519338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3520500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3521681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3522857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3524024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3525105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3526152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3527527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3528679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3529905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3530939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3532189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3533417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3534817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3536161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3537382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3538651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3539668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3540784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3542207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3543542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3544842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3545871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3547245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3548145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3549199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3551559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3552305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3552961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3553842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3555424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3556195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3557323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3558352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3559382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3560385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3561620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3563423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3564378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3565064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3565880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3567078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3568004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3568804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3569935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3570872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3571798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3573028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3573911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3575521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3576011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3576701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3577643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3578112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3579037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3579972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3580955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3582044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3582877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3583821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3584788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3585483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3586751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3587574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3588723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3589645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3591309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3592420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3592980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3594371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3595090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3595991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3596758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3597863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3598970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3600103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3601030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3602028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3603538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3604568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3605159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3606298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3607259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3608651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3609730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3610770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3611395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3612482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3613428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3614692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3615395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3616668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3617799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3619020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3619860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3620904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3621959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3622977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3624074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3624764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3625897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3626718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3628081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3628809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3630188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3631048Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3632445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3633328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3634195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3636357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3637114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3637714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3638546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3639275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3640516Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3641203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3642056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3642861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3643894Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3644516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3645615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3646364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3647468Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3648469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3649726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3650766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3651885Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3652805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3653662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3654149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3655210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3656431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3657279Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3658199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3658923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3660704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3661329Z copying build/lib.linux-x86_64-cpython-310/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:32:12.3661930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3662699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3664112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3664823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3666380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3667435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3669283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3669745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3670526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3671255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3672043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3673085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3674185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3674654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3675680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3676619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3677728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3678489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3679602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3680428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3681499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3682589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3683565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3684589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3685561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3686606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3687675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3688692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3689714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3690734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3691723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3692762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3693757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3694822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3695914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3696708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3697641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3698652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3699715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3700447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3701798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3702693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3703511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3704803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3705620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3706411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3707490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3708205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3709174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3710034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3710934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3711852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3713008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3714008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3714908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3715951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3716999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3718022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3719026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3720094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3721244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3722232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3723276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3724320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3725486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3726451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3727528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3728527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3729574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3731002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3732091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3733140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3734231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3735273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3736439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3737539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3738729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3739525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3740658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3741745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3742943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3744448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3745597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3746616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3747470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3748408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3749574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3750475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3751371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3752406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3753419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3754524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3755321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3756730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3757391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3758550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3759476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3760487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3761373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3762273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3763230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3764243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3765187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3765967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3766894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3767739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3768545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3769511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3770569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3771720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3772481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3773217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3774285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3775216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3776257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3776922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3778027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3779017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3780088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3780908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3782028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3782962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3784075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3784964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3785786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3786736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3787714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3789033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3789943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3790997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3791843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3792629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3793832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3795152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3795921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3796622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3797750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3798629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3799469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3800418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3801610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3802588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3803302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3804233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3805251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3805989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3806982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3807932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3809014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3809665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3810610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3811461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3812389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3813262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3814160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3815097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3816173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3816983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3817811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3818686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3819602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3820495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3821386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3822387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3823349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3824480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3826298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3826755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3827787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3828785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3829854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3830783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3831833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3832850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3833900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3835253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3836350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3837293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3838566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3839626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3840600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3841608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3842505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3843873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3844901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3845426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3846515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3847468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3848289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3849264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3850124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3851167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3851927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3853191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3854192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3854924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3855917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3857620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3858287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3859509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3860453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3861677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3862495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3863983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3864738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3865862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3866458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3867683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3868308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3869718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3870890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3871862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3873001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3873803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3874762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3875771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3876897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3877761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3878731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3879675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3880859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3881684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3882662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3883577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3884587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3885619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3886497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3887423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3888621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3889480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3890449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3891359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3892519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3893345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3894280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3895227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3896414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3897226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3898213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3899148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3900165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3901082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3902101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3903059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3904573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3905394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3906494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3907411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3908521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3909647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3910588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3911625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3912646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3913911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3914889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3915950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3916960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3917956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3919179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3920057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3921114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3922810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3923827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3924820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3925697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3927952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3928458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3929191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3929928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3930711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3931700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3932497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3933536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3934676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3935476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3936469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3937514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3938703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3939798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3940809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3941945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3942996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3944087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3945296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3946324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3947418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3948638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3949809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3950979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3952251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3953441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3954559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3955490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3956941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3957881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3958872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3960203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3961587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3962506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3963715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3964687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3965943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3967089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3968334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3969359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3970694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3971709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3972773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3973894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3975159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3976352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3977469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3978679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3980059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3981109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3982309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3983485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3984656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3987327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3988026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3989257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3990355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3991447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3993540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3994287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3995520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3996937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3998129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.3999218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4000485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4001502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4002876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4003889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4004950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4006134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4007335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4008577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4009895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4010829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4011947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4013292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4014271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4015571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4016814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4017797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4018862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4020179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4021284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4022779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4024035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4025164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4026362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4027555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4028615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4029874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4030830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4031946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4033421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4034364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4035677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4036857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4038001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4039164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4040190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4041641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4042783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4044042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4044902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4046083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4047244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4048492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4049506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4050925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4051912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4053201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4054385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4055455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4056697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4057768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4058909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4060432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4061622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4062785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4064078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4065512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4066424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4067590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4068486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4069842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4072090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4072870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4074100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4075126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4076400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4077466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4078639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4079808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4081003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4082432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4083454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4084573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4085867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4086921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4088027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4089148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4090511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4091582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4092619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4093769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4094912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4096333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4097569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4098616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4099738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4101365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4102456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4103819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4104960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4106280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4107314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4108450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4109822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4110831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4111987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4113070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4114305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4115458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4116681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4117783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4119190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4120240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4121402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4122510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4123703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4124852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4126099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4127187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4128521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4129574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4130712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4131844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4133023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4134374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4135672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4136912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4138075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4139218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4140568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4141822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4143045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4144275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4146731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4147659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4149321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4150648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4151941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4152929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4154317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4155425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4156536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4157686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4158812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4160172Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4161261Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4162407Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4163563Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4164571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4165795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4166956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4168280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4169417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4170501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4171478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4173907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4174526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4175195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4176082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4177497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4178411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4178986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4180198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4180956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4182117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4182861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4184386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4185353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4185898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4187055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4188213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4188984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4190120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4190733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4191780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4192756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4193799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4194790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4195813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4196564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4197821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4198327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4199652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4200265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4201713Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4202153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4202962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4204182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4205175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4206086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4208491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4209059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4209611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4210286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4211076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4212134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4213126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4213912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4215154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4216529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4217613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4218653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4219528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4220320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4221438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4222483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4223753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4224801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4225603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4226728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4227844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4228719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4229638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4230496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4231480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4232459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4233410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4234133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4235320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4236470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4237347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4238182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4239156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4240118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4241056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4241962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4242894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4243980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4245056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4245885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4246806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4247739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4248879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4249972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4250996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4252181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4253301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4254512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4255620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4256551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4257592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4258638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4259712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4260740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4261810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4262967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4264334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4265654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4266592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4267660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4268655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4269825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4270595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4271668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4272433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4273547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4274698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4275586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4276573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4277536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4278680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4279530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4280641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4282161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4283314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4284237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4285283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4286244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4287196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4288177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4289156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4290237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4291394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4292429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4293330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4294251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4295515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4296269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4297150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4298201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4299346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4300327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4301301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4302377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4303341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4304588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4306393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4307090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4308071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4308902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4310016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4311199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4312131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4312904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4314026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4314857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4315550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4316334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4317198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4318299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4319422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4320180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4321582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4322743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4323608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4325265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4325940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4326868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4327932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4328985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4329996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4331732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4332353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4333163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4334400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4335223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4335972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4337103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4337895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4338885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4339839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4340960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4341865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4342787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4344777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4345274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4346283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4347527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4348440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4349613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4350495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4351528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4352360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4353305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4354380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4355348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4356272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4357347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4358225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4359272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4360045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4361306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4362236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4363369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4364291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4365183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4366364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4367222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4368241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4369309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4370368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4371471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4372527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4373877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4374374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4375167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4376095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4377175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4377785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4379359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4380243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4381107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4382004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4383015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4384387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4384884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4386040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4386886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4388528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4389279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4390055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4391029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4392137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4392879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4393747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4394492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4395756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4396550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4397436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4399393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4399960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4400421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4401405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4402624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4403522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4404418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4405427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4406017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4406952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4408345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4409143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4410472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4411419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4412415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4413219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4414024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4415577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4415895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4417291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4418186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4419018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4419883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4420946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4421894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4423468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4424308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4425246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4426440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4426942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4427786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4429252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4429582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4430835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4431831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4432713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4433801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4435320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4435657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4436759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4437797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4438824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4439524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4440465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4441186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4442482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4443495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4444320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4445479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4446866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4447568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4448644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4449525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4450902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4451651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4452411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4453166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4454914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4455638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4456458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4457615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4458383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4459794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4460690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4461739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4462849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4463850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4465228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4467277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4467767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4468430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4469331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4470190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4471069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4472498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4473021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4474950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4475753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4476777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4477611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4478804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4479636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4480367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4481322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4482600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4483334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4485291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4485604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4486446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4487716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4488024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4489127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4490166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4490970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4491705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4492601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4493729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4495005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4495834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4496400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4497712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4498470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4499615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4500434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4501381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4502571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4503385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4504484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4505586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4506581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4507484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4508801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4509388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4510534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4511587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4512626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4513661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4514802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4515574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4516361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4517432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4518575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4519491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4520324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4521323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4522330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4523348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4524218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4525152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4526424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4527495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4528172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4529625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4530502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4531756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4532356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4533247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4534251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4535898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4536484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4537817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4538749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4539763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4540702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4541960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4542822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4544410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4545702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4546344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4547439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4548176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4549064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4549716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4551005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4552223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4552947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4553991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4555122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4556037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4557231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4558107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4560142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4560626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4561237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4561889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4562788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4563750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4564538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4565564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4566627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4567727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4568446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4569633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4570226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4571577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4572305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4573235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4574138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4575205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4576169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4577211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4578159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4579347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4580367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4581421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4582497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4583808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4584835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4585832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4586937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4587943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4588995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4590148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4591221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4592316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4593318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4594481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4595456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4596599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4597590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4598641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4599646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4600692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4601768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4603302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4604328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4605394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4606182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4607132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4608085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4614409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4615007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4615788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4616367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4616922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4617534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4618180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4619022Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4619725Z copying build/lib.linux-x86_64-cpython-310/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:32:12.4620382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4621019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4621832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4622686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4623889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4625044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4626109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4627354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4628824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4630135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4631205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4632348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4633768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4634717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4636015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4637161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4638308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4639450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4640892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4641860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4642854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4644170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4645525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4646496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4647672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4648782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4649873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4651303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4652315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4653470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4654763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4655972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4657247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4658523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4659466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4660440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4661771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4663113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4664354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4666913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4667718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4668910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4670733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4671448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4672432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4673590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4674713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4675794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4677152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4678661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4679843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4681086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4682303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4683252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4684302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4685414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4686684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4687906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4689203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4690262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4691626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4692770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4693788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4694873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4696101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4697261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4698528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4699538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4700725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4702168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4703224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4704492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4705565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4706724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4707856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4708964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4710276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4711491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4712649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4723364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4724119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4725204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4726289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4727411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4728676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4729830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4731149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4732412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4733576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4734670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4735736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4737095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4738178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4739306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4740473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4741809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4742869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4744329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4745350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4746476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4747507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4748702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4750062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4751106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4752280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4753417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4754482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4755818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4757050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4758140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4759491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4760639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4761876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4763683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4764884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4766187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4767060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4768360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4769445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4770516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4771692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4772906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4774136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4775315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4776331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4777495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4778648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4779767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4780949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4782251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4783310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4784583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4785712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4787010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4788022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4789581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4790666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4791760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4792891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4794338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4795475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4796461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4797651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4798987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4800326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4801300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4802436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4803657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4804836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4805912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4807089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4808222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4809424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4810673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4811738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4812960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4813971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4815299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4816340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4817286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4818585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4819983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4820978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4822223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4823360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4824740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4825826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4826996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4828306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4829419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4830419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4831600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4832757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4834038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4835274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4836253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4837529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4839385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4840564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4841706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4842860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4844005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4845383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4846694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4847647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4848910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4850116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4851325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4852468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4853459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4854585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4855748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4857136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4858172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4859327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4860448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4861745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4862882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4864140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4866422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4867562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4868607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4869774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4870935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4872239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4873190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4874380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4875791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4876903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4878174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4879251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4880423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4881691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4882920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4884212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4885195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4886517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4887538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4888582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4889665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4890796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4892189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4893144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4894318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4895476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4896814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4897908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4898963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4900113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4901391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4902616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4904118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4905367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4906443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4907748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4908794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4909928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4911134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4912488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4913665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4914823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4916770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4918048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4919091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4920034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4921362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4922585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4923634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4924971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4926211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4927237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4928478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4929573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4930959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4932212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4933153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4934434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4935570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4936764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4937725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4938933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4940136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4941216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4942328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4943797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4945042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4947582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4948531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4949550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4950967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4951927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4953312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4954238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4955291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4956408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4957709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4958694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4959853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4961028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4962204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4963630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4964852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4966069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4967165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4968344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4969480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4970474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4971676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4973005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4974191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4975300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4976372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4977467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4978732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4979876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4981152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4982338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4983495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4984908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4985926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4987231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4988340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4989404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4990533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4992002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4993536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4994700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4995849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4997077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4998180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.4999264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5000528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5001717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5003039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5005018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5005619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5006369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5007404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5008699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5010231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5011373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5012225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5013542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5014556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5015770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5016872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5017958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5019129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5020343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5021776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5022790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5024175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5025401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5026350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5027681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5029014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5030001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5031254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5032387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5033460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5034642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5035908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5037055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5038395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5039530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5040798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5041751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5042980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5044383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5045536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5046647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5047861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5048938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5050141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5051338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5052474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5053672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5054767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5055873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5057056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5058074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5059315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5060638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5061877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5063110Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5064676Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5065710Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5066929Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5068171Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5069705Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5070984Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5072049Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5073269Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5074605Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5075781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5076890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5077964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5079056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5080346Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5081804Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5082904Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5083639Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5084915Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5086104Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5087873Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5089064Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5090053Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5112978Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5114145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5114962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5115880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5116757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5117595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5118315Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5119076Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5120032Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5120830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5121577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5122336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5123196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5124037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5125124Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5125976Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5126788Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5127577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5128426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5129267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5130177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5130897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5131608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5132431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5133274Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5133953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5134642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5135225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5136017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5136940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5137805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5138440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5139141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5139860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5140747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5141656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5142432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5143283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5144099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5144696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5145528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5146435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5147466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5148371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5149180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5150259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5151004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5151788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5152744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5153726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5154731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5155652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5156620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5157594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5158258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5158851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5159604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5160290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5161119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5161747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5162399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5163015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5163749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5164503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5165245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5165980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5166672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5167390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5168042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5168728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5169299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5170007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5170525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5171149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5171779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5172414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5173003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5173604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5174284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5174856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5175427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5176137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5176731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5177370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5177927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5178519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5179325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5180045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5180680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5181214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5181854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5182447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5186381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5187519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5188372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5188983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5190019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5191042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5191790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5192894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5193680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5194684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5195814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5197429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5198291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5198942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5199704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5200731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5202704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5203463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5204354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5205715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5206722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5207686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5208892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5209973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5210947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5212422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5213485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5214325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5215404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5216453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5217835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5218933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5219758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5220923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5222013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5223903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5224902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5225612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5226908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5227841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5228667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5229949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5230760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5231666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5232418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5233329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5234406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5235565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5236768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5237818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5238920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5240009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5241262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5242377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5243360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5244302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5245453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5246532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5247548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5248480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5250377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5251146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5251889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5252996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5254076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5255277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5256213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5257235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5257938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5258717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5259845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5260717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5261501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5262743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5264092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5265511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5266170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5267026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5267903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5269684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5270431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5271018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5272121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5273088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5273874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5275913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5276735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5277860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5278525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5279341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5279965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5280845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5281587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5282874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5283611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5284738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5285611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5286721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5287603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5288614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5289425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5290746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5291509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5292624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5293445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5294709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5295614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5296896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5297554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5298811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5299817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5300875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5301623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5302999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5304159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5304972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5306503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5307612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5308819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5309583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5310613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5311712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5312706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5313586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5314690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5315873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5316659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5317887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5318662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5319657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5320559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5321398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5322627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5323525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5324811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5325693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5326382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5327261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5328413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5329395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5330329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5331469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5332910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5333512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5334344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5344769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5345856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5347103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5347977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5348566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5349331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5349990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5350647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5351271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5351959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5352720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5353554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5354277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5355011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5355616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5356335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5357276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5358058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5358705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5359424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5360030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5360774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5361465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5362168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5362884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5363647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5364308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5365047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5365834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5366491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5367504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5368097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5369262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5370428Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5371380Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5372372Z copying build/lib.linux-x86_64-cpython-310/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:32:12.5373328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5374376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5375422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5376335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5377252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5378379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5380131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5381109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5382068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5383329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5384543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5385636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5386669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5387751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5388692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5390427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5391200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5391976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5395038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5396958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5397738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5399021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5399825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5400711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5401863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5402876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5403661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5404724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5405897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5407454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5408562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5409519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5412086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5413117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5413821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5414516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5415187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5415989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5416767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5417534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5418964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5419607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5420667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5421657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5422697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5423863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5424882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5425899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5426797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5427742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5428670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5429600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5430540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5431525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5432453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5433334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5434336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5435384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5436426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5437186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5437938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5439034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5441082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5441921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5442958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5443801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5444789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5445684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5446732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5447700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5448706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5449622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5450721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5451848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5452854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5453798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5454881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5455944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5456953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5457926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5458912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5459860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5460831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5461880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5462819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5463928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5465173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5466235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5467197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5468154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5469224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5470356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5471472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5472535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5473533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5474532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5475496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5476464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5477455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5478467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5479646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5480808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5481894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5482971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5484037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5485188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5486304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5487335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5488429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5489438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5490418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5491406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5492567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5493796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5494894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5495954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5496986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5498107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5499226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5500293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5501318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5502396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5503497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5504691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5505695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5506659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5507746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5508826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5509810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5510736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5511685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5512845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5513894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5514863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5515933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5516970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5517968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5519116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5520213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5521216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5522204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5523180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5524127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5525082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5526046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5527152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5528240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5529261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5530240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5531342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5532421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5533396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5534370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5535360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5536457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5537665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5538875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5539966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5541041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5542212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5543261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5544561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5545725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5546774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5547760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5548794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5549827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5550828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5551791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5552820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5554027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5555232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5556331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5557381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5558438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5559487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5560540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5561811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5562953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5564020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5565042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5566129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5567138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5568135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5569116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5570106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5571224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5572377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5573461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5574495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5575509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5576544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5577577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5578602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5579615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5580575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5581532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5582585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5583723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5584834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5585892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5586913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5587942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5588963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5589985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5591073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5592084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5593051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5594175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5595332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5596379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5597388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5598379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5599372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5600359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5600969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5601687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5602304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5602921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5603450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5604052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5604640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5605203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5605812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5606365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5606965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5607562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5608132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5608750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5609466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5610038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5610607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5611151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5611838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5612429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5612984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5613530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5614105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5614667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5615214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5615915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5616491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5617055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5617617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5618199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5618894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5619586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5620217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5620816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5621434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5622101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5622758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5623344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5624007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5624567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5625109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5626162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5627086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5627968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5628734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5629928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5630919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5631945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5633198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5633943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5634930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5635919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5636852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5637891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5638917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5639701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5641321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5641801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5642713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5644011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5645053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5646010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5646963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5647733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5649481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5649972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5651359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5651937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5653315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5653808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5656597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5657003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5657821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5658996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5659868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5660514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5661818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5662466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5663929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5664717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5665813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5666794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5667804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5668746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5669863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5670723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5671406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5672559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5673400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5674459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5675478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5676181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5677746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5679612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5680232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5681271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5682262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5683509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5684645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5685733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5687167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5688375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5689212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5691226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5692706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5693653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5694749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5696021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5697285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5698623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5699695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5704292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5704899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5705876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5706945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5708248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5709437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5710540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5711809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5713146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5714460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5715591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5716795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5718002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5719327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5720247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5721522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5722658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5723927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5725046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5726255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5727288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5728543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5729864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5731618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5732770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5733993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5734997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5736160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5737293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5738466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5739638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5740769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5742007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5743345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5744801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5746950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5747878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5749006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5750401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5751681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5752863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5754084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5755146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5756484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5757562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5758650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5759840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5761139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5762198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5763292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5764479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5765784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5766843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5767974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5769133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5770434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5771462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5772685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5773792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5775008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5776057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5777323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5778683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5779768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5781028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5782072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5783452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5784636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5785821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5787016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5788401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5789220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5790480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5792265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5792778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5793517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5795143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5795736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5797694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5798152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5798942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5799933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5800960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5801915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5802928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5803903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5805085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5806697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5807459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5808387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5809583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5810447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5811456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5812486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5813657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5814560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5815546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5816588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5817556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5818734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5819653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5820597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5821660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5822672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5823943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5824733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5825715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5826241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5827655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5828443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5829460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5830894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5831793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5832918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5833576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5834462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5835530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5836404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5837158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5838123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5839070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5839892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5841425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5841958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5843375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5844111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5845138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5846124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5847230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5848069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5849181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5850179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5851292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5852046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5853175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5854071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5855409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5856337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5858194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5858750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5859450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5860496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5861512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5862630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5863759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5864884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5865812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5867351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5868110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5868851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5870215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5871445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5872481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5873435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5874448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5875513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5876639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5877595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5878700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5879792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5880762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5881856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5882843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5884062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5884997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5886034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5887069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5888239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5889202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5890341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5891352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5892717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5893500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5894618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5895726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5896888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5897832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5898863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5899838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5900978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5902168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5902855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5904121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5905108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5907243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5907727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5908409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5909351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5910393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5911075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5912768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5913098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5914083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5914585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5915944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5916926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5917559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5918915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5919944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5920616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5921545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5922577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5923669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5924554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5925621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5926536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5927650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5928669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5929512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5930209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5931045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5932061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5933174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5934110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5934996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5936648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5937725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5938468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5940119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5940569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5941207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5941828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5947650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5948258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5948729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5949288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5949737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5950200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5950742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5951175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5951617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5952087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5952652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5953843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5954682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5955456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5956485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5957573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5958310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5959325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5960253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5961617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5962405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5963437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5964827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5965734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5967067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5968074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5969008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5970414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5971200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5972294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5973319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5974323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5975637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5976403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5978754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5979808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5982150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5985046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5985823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5987434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5987745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5988764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5989751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5991053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5992006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5993061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5993946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5994680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5995743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5996993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5997854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5998487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.5999876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6000424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6001464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6002245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6003156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6004920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6005634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6007046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6008244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6009001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6010012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6011118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6012046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6012905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6013835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6014919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6015639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6016601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6017473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6018456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6019404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6020338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6021383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6022563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6023324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6024334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6026342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6026959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6028317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6029025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6030024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6031338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6031876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6033181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6034085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6034875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6036064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6038166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6038556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6039030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6040544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6041253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6042357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6043351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6044259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6045279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6046465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6047358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6048350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6049460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6050236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6051468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6052357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6053335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6054281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6055218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6056197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6057239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6058320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6059382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6060393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6061693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6062605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6064129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6065051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6065988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6067106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6068313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6069317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6070711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6071283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6072253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6073455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6074385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6075608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6076286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6077221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6078140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6079263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6080364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6081759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6082486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6083681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6085370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6085732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6086713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6087385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6088949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6090158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6091010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6092280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6093520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6094503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6095927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6097136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6098135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6099174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6100419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6101724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6102714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6104095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6105124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6106509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6107638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6108906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6110112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6111167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6112825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6113728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6114993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6116025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6117408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6118416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6120390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6121017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6122162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6123112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6124283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6125555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6126737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6127849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6129149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6130343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6131330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6132418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6133828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6135009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6136108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6137258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6138573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6139657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6140815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6142022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6144374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6145403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6146503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6147551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6148929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6150051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6151294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6152384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6153656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6154951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6156104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6157252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6158659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6159945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6161043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6162207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6163241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6164421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6165805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6166846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6167994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6169147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6170383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6171808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6172904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6174316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6175403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6176419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6177589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6178684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6179985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6181177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6182518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6183552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6184770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6187056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6188416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6189013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6190425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6191477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6192478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6193793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6194914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6196238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6197443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6198538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6199762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6201136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6202164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6203282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6204382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6205733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6206766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6207944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6208994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6210353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6211580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6212960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6213891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6214968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6216102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6217429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6218283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6219696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6221680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6222742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6223883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6225278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6226238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6227513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6228690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6229771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6230946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6232078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6233358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6234444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6235893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6237002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6238098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6239291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6240538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6241686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6242781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6243978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6245147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6246157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6247124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6248517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6249626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6251567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6251955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6253937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6254698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6255313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6255912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6256493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6257189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6258609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6259327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6260183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6261432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6262380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6263255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6264461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6265441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6266370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6267633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6268194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6269178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6270212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6270942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6273172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6273784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6274343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6275418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6276902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6277741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6280046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6280865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6282102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6283137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6284319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6285637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6287007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6288175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6289445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6290445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6292914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6294048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6295236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6296598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6297642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6298894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6300073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6301201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6302609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6303916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6305857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6306893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6308207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6309475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6310736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6312038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6313158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6314379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6315771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6317080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6318178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6319371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6320505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6321643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6322898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6323993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6325151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6326257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6327530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6328679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6329723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6331076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6332102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6333244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6334325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6335506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6336874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6337777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6338920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6340469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6341524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6342568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6343975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6344822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6346336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6347445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6348422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6349708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6350947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6352083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6353232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6354343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6355762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6356956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6358251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6359278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6360550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6361666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6362854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6364021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6365424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6366374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6367487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6368605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6369839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6371643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6372791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6373980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6375135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6376250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6377321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6378494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6379618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6381192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6382136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6383403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6384552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6386598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6387676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6388883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6390061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6391163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6392319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6393486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6394785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6396175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6397481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6398515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6399766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6400841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6402050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6403170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6404395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6405664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6406825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6407961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6409198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6410349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6411528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6412876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6413966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6415132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6416203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6417383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6418589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6419907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6420811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6422298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6423999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6424609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6426105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6427179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6428371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6429366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6430518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6431564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6432807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6433887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6435106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6436237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6437512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6438925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6440321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6441363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6442525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6443679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6444931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6445983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6447063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6449161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6450140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6451391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6452550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6453519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6454837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6456054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6457177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6458407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6459581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6460652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6461842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6463080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6464392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6465687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6466995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6468056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6469156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6470335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6471675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6472611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6473836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6474977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6476453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6477646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6478866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6479961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6481108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6482204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6483470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6484770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6485849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6487065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6488166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6489440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6490520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6491837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6492967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6494194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6495271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6496449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6497479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6498725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6499807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6501014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6502289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6503507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6504954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6505954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6507201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6508596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6509572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6510555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6511864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6513212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6514211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6515357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6516517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6517823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6519168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6520394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6521482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6522586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6523666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6525629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6526518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6527766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6528868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6529950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6531727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6532830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6533786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6535081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6536051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6537462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6538886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6540000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6541181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6542338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6543523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6544733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6547380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6548221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6549443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6550506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6551722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6552898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6554082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6555238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6556267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6557441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6558871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6559891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6561095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6562529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6563701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6565170Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6566147Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6567276Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6568430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6569627Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6570810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6571908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6573334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6574379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6575692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6576588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6577835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6579062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6580159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6581332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6582671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6583967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6585384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6586376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6587569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6588905Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6590220Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6591392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6592473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6593535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6594846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6595903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6596934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6598270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6599410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6600634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6601874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6603768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6604773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6605988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6606967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6608276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6609375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6610784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6612219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6613096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6614416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6615481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6616522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6617850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6618834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6619980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6621344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6622710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6624045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6625142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6626251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6627290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6628549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6629599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6630782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6631972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6633354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6634539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6635604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6636780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6638069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6639284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6640430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6641509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6642917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6644988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6645565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6646413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6647841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6648943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6649989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6651266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6652274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6653398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6654729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6655807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6656924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6658271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6659276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6660411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6661651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6662807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6664208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6665386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6666447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6671414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6672184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6672839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6673467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6674087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6674767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6675410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6676000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6676911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6678030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6679901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6681034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6682257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6683516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6684823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6685995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6687155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6688311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6689386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6690611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6691788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6692948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6694216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6696218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6696708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6697572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6698430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6699507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6700744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6701857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6702708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6703441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6704602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6706199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6707166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6707976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6708977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6709916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6710974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6711736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6713076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6713842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6714912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6715831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6716957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6717822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6718741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6719731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6720565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6721658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6722527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6723460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6724367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6725412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6726362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6727235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6728297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6729330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6730492Z copying build/lib.linux-x86_64-cpython-310/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:32:12.6731520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6732923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6733740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6734685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6735501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6736681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6737547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6738584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6739476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6740168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6742280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6742639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6744040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6744797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6745551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6747464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6748199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6749170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6750251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6751154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6752342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6753430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6754046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6755197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6756060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6757260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6758043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6759294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6760147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6761914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6762835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6763883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6764975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6766043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6767285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6768323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6769477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6770738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6771923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6773054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6774335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6775776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6776770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6778581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6779200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6780241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6781337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6782524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6783984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6784969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6786108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6787348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6788723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6789744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6790862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6792135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6793639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6794768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6795984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6797036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6798114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6799187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6800366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6801792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6802789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6803987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6805032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6806313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6807382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6808557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6809801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6811129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6812197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6813346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6814584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6815843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6816883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6818006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6819133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6821146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6822486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6823516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6824681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6825877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6827226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6828283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6829510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6830690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6832171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6832951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6834236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6835329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6836564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6837820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6838965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6840081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6841945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6842837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6843841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6844975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6846344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6847829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6848944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6849964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6851107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6852419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6853524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6854489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6855716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6856934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6858215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6859289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6860529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6861528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6862721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6864004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6865198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6867140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6868202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6869531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6870517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6871708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6872886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6874113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6875577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6876605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6877714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6878998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6880148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6881367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6882373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6883532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6884586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6885769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6886913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6888014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6889145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6890270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6891556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6892602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6893741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6895010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6896208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6897729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6898955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6900252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6901334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6902526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6903791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6905046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6906178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6907466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6908552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6909670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6910762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6911897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6913004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6914299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6915470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6916632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6917763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6919075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6920191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6921281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6922452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6923640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6924703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6925939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6927250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6928242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6929390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6930597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6931820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6932972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6934046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6935189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6936320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6937627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6938630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6940016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6941021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6942206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6943388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6944747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6945952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6947236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6948235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6949430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6950692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6951792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6952932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6954001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6955438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6956768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6958005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6959049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6960224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6961333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6962700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6963716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6964879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6965931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6967073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6968187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6969511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6970584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6971723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6973383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6974682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6975756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6976979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6978006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6979250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6980412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6981466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6982667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6984128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6985326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6986474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6987476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6988783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6990093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6991085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6992177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6993341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6994473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6995686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6996860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6998154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.6999226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7000388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7001512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7002748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7003885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7004955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7006127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7007212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7008341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7009494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7010761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7011783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7012872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7014181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7015190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7016338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7017476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7018591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7019738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7020894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7022361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7023352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7024714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7025835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7027055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7028170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7029395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7030462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7031779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7032843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7033975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7035228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7036532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7037580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7038735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7039861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7041163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7042251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7043363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7044456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7045720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7046779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7048447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7049626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7050925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7052181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7053182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7054322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7055453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7056859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7057878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7058933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7060078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7061372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7062680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7063965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7065867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7067246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7068314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7069450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7070568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7071978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7073096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7074213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7075303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7076567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7077832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7078752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7079998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7081215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7082323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7083494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7084537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7085890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7086864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7088232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7089157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7090512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7091576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7092455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7093846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7095132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7096040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7097206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7098508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7099716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7100778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7102051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7103032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7104427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7105585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7107033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7107818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7109321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7110474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7111420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7112643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7113765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7114901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7116253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7117354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7118355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7119625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7120655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7121782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7122994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7124598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7125793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7126909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7128180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7129225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7130575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7131688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7132788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7133958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7135022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7136421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7137640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7138671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7139725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7140870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7142127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7143454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7144676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7145769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7146891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7148072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7149179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7150328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7151788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7153035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7154119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7155234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7156651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7157723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7158829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7160067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7161308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7162449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7163494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7165264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7166226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7167282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7168547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7169980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7171447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7172183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7173287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7174222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7175722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7176873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7177844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7178926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7180028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7181294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7182573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7184052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7185175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7186381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7187464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7188782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7189922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7190920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7192079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7193223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7194336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7195390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7196660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7197748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7198907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7200654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7201794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7202910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7204000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7205272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7206350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7207449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7208558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7209861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7210896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7212043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7213195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7214410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7215507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7216613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7217754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7219078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7220143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7221392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7222489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7223850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7224955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7226136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7227159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7228439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7229527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7230750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7231773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7233094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7234100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7235377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7236755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7237778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7238945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7240069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7241085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7242241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7243595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7244658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7245756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7246880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7248269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7249192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7250244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7251305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7252548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7253792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7254741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7255856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7256981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7258091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7259378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7260613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7261664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7262759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7264036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7266367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7267476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7268469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7269535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7270903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7271966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7273314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7274523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7276340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7277553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7278762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7280006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7281076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7282186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7283464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7284597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7285680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7286944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7288080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7289120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7290283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7291415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7292547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7293740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7294934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7296131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7297485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7298409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7299615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7300742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7301932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7303362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7304784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7305844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7307020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7308230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7309282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7310427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7311647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7313246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7314296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7315271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7316405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7317772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7318870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7320226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7321381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7322654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7323775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7324819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7325825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7327238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7328551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7329605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7330802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7331869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7332993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7334150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7335286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7336262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7337635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7338887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7339982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7341132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7342255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7344326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7345017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7346438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7347333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7348672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7349655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7350853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7352742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7353675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7354880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7356214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7357422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7358780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7359852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7361037Z copying build/lib.linux-x86_64-cpython-310/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:32:12.7362125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7363178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7364457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7365605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7366691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7367931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7369222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7370309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7371437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7372618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7373762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7374973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7375941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7377207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7378364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7379628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7380712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7382154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7383265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7384739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7387016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7387906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7389017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7390227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7391347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7392643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7393717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7394901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7395998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7397342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7398440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7399864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7400927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7402071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7403209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7404593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7405699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7407129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7408117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7409212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7410451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7411603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7412708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7413837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7415101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7416434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7417429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7418490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7419744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7421002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7422524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7423511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7424751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7426058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7427379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7428378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7430425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7431343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7432482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7433591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7434734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7435660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7436771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7438211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7439087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7440185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7440935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7442244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7443381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7444199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7445494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7446444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7447728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7448368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7449121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7450779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7451167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7451989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7453132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7453996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7454642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7455727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7456406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7457860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7458980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7460067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7461302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7462502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7463829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7465002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7466049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7467208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7468426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7469550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7470885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7472238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7473361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7474359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7475493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7476827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7477980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7479206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7480622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7481631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7482735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7483938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7485172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7486222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7487573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7488722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7489808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7491111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7492237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7493225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7494487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7495764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7497024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7498109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7499205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7500705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7502176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7503183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7504505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7506098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7506980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7508257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7509390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7510619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7511769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7512930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7514085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7515271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7516439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7517744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7518863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7520445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7521358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7522468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7523565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7524831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7526176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7527220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7528356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7529551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7530691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7531830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7533039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7534398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7535832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7536861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7538044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7539173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7540287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7541409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7542671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7544014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7545167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7547626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7548405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7549427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7551065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7552030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7553079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7554261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7555440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7556503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7557946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7559095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7560234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7561439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7562634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7563711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7564834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7566203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7567166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7568341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7569529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7570694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7571876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7573024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7574076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7575244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7576577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7577674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7579612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7580739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7581793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7582969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7584398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7585643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7586739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7587869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7589197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7590610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7591453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7592695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7593900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7595121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7596111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7597267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7598597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7600073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7601020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7602240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7603497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7604717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7605934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7607032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7608105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7609341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7610510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7611636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7612790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7614054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7615232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7616473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7617728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7618832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7619944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7621014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7622275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7623402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7624788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7625936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7627058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7628552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7629530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7630672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7631987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7633155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7634223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7635448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7636881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7637996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7639197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7640282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7641493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7642886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7644148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7645047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7646441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7647549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7648554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7649759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7650879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7652340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7653408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7654422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7657309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7657938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7659061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7660112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7661234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7662470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7663986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7665191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7666419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7667593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7669060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7670075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7671085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7672215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7673423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7674579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7675649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7676866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7678128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7679133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7680320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7681605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7682818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7684067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7685303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7686266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7687538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7688777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7690250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7691087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7692229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7705601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7706454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7707173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7707763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7708327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7708907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7709597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7710313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7710908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7711496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7712166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7712746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7713418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7713999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7714538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7715088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7715662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7716339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7716931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7717501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7718065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7718721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7719297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7719857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7721873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7722573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7723315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7724339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7725447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7726765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7727849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7729022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7730193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7732450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7733201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7734231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7735468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7738542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7739237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7739832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7740406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7741469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7742546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7743817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7745065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7746918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7748090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7749076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7750316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7751698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7752789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7753976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7755241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7756496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7757558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7758695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7759844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7761021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7762419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7763789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7764935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7765985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7767078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7768505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7769537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7770588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7771809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7772997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7774101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7775306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7776355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7777508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7778947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7779987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7781246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7782396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7783741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7784818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7786123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7787119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7788384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7789429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7790894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7791968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7793104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7794317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7795541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7796785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7797939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7799046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7800110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7801384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7802781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7803964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7805091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7806126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7807387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7809317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7810257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7811421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7812529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7813676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7814811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7816268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7817330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7818655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7819741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7820809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7822042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7823351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7824551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7826035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7827101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7828219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7829407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7830530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7831826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7832944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7834092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7835180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7836308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7837697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7839123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7840198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7841338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7842633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7843681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7845115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7846239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7847430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7848808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7849853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7851076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7852151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7853247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7854431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7855555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7856805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7858019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7859464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7860640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7861809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7862768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7864286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7865484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7866633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7867734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7869169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7870218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7871300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7872559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7873671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7874737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7876462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7877470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7878590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7879879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7881034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7882049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7883221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7884706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7886765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7887546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7888583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7889953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7891139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7892157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7893440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7894747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7895696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7896826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7898009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7899154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7900322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7901779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7902762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7904261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7905272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7907449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7908024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7908731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7909907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7911223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7912530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7913583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7914808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7915888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7917168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7918350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7919470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7920563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7921809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7922878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7924265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7925713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7926826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7928023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7929144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7930187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7931323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7932614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7933676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7935013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7936404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7937375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7938604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7939611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7940862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7942085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7943219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7944663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7946729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7947650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7948803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7949993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7951247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7952375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7954340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7955081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7955957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7957057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7958107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7959260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7960410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7961744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7963561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7964787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7965806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7967038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7968379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7969641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7970723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7971875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7973163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7974126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7975599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7976642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7977855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7978883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7980037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7981274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7982394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7983825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7985415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7986415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7987504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7988758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7989837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7991015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7992121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7993266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7994851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7995815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7996942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7998194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.7999445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8000589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8001729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8003020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8004444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8005279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8006462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8007843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8009052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8010131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8011301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8012434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8013867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8014792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8015944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8017116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8018271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8019403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8020583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8021780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8023030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8024215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8025570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8026720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8027976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8029285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8030304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8031428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8032690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8033729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8035069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8036350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8037315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8038454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8040424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8041404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8042641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8043855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8044906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8045939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8047076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8048605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8049656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8050864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8052157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8053389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8054435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8055714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8056872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8058018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8059284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8060435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8061739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8062960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8064454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8065630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8066760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8067929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8069042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8070370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8071401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8072678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8073886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8075123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8076175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8077582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8078581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8079738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8080836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8081999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8083165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8084364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8085491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8086670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8087870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8089900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8090791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8091444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8092492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8093508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8095163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8096166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8097311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8098585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8099701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8100813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8102067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8103273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8104698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8107137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8107893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8109011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8110192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8111421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8112625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8113727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8115159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8116459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8118072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8119421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8120556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8121596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8122742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8124023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8125220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8126387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8127400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8128514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8129737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8131537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8132615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8133581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8134734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8135842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8137062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8138291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8139336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8140746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8141825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8143057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8144276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8145537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8146816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8147894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8149011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8150219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8151640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8152651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8153825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8155035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8156176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8157340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8158539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8159968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8160852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8161992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8163092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8164409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8165617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8166734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8167769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8169107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8170389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8171705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8172766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8174006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8175163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8176383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8177646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8178779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8180067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8181360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8182478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8183838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8185051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8186297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8187303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8188468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8189644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8191108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8192195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8193388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8195272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8196488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8197613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8198614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8199747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8201024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8202362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8203411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8204710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8205734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8207142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8208298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8209327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8210415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8211717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8212969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8214161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8215442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8216557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8217664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8218816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8220078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8221480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8222605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8223933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8225760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8228061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8228834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8229897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8231089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8232353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8233573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8234582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8235994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8237282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8238414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8239504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8240561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8241798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8242964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8244213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8245326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8246671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8247831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8248941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8249934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8251283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8252398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8253560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8254832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8256245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8257281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8258433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8259643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8260807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8262027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8263202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8264763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8265979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8266965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8268127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8269321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8270491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8271641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8273583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8274454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8275868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8276891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8278045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8279186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8280366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8281560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8282789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8284177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8285429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8286809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8287732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8288996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8290283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8291208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8292427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8293492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8294686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8296198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8297538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8298795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8299686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8300684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8302248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8303239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8304586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8305733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8306941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8308228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8309572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8310885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8311971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8313242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8314256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8315495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8316849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8317872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8319086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8320404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8321794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8323038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8324049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8325094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8326175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8327396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8328609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8329727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8330930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8332037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8333339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8334351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8335605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8337667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8338433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8340252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8340886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8341782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8343130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8344288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8345383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8347754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8348554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8350458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8351322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8352416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8353780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8354765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8355872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8357124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8358562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8359569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8360757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8361791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8362997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8364302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8365361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8366494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8367821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8368975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8370187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8371496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8372682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8373758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8374864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8375970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8377366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8378520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8379797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8380971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8382301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8383423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8384719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8385837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8387192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8388361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8389528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8390728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8391935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8393012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8394217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8395319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8396617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8397728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8399081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8400265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8401550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8402826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8403934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8405013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8406177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8407356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8408595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8409771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8410951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8412191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8413389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8414688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8416308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8417286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8418541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8419752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8420896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8422096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8423449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8424597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8426002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8427036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8429107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8429799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8431269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8432362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8433486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8434593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8435895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8437174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8438270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8439469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8440793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8441971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8443017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8444117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8445179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8446254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8447428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8448581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8449977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8450964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8452128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8453266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8454564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8455638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8456813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8458037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8459466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8460975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8462116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8463168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8464444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8465723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8466978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8468114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8469347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8470502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8471859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8473096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8474209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8475304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8476463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8477730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8478835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8479988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8481138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8482264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8483561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8484670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8485821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8486971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8488350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8490490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8491134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8491883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8493073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8494289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8495326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8496560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8497808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8499083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8500131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8501493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8502941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8503957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8507120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8507700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8508802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8509818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8510971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8512031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8513974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8514802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8515931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8517045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8518355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8519455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8520596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8521688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8523231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8524149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8525369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8526561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8527839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8529017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8530175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8532172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8532976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8533799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8535019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8536084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8537417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8538400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8539575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8540756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8542325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8543412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8544887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8545962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8547179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8548741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8549534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8550705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8552064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8553200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8554348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8555480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8556808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8557919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8559143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8560244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8561687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8562838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8564114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8565096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8566171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8567347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8568472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8569621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8570922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8572248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8573288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8574495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8575830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8576924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8577953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8579192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8580574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8581674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8583448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8584814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8587237Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8588080Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8589253Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8590425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8591552Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8592914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8594001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8595225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8596531Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8597611Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8598733Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8599906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8601247Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8602358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8603518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8604592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8605920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8607497Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8608823Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8609986Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8610955Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8612111Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8613301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8614499Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8615697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8616982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8618181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8619572Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8620652Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8622111Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8623170Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8624396Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8625589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8626813Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8628011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8629104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8630448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8631816Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8633075Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8634166Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8635280Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8636529Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8637690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8638950Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8640063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8641139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8642426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8643762Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8645221Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8646264Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8647404Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8648697Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8649675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8651001Z copying build/lib.linux-x86_64-cpython-310/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:32:12.8652067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8653236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8654543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8655583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8656876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8658130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8659458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8660689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8662605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8663833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8665228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8666253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8667460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8668882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8670024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8671357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8672547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8673649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8674977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8676274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8677158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8678363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8679573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8680792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8682131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8683264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8684580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8685815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8686986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8688138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8689396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8690861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8692172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8693180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8694331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8695341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8696860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8697710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8698846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8699957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8702751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8703514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8704395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8705076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8706328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8707356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8708499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8709913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8711046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8712266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8713480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8714823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8715860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8717231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8718202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8719407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8720520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8721675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8722813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8724205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8725236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8726401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8727572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8728773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8730028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8731085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8732273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8733602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8734743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8735856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8737031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8738379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8740387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8741171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8742544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8743949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8745100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8747369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8748529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8749182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8751104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8751602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8752564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8753476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8754967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8755722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8757507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8758299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8760053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8760434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8761263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8763137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8763885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8764839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8766024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8767575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8768641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8769637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8770966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8772098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8773560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8774522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8775620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8776898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8778258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8779303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8780500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8781653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8783202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8784421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8785543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8786466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8787935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8789127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8790195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8791561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8792806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8793712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8795208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8796145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8797407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8798515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8799813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8800910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8801895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8803522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8804862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8805801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8806955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8808143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8809698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8810569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8811630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8812715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8814047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8815038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8817040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8818042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8819173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8820377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8821634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8822631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8864113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8864700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8865149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8865559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8865961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8866460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8866864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8867250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8867619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8868088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8868639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8869003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8869478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8869859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8870330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8870885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8871314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8871700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8872082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8872462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8872832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8873222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8873700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8874106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8874597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8875025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8875455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8875909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8876278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8876638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8877172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8877631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8877999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8878415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8878838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8879208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8879563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8879910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8880265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8880832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8881182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8881635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8882102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8882528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8883030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8883517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8884030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8884425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8884882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8885332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8885733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8886132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8886554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8886997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8887475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8887890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8888330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8888845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8889327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8889735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8890233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8890691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8891067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8891493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8892013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8892455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8892848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8893267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8893698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8894345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8894785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8895232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8895689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8896189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8896612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8897031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8897637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8898084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8898548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8899397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8900172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8901144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8901962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8902962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8904430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8905058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8905978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8906847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8908063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8909170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8910117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8910779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8911803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8912807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8913641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8914548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8915422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8916361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8917387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8918230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8919117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8920103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8920962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8921819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8922691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8923753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8924650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8925624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8926705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8927500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8928380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8929376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8930163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8931213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8932054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8932969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8933852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8934751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8935629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8936705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8937529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8938338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8939773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8940614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8941698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8942590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8943500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8944663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8945526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8946427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8947327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8948334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8949170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8950241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8950995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8951926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8952821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8953702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8954550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8955660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8956544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8957521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8958636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8959425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8960587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8961079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8962232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8963045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8964265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8965121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8965896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8967092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8967688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8968636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8969712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8970553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8971289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8972179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8973132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8974204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8975017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8975972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8976711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8977631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8978675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8979343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8980368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8981123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8982223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8983015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8984401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8984994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8986032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8986931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8988014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8988729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8989755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8990581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8991733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8992389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8993404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8994221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8995288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8995998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8997091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8997723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.8999413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9000068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9001160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9001844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9003054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9003718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9004669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9005608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9006498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9007221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9008301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9009000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9010131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9010832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9011834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9012633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9013519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9014447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9015399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9016298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9017217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9019000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9019549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9020722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9021482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9022581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9023537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9024569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9025798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9026634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9027509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9028470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9029539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9030470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9031394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9032352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9033464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9034389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9035313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9036280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9037258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9038479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9039172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9039937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9040909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9042650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9042994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9044159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9045052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9045875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9046779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9047762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9048824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9049412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9050385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9052190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9052898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9053907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9054564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9055631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9056327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9057952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9058298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9059442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9060847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9061948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9062899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9064528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9065299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9066064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9067030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9068061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9069052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9069836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9071007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9071874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9072868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9074179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9075136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9076097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9078160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9078737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9079497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9080524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9081349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9082253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9083295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9084133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9085246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9086389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9087119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9088703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9089517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9090550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9092528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9093014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9093906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9094391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9095301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9096457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9097672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9098591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9099669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9100617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9102096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9103080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9104171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9105014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9105784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9106422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9107921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9108785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9109503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9110449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9111438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9112252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9113258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9114046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9115161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9115892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9117248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9118184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9120028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9120669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9121993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9122412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9123403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9124398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9126301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9127146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9128320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9129612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9130963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9131959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9133268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9134369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9135567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9136705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9137864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9139179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9140469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9141475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9142741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9144110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9145564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9146686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9147881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9149131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9151231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9151884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9152494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9153786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9154842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9155749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9157548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9157907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9158890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9160889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9161920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9162832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9163953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9165037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9166255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9167634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9168804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9170001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9171122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9172416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9173865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9175159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9176363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9177477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9178679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9179862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9181004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9182384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9183561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9185011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9186407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9187045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9188856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9189300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9190319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9191570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9192499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9193838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9195659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9196264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9197013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9197574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9198669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9199799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9201382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9201989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9202966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9203945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9204918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9205843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9207036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9208354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9209073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9210293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9211249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9212543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9213686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9214644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9215886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9216808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9217935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9218969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9220095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9221293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9222495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9223475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9224872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9225816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9227010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9227912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9230451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9231031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9231660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9232515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9233555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9234327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9235385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9236280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9237503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9239201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9239663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9240379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9241260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9242167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9243187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9244188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9245284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9246174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9247193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9248390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9249635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9250685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9251723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9252418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9253718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9254362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9255690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9256386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9257733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9258638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9259798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9261131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9262181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9263453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9264425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9265762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9266513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9268057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9269812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9270854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9271929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9273041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9274305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9275667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9277034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9277899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9279006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9280160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9281351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9282395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9283610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9284821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9285905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9288052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9288769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9289515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9290482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9291467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9292491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9293688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9294618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9295566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9296607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9297535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9298726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9299843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9300929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9301980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9302456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9304075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9305118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9306204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9307066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9308115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9308769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9310458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9311299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9312510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9313315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9314549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9315592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9316588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9317452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9318509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9319555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9320469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9321289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9322090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9323055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9324155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9324828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9326272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9326948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9327962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9328962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9330276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9331342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9332228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9333203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9334255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9334913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9336128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9337723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9338380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9339170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9340204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9341127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9342134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9343138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9344286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9346658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9348001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9348949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9349706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9350793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9351734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9352495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9353597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9354494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9355498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9356634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9357265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9358342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9359317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9360586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9361731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9362530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9363652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9364074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9365811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9366448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9367332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9368256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9369079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9370185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9371281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9371908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9381511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9382715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9383797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9385099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9385934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9386984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9388342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9389195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9390649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9391260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9392578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9393815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9394511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9395665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9396413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:32:12.9400239Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-09-27T15:32:12.9401179Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:32:12.9402075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:32:12.9403026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:32:12.9403853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:32:12.9404814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:32:12.9406275Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:32:12.9406745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:32:12.9407548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:32:12.9408373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:32:12.9409644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:32:12.9411080Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9411803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9413198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9413671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9414470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9415312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9416530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9417373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9418262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9419188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9420193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9421136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9422127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9423370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9424469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9425784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9426511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9427618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9428572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9429497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9430710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9432073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9432641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9433952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9434635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9435673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9436620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9437326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9438256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9439232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9440755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9441471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9442210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9443448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9444313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9446040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9446742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9447545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9448655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9449031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9451097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9451485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9452173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9453163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9454187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9454947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9455492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9456343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9457373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9458354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9459185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9460111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9461004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9461947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9463937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9464852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9465893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9466884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9467487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9468555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9469343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9470479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9471215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9471956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9473243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9473956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9474728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9476024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9476764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9477621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9478702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9479696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9480831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9481729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9482755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9483956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9484763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9485829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9486885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9487817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9488722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9489556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9490644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9491556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9492408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9493736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9494437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:32:12.9496060Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9496642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9497377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9498376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9499107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9500065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9500841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9502073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9503417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9504122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9506263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9506803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9507628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9508428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9509361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9510934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9511557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9513488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9513970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9514529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9516229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9516740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9518141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9518663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:32:12.9520721Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9521254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9521809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9522993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9523351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9525150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9526013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9526796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9528042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9528913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9529939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9530572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9531651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9532325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9533353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9534600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9535493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9536666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9537458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9538259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9539118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9540087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9540779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9541942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9542989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9544190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9545066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9546051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9547049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9547682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9548629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9549402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9550587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9552296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9552975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9554180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9556309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9556964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9557948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9559146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9560763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9562011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9563239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9564250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9565206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9566194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9567318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9568358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9569549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9570688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9571702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9572772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9574052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9575440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:32:12.9577024Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9577529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9578559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9579927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9580884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9582226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9582888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:32:12.9584139Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9584645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9585433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9586108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9587849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9588267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9589753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9590413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9591351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9592118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9593178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9594039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9595487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9596278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:32:12.9597582Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-09-27T15:32:12.9597965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-09-27T15:32:12.9598992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-09-27T15:32:12.9601625Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-09-27T15:32:12.9602718Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9603333Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/bench_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9603923Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9604696Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cblas.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9605835Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/conversions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9606302Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cpu_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9607400Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cpuid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9608725Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/eigen_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9610378Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9610788Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9611826Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/knob_patcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9612480Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/knobs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9613424Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/map_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9614290Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math-detail.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9615176Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9636897Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/murmur_hash3.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9637673Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9638660Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9639598Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9640518Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9642040Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/simple_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9642566Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/smart_tensor_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9643585Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9644218Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/zmq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:32:12.9645634Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9646139Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9646864Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/elementwise.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9647565Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/half_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9648467Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9649520Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9650033Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:32:12.9651678Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9652114Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9653272Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9653805Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9655096Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9656722Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9657094Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:32:12.9658700Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib 2022-09-27T15:32:12.9659151Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:32:12.9659975Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten/aten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:32:12.9661042Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten/aten_op_template.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:32:12.9662673Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9663810Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9665320Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9666161Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9667177Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9668096Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9669098Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9670015Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9670947Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9671899Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9672931Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9673902Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9675217Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9676097Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9677057Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9678037Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9679061Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:32:12.9680064Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9680417Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9681957Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9682549Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9683611Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9684299Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9685083Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9686305Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9687204Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9687927Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:32:12.9689428Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-09-27T15:32:12.9689885Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-09-27T15:32:12.9691187Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-09-27T15:32:12.9691827Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-09-27T15:32:12.9692710Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-09-27T15:32:12.9693355Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-09-27T15:32:12.9694767Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:32:12.9695410Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:32:12.9696199Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:12.9696890Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:12.9697767Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:12.9698769Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:32:12.9699801Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-09-27T15:32:12.9700324Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-09-27T15:32:12.9701851Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9702168Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9703737Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9704830Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9705463Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_serializer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9706166Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9707562Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9708377Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9709179Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9709788Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_omp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9710653Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9711638Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9712608Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9713991Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/cudnn_wrappers.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9714438Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9715650Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/distributions_stubs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9716447Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/event.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9717242Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/event_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9718639Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9719581Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9720744Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/flags.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9721399Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9722680Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9723427Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9724901Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/memonger.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9725579Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/module.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9726588Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9727368Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9728415Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_scheduling.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9729438Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9731094Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task_future.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9731694Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9732245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_tracing.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9732809Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_dag_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9733776Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9734267Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_simple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9735133Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_simple_refcount.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9736491Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9737629Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9738571Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9740431Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9741749Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9742961Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/plan_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9746010Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/prof_dag_counters.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9746703Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/qtensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9747303Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/qtensor_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9747903Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/scope_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9748511Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9749335Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9751397Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9751797Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/storage.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9753118Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9754127Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9756005Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor_int8.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9756799Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9757829Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/timer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9758954Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9759943Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/types.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9761010Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9762126Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/macros.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:32:12.9763796Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:32:12.9764414Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip/common_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:32:12.9765631Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip/miopen_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:32:12.9766913Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph 2022-09-27T15:32:12.9768026Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include 2022-09-27T15:32:12.9768889Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-09-27T15:32:12.9769929Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:32:12.9770535Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9772047Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:32:12.9773086Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9774175Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9775325Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9776317Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:32:12.9777307Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9778612Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9779608Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9780806Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9781881Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9783246Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:32:12.9784357Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9785040Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9786607Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9787962Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:32:12.9788623Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9789622Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9790961Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:32:12.9792193Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9792935Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9794155Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:32:12.9795004Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:32:12.9796030Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-09-27T15:32:12.9796521Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc/common_rtc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-09-27T15:32:12.9798197Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-09-27T15:32:12.9798952Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db/create_db_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-09-27T15:32:12.9799806Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9800502Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/file_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9801818Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/file_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9802903Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/redis_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9803693Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/redis_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9804664Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9805525Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/store_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:32:12.9807281Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments 2022-09-27T15:32:12.9807592Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9808662Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9809739Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9810849Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9811861Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9813252Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9813897Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9815279Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9815972Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:32:12.9817927Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-09-27T15:32:12.9818320Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/ideep_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-09-27T15:32:12.9819966Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:32:12.9820378Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:32:12.9821858Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9822244Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:32:12.9823736Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:32:12.9824290Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils/ideep_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:32:12.9825073Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils/ideep_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:32:12.9827233Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:32:12.9827571Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image/image_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:32:12.9829058Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image/transform_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:32:12.9829880Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile 2022-09-27T15:32:12.9830551Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib 2022-09-27T15:32:12.9831349Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:12.9832209Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:32:12.9833076Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9834184Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9835384Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:32:12.9836158Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9837865Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9838913Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9840053Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9841069Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9841996Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-09-27T15:32:12.9842873Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:32:12.9843544Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9844699Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:32:12.9845225Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9846845Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9847809Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9865421Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9866133Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9866601Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9866995Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-09-27T15:32:12.9867279Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:32:12.9867696Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9867976Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:32:12.9868544Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9869010Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9869361Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:12.9869827Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:12.9870319Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:12.9870734Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:32:12.9870950Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:32:12.9871482Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:32:12.9871842Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:12.9872644Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:12.9873648Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:32:12.9874746Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:32:12.9875181Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi/mpi_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:32:12.9876579Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi/mpi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:32:12.9878442Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:32:12.9879073Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:32:12.9880050Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/profile_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:32:12.9880993Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/runcnt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:32:12.9881841Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/time_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:32:12.9882746Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9883442Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9884074Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/backend_rep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9885252Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9886097Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9887756Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/offline_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9888904Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnx_exporter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9889760Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9890782Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnxifi_init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:32:12.9891610Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:12.9893659Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:12.9894352Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:12.9894968Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:32:12.9898427Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9898886Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/abs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9899599Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/accumulate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9901443Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9902090Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/acos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9902526Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/activation_ops_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9903440Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/affine_channel_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9904861Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/alias_with_name.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9905627Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/apmeter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9906540Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/arg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9907852Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/asin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9908497Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/assert_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9909316Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/async_net_barrier_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9910473Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/atan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9911442Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_box_cox_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9912267Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9913370Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9914392Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9915564Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9916056Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_permutation_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9917177Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9918461Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bbox_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9919318Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bisect_percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9920011Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/boolean_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9921143Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/boolean_unmask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9922129Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9923086Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9924161Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9925040Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cast_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9926218Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cbrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9927245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9929271Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ceil_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9929946Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9930807Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9931560Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9932308Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/clip_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9933716Z copying build/lib.linux-x86_64-cpython-310/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:32:12.9934811Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/concat_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9936012Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conditional_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9937072Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9938132Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9939204Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9940631Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_shared.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9941736Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_pool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9943212Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9944487Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9946717Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9947701Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9948794Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9949868Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/copy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9951051Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9952069Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9953120Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cosh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9954294Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9955372Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/counter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9956444Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/create_scope_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9957384Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cross_entropy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9958655Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9959584Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9960704Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cube_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9961858Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/data_couple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9962947Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dataset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9963985Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/deform_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9965027Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/deform_conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9966207Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9967254Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/distance_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9968622Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/do_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9969714Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dropout_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9970622Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9971794Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_div_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9972912Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9974796Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_logical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9975466Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_mul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9976303Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_op_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9977534Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9978661Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9979620Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_sub_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9980538Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9981862Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/enforce_finite_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9982849Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ensure_clipped_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9984110Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9985054Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/erf_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9987400Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/exp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9988262Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/expand_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9989206Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9990245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fc_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9991430Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/feature_maps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9992714Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/feed_blob_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9993896Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/filler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9995204Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9996349Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/find_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9997426Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9998335Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/flexible_top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:12.9999390Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/floor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0000531Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/free_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0001638Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fully_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0002877Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0004015Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0005113Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0006419Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0007613Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0008598Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0009717Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0010924Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0012304Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0013453Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0014624Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0015961Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0017170Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0018241Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0019959Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/glu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0021092Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/group_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0022107Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gru_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0023414Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/h_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0024774Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/half_float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0025934Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hard_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0027022Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0028117Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0029163Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/if_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0030207Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/im2col_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0031515Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/index_hash_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0032610Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0033763Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/inference_lstm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0034878Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/instance_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0035989Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/integral_image_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0037024Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/is_empty_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0038114Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/jsd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0039307Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/key_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0040361Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/layer_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0042398Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0042818Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/length_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0043788Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0044256Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0045273Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0046337Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0047528Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0048491Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0049608Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_top_k_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0050755Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/listwise_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0052202Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/load_save_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0052975Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/load_save_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0053627Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/local_response_normalization_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0055201Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0055852Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0057325Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0057814Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/log1p_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0058828Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/log_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0059727Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/logit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0060732Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0061668Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lpnorm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0062673Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lstm_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0063863Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lstm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0064928Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/map_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0065970Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0066802Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0067666Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0068694Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0069618Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mean_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0070692Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/merge_id_lists_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0071593Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/minmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0072665Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0073863Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mod_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0074499Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0075668Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0076523Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/negate_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0077533Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/negative_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0078164Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ngram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0079093Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/no_default_engine_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0079833Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/normalize_l1_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0080640Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0081556Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/numpy_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0082664Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0083728Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/onnx_while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0084824Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/op_utils_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0086431Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/operator_fallback_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0087273Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/order_switch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0088177Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0089121Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pack_segments.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0090009Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0090951Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/partition_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0091920Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0092909Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/perplexity_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0093936Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0094753Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0095779Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pool_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0096517Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pow_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0097369Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prefetch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0098068Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0099519Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prepend_dim_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0100284Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quant_decode_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0101011Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0101668Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rank_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0102708Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reciprocal_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0103985Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0105074Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0105763Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0106785Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reducer_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0108522Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduction_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0109307Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/relu_n_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0110149Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0111099Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/remove_data_blocks_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0111891Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/replace_nan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0117297Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0118245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/resize_3d_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0119217Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/resize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0120275Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0121346Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rmac_regions_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0122370Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rms_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0123444Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0124502Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0125575Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0126652Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_rotated_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0127617Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0128614Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rowmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0129242Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rsqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0130151Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/scale_blobs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0130853Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0131518Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/segment_reduction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0132191Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/self_binning_histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0132771Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/selu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0133380Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0133947Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/shape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0136267Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0137309Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0138030Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sinh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0140297Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0141183Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0141993Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0142681Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0143496Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0144461Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softplus_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0146166Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softsign_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0146842Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/space_batch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0147781Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0148840Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0149718Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0150733Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0151937Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0153359Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0164210Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0165377Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sqr_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0166290Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0166929Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0167573Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/square_root_divide_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0168155Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stats_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0168779Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stop_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0169457Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/string_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0170111Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stump_func_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0170774Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/summarize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0171450Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/swish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0172097Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0172781Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tanh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0173512Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tensor_protos_db_input.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0174199Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/text_file_reader_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0174927Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/thresholded_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0175603Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0176188Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0176864Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0177840Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tt_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0178899Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0179733Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/unsafe_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0180802Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/upsample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0181594Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/utility_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0182297Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0183163Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0184172Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/weighted_sample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0184965Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0185707Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/zero_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:32:13.0186180Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-09-27T15:32:13.0186873Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-09-27T15:32:13.0187464Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0188046Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0188861Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0189484Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0190415Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0191072Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0191788Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:32:13.0192317Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:32:13.0192904Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0193446Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0194168Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0195148Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0196019Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0196909Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0197520Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0198436Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0199636Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0200437Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0201372Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0202415Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0203454Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0204323Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0205138Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0206034Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0206854Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0207743Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0208586Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0209353Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0210120Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_simd.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0211073Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0211784Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0212750Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0213696Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0214492Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:32:13.0215925Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0216524Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/annotations.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0217471Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/backend_cutting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0218399Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/backend_transformer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0219702Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/bound_shape_inferencer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0220916Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/converter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0222008Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0223016Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0224697Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/fakefp16_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0225678Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0226688Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/glow_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0227676Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0228653Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnx_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0229642Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnxifi_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0230611Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnxifi_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0231643Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/optimize_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0233070Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0233738Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/passes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0234757Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/shape_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0235635Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/tvm_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:32:13.0237031Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0237653Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/cc_amrc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0238545Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/concat_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0239851Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0240659Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0241648Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/pointwise_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:32:13.0242815Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:32:13.0243753Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql/ast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:32:13.0244633Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql/graphmatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:32:13.0245859Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0246385Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0247350Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0248232Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0249019Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0250991Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0251938Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0252736Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0253595Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0254349Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0255166Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0255908Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0256754Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0257877Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/typed_axpy.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:32:13.0259442Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0260267Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/InferenceGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0261512Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0262291Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0262863Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor_config.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0264067Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0264832Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:32:13.0265614Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0266589Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0267747Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/data_filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0268891Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/emulator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0270032Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/net_supplier.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0271198Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0272315Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0273489Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0274654Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/time_profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0275788Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:32:13.0276592Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:32:13.0277457Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/caffe2_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:32:13.0278587Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/torch_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:32:13.0279608Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/torch.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:32:13.0280595Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/caffe2.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:32:13.0282960Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:32:13.0283866Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:32:13.0285009Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:32:13.0286092Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state_dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:32:13.0286943Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:32:13.0287829Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization 2022-09-27T15:32:13.0288563Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0289689Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0290781Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0291729Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0292598Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0293485Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0294351Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0295746Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0296525Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0297236Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0298114Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0298981Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0299733Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0300420Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0301985Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0303045Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0304090Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0304986Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0306580Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0307710Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0308654Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0309548Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0310513Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0311247Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0312247Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0312970Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0314146Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0314890Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0315832Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0316808Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0317820Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0318927Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0319750Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/kl_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0320789Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/l2_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0321766Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0323074Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/mmio.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0323962Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/op_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0324804Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0325684Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0326705Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0327515Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0328464Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0329763Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0330739Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0331795Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0332913Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0334079Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0334921Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:32:13.0335741Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0336557Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/blobs_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0337603Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/blobs_queue_db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0338435Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0339472Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/rebatching_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0340406Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/rebatching_queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:32:13.0341230Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0341992Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0343072Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0344334Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0345378Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0346450Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0347222Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0348179Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:32:13.0348806Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0349829Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adadelta_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0350852Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0351811Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0352761Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adam_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0353675Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/clip_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0354613Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/decay_adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0355509Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0356322Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0357120Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/ftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0358107Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/gftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0358842Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/iter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0360159Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/lars_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0361344Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0362070Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0362678Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0364608Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/math_lp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0365272Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0365927Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rmsprop_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0366836Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0367965Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rowwise_counter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0368741Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/storm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0369696Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/weight_scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0370630Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/wngrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0371340Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/yellowfin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:32:13.0372486Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share 2022-09-27T15:32:13.0374305Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib 2022-09-27T15:32:13.0374858Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:32:13.0375561Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0376248Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:32:13.0376938Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:32:13.0377745Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:32:13.0378736Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/pattern_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:32:13.0380577Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/single_op_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:32:13.0381768Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:32:13.0382794Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/optical_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:32:13.0383565Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_decoder.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:32:13.0384570Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:32:13.0385720Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_io.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:32:13.0386726Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-09-27T15:32:13.0387684Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-09-27T15:32:13.0390271Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-09-27T15:32:13.0392426Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-09-27T15:32:13.0393940Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-09-27T15:32:13.0395131Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0395638Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0396845Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0397607Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0398851Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0399702Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0400883Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0401856Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0402767Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0403687Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0404677Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0405781Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0406795Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0408850Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0409431Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0411073Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0412151Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0413250Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0414116Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0415358Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0416359Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0417359Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0418491Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0419516Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0420408Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0421042Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0422680Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0423353Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0424471Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0425906Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0426959Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0428126Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0429230Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0430545Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0431513Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0432326Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymFloatNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0433519Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0434352Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0435003Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymIntNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0435968Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0437721Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0438641Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0439534Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0440165Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0441008Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:32:13.0442529Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0443227Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0443985Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0445190Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0445868Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0446837Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0447817Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0449178Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0449832Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0451043Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0451773Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0453038Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0454275Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0455446Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:32:13.0457448Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0458263Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0459159Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0460054Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0460999Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0462139Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0463896Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0464612Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0466322Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0467235Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0468056Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0469030Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0469958Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0470696Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0471540Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0472422Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0473594Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0474592Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0475687Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0476729Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0477353Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0478310Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0479260Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0480071Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0480946Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0481724Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0482708Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0483396Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0484380Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0485241Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0486458Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0487125Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0488211Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0489110Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0489939Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0491147Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0492046Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0492809Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0493961Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0494669Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0495702Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0496281Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0497672Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0498536Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0499690Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0500766Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0501931Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0503083Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0504522Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0505079Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0506224Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0506987Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0507875Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0508697Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0510449Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0511000Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0512902Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0513623Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0514434Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0515669Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0516753Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0517723Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0518797Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0519686Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0520581Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0521463Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0522148Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0524958Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0525727Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0526456Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0527101Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0527722Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0528409Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0529076Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0530010Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0531095Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0531788Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0532657Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0534947Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0535599Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0536312Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0536945Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0537976Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0539060Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0540196Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0541390Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0543547Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:32:13.0544945Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0545685Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0546779Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0547777Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0548749Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0549785Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0550918Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0552233Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0552884Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0553684Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0554512Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:32:13.0556201Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-09-27T15:32:13.0556930Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-09-27T15:32:13.0557692Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-09-27T15:32:13.0558641Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-09-27T15:32:13.0559694Z creating build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0560458Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0561289Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0562254Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0563012Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0563714Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0565239Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0565805Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0566806Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0567389Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0568571Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0569742Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0570521Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0571263Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0572036Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0572943Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0574175Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0575145Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0576155Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0577100Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0578050Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0579141Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0579956Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0581204Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0582407Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0583748Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0584629Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0585595Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0586598Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0587550Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0588668Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0589570Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0590596Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0592795Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0593486Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0594119Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0595456Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0596434Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0597069Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0598302Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0599227Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:32:13.0600541Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0601294Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0602298Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0603236Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0604281Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0605874Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:32:13.0608030Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0608855Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0610154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0611129Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0611975Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0613032Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0614415Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0615616Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0616859Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0617937Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0620708Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0621734Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0622692Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0623810Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0624616Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0626435Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0627914Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0628766Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0629888Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0631202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0632202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0633364Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0634372Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0635677Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0636671Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0637579Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0638866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0639869Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0640866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:32:13.0642630Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-09-27T15:32:13.0643481Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-09-27T15:32:13.0644331Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-09-27T15:32:13.0645174Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0646236Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0647909Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0648341Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0649000Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0649903Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0650765Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0651701Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0652892Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0653879Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0654469Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0655602Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0656649Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0657084Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0658100Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0660033Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0660940Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0661884Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0663225Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0664607Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0665538Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0666961Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0667749Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0668818Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:32:13.0669300Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0671215Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0671793Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0672429Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0673444Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0674773Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0675688Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0676768Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0678316Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:32:13.0678839Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0679885Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0680953Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0682520Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:32:13.0683187Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0683881Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0684989Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0685808Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0686537Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0687463Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0688121Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0689471Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:32:13.0690040Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0690954Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0691572Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0692836Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:32:13.0693374Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0694447Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0695138Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0696168Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0697079Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0698199Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0698964Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0699885Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:32:13.0700571Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0701339Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0702275Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0703155Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0704096Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0705619Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:32:13.0706155Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0707061Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0708518Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:32:13.0708988Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0709755Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0710734Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0711953Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0713153Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0714135Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0715060Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0716384Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0717183Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0718986Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:32:13.0719606Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0720451Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0721580Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0722659Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0723883Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0724889Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0726013Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0727217Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0728228Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0729270Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0730749Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0731847Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0732936Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0734020Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0735363Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0736531Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0737805Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:32:13.0738804Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0740293Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0741290Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0742449Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0743986Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0745173Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0746880Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0748250Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0749381Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0750303Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0751442Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0752766Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0754099Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0755184Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0756246Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0757544Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0758546Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0759804Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0760849Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0762215Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0763224Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0764793Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:32:13.0765541Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0766719Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0768728Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0769304Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0770101Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0770917Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0771924Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0772968Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0773939Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0774903Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0775534Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0777339Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0778023Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0779101Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0780143Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0781151Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0782601Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0783851Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0784944Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0787943Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0788738Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0789641Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0790620Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0791930Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:32:13.0792553Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0794159Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0794715Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0795894Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0796647Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0798175Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0799415Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0800313Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0801325Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0802207Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0803314Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:32:13.0804159Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0805380Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:32:13.0806124Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0807094Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0807881Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0808667Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:32:13.0809768Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0810613Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0811213Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0812640Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0813087Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0813983Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0814609Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0815883Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0816929Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:32:13.0817732Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0818730Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0819979Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:32:13.0820729Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0821728Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0822206Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0823526Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0825209Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0825644Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0826909Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0827676Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0828866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0829597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0830792Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0831477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0832643Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0833507Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0834190Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0835164Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0836142Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0837102Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0838158Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0838689Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0840138Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0840650Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0841790Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0842651Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0843485Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0844849Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0845803Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0846921Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0847643Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0848654Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0849609Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0850695Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0851733Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0853248Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0854751Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0855871Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0856755Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0857745Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0858615Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0859861Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0861387Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0862239Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0863979Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0864345Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0865477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0867329Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0867840Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0868539Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0869453Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0870838Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0871945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:32:13.0874063Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0874772Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0875608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0876569Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0877725Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0878680Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0879750Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:32:13.0881484Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:13.0882204Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:13.0883202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:13.0884257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:13.0887787Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:32:13.0888707Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:13.0889685Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:13.0890939Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0892114Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0893339Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0894291Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:13.0895758Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-09-27T15:32:13.0897396Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0897945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0899154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0899933Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0901166Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0902086Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0904215Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0905079Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0906967Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0907963Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:32:13.0909209Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0909945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0911099Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/deploy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0912318Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/elf_file.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0914235Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0914857Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0915604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/mem_file.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0917436Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/noop_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0918056Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/path_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:32:13.0919186Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:13.0919905Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:13.0920912Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:13.0922077Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:32:13.0923591Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-09-27T15:32:13.0924394Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:32:13.0925332Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:32:13.0926955Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0927604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0928849Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0930285Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0931460Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0932608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0933632Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0934678Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0935673Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0937585Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0938391Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0939120Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0940147Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0941082Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0942414Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0944194Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0945003Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0946297Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0947375Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0948461Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0949562Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0950583Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0951903Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0953185Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0953895Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0955013Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0956757Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0957733Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:32:13.0958680Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-09-27T15:32:13.0959196Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-09-27T15:32:13.0960428Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-09-27T15:32:13.0961173Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-09-27T15:32:13.0962700Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0963156Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0963721Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0964697Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0965860Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0966737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0967732Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0968350Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0969444Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0970332Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:32:13.0971927Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0972299Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0973239Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0974443Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0975354Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0976316Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0977601Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0978704Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0979671Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0980760Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0981806Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0982928Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0984148Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0985436Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0986612Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0987981Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0989030Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0990084Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0991120Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0992483Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0993276Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0995049Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.0996294Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0997243Z copying build/lib.linux-x86_64-cpython-310/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:32:13.0998305Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1000044Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1001134Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1002296Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1003528Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1004628Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1005706Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1006853Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1008059Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1009131Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1010202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1011958Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1013078Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1014214Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1015264Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1016312Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1017333Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1018437Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1019525Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1020604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1021721Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1022847Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1024074Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1025125Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1026242Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1027308Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1028409Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1029505Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1030563Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1031654Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1032737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1033826Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1034897Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1036061Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1037011Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1038185Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1039222Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1040251Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1041369Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1042598Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1043913Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1044909Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1045949Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1047029Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1048085Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1049158Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1050262Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1051341Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1052440Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1053387Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1054554Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1055682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1056787Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1057919Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1059090Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1060074Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1061165Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1062420Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1063525Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1064804Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1066015Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1067119Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:32:13.1068380Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:32:13.1069175Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1070322Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1071222Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1072152Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1073877Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1074651Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1075806Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1077458Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1077888Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1079579Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:32:13.1080234Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1081046Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1081782Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1083263Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1083750Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1085298Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1085665Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1086972Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1087586Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1088477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1089375Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1090616Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1091657Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1092127Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1093470Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1094214Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1095174Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1096234Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1097621Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1098495Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1099925Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1101086Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1102275Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1103442Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1104662Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1106527Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1107726Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1109191Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1110409Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1111569Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1112606Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1113527Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1114584Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1115757Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1116987Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1118096Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:32:13.1119120Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1120454Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1121127Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1122478Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1123566Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1124791Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1125913Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1127492Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1128459Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1129563Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1130648Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1131865Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1132994Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1133931Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:32:13.1135555Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1136191Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1137415Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1138100Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1138984Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1140042Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1140711Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1141842Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1142720Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1143492Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1144572Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1145416Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1146808Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1147504Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1148547Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1149447Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1150233Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1150939Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1151936Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1153110Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1153886Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1154760Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1155830Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1156577Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1157547Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1158628Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1159537Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1160367Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1161683Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:32:13.1162378Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1162991Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1164605Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1165379Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1165750Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1167452Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:32:13.1168632Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1169354Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1170876Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1173278Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1174156Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1175942Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1176625Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1178000Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1178954Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1179920Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1181115Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1182013Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1183002Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1184323Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1186035Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1186819Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1187755Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1188671Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1189483Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1190394Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1191181Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1192024Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1192864Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:32:13.1193874Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1194591Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1195667Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1196458Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1197046Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1198607Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1199570Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1200458Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1201364Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1202293Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1205379Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1205983Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1206931Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1209696Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1210540Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:32:13.1211538Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1213087Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1213697Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1216841Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1217323Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1218214Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1220356Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1220935Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1222241Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1223028Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1224154Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1225853Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1226479Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1227108Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1227637Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1228322Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1229299Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1230256Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1231087Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1232695Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1233394Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1234394Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1235240Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1236061Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:32:13.1237685Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-09-27T15:32:13.1238243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-09-27T15:32:13.1238935Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1240211Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1240572Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1241579Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1242340Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1243339Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1244856Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1245291Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1246202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1246780Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1247833Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1248800Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1249777Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1250583Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1251603Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1252751Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1253851Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1254794Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1255607Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1256617Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1257578Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1258667Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1259431Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1260796Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1261483Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1262602Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1263398Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1264517Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1266208Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1266992Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1268259Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1268929Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1269624Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1270713Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1271488Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1272844Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1274119Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1274953Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1275707Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1276791Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1277617Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1278339Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1279312Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1281568Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:32:13.1282862Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:32:13.1283414Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1284412Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1285254Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1286291Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1287326Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1288310Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1289370Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1290498Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1291684Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1292768Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-09-27T15:32:13.1294512Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:32:13.1295097Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1296820Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1297718Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1298660Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1299724Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1300342Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1301363Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1302175Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1303174Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1304440Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1305486Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1306579Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1308136Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1309033Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1309810Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1310809Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1313179Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1313698Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1314367Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1315363Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1315833Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1317024Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1317573Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1318752Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1319787Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1320678Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1321552Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1322566Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1323383Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1324089Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1325667Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1327317Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1327799Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1328831Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1329806Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1330825Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1332091Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1332890Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1334492Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1334982Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1336298Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1337403Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1338374Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1339651Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1340449Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1341472Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1342601Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1343919Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1344927Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1346486Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1347394Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1348301Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1349331Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1350561Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1351595Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1352552Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1353750Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1354768Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1355938Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1357777Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1358509Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1359471Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1360321Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1361391Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1362627Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1363876Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1364849Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1366104Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1367240Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1368390Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1369576Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1370606Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1371784Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1372817Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1373807Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1374889Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1376911Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1377941Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1379252Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1380335Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1381667Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1382770Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1384136Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1385135Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1386460Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1387730Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1388772Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1389792Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1391013Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:32:13.1392139Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1393304Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1394456Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1395501Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1397299Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:32:13.1398260Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1399012Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1400073Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1401104Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1402123Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1403130Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1404262Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1405505Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1406540Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1407559Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1408645Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1409789Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1410782Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1411895Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1413380Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1414458Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1415478Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1416808Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1418105Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-09-27T15:32:13.1418994Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-09-27T15:32:13.1420231Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-09-27T15:32:13.1421463Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1422407Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1423565Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1424703Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1427104Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1428083Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/itt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1429077Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1430184Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/nvtx_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1431257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:32:13.1432597Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:13.1433422Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:13.1434524Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:32:13.1435744Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1436677Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1437843Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1438784Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1439817Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1440871Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1442043Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1442953Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/disallow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1444228Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1445310Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1446183Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1447243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1448320Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1449291Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1450338Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1451416Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1452551Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1454249Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1455396Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1456392Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1457499Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1458636Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1459614Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1460684Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1461755Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1462779Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1463991Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1465176Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1466289Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1467335Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1468431Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1469529Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1470396Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1471451Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1472467Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1473473Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1474592Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1475619Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1476754Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1477814Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1478862Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1479950Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:32:13.1481356Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-09-27T15:32:13.1482270Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-09-27T15:32:13.1483379Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-09-27T15:32:13.1484562Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:13.1485564Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:13.1486578Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:13.1487481Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:13.1488639Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:32:13.1490549Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1491465Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1492477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1493515Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1494549Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1495525Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1496656Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1497734Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1498889Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1499938Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1500984Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1502094Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1503204Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1504400Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/lazy_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1505509Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1506742Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1507801Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1508823Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1509682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1511124Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1512499Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1513481Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1514526Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1515578Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1516560Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1517593Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:32:13.1519028Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:32:13.1520371Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1521474Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:32:13.1522262Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1523357Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1524460Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:32:13.1525269Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1526605Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1527718Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1528790Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1529826Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1530897Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1531915Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1532936Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1534020Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1534962Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1536508Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1537402Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1538138Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1539531Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1540610Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1541470Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1542485Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1545038Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1545946Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1546834Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1547747Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1548573Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1549584Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1550162Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1551880Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1554434Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1555043Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1556659Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1558381Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1559120Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:32:13.1560541Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1561211Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1562420Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1563499Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1565822Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1566947Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1567749Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1569732Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:32:13.1570196Z creating build/bdist.linux-x86_64/wheel/torch/include/THC 2022-09-27T15:32:13.1570832Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-09-27T15:32:13.1571740Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-09-27T15:32:13.1575668Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-09-27T15:32:13.1576179Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-09-27T15:32:13.1576767Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-09-27T15:32:13.1577647Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-09-27T15:32:13.1579021Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:32:13.1579665Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:32:13.1580252Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:32:13.1581828Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:32:13.1582366Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:32:13.1583858Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1584511Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1586264Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1587006Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1587872Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1588603Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1589704Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1590611Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1591717Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1592617Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:32:13.1593739Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:32:13.1594640Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1595519Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1596743Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:32:13.1597798Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1598727Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1600949Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1601965Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1603060Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:32:13.1603860Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1607034Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1607720Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1608565Z copying build/lib.linux-x86_64-cpython-310/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:32:13.1609972Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-09-27T15:32:13.1610488Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-09-27T15:32:13.1611745Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-09-27T15:32:13.1612421Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-09-27T15:32:13.1613061Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-09-27T15:32:13.1614304Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-09-27T15:32:13.1614995Z copying build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:13.1616677Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:32:13.1619501Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1619784Z copying build/lib.linux-x86_64-cpython-310/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1621200Z copying build/lib.linux-x86_64-cpython-310/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1621788Z copying build/lib.linux-x86_64-cpython-310/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1622697Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1624581Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1625546Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1626858Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1627499Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1629099Z copying build/lib.linux-x86_64-cpython-310/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1629465Z copying build/lib.linux-x86_64-cpython-310/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1631193Z copying build/lib.linux-x86_64-cpython-310/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1632788Z copying build/lib.linux-x86_64-cpython-310/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:32:13.1634191Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1634631Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1637733Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1638479Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1639666Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1640676Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1641788Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1643144Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1644124Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1646795Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1648093Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1649261Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1650550Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1651815Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1652880Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:32:13.1654275Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1654904Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1656265Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1657492Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1658555Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1661645Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1662504Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:32:13.1664177Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:32:13.1664892Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:32:13.1665833Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:32:13.1667064Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:32:13.1668169Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:32:13.1669495Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:32:13.1670463Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:32:13.1671534Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:32:13.1672763Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:32:13.1673640Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:32:13.1674905Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:32:13.1675841Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:32:13.1676942Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:32:13.1678339Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-09-27T15:32:13.1679535Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-09-27T15:32:13.1680301Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-09-27T15:32:13.1680950Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-09-27T15:32:13.1687315Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-09-27T15:32:13.1688528Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1689341Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1690212Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1691030Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1692328Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1692888Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1693872Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1695419Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1696458Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1697209Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1698281Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1699159Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1699932Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1700845Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1702063Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1702792Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1704901Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1705824Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1706719Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1707373Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1708751Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1709376Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1710311Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1710767Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1712709Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1713606Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1714098Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1715808Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1716920Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1718054Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1718997Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1719715Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1721194Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1722015Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1723691Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1724327Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1724843Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1725675Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1726143Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1726929Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:32:13.1730354Z running install_egg_info 2022-09-27T15:32:13.2237982Z running egg_info 2022-09-27T15:32:13.2238220Z creating torch.egg-info 2022-09-27T15:32:13.2274147Z writing torch.egg-info/PKG-INFO 2022-09-27T15:32:13.2276531Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-09-27T15:32:13.2278550Z writing entry points to torch.egg-info/entry_points.txt 2022-09-27T15:32:13.2280154Z writing requirements to torch.egg-info/requires.txt 2022-09-27T15:32:13.2281654Z writing top-level names to torch.egg-info/top_level.txt 2022-09-27T15:32:13.2282539Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:32:13.4465374Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:32:13.4465543Z reading manifest template 'MANIFEST.in' 2022-09-27T15:32:15.1917086Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-09-27T15:32:15.3137860Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-09-27T15:32:15.5445733Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-09-27T15:32:15.5446114Z adding license file 'LICENSE' 2022-09-27T15:32:15.5446354Z adding license file 'NOTICE' 2022-09-27T15:32:16.0867599Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:32:16.0926211Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.13.0a0+git52424e2-py3.10.egg-info 2022-09-27T15:32:16.0954264Z running install_scripts 2022-09-27T15:32:16.1477891Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-09-27T15:32:16.1478377Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-09-27T15:32:16.1669731Z creating build/bdist.linux-x86_64/wheel/torch-1.13.0a0+git52424e2.dist-info/WHEEL 2022-09-27T15:32:16.1672470Z creating 'dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-09-27T15:32:16.1675659Z adding 'caffe2/__init__.py' 2022-09-27T15:32:16.1677659Z adding 'caffe2/contrib/__init__.py' 2022-09-27T15:32:16.1679692Z adding 'caffe2/contrib/aten/__init__.py' 2022-09-27T15:32:16.1681746Z adding 'caffe2/contrib/aten/aten_test.py' 2022-09-27T15:32:16.1685860Z adding 'caffe2/contrib/aten/gen_op.py' 2022-09-27T15:32:16.1688195Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-09-27T15:32:16.1689994Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-09-27T15:32:16.1691458Z adding 'caffe2/contrib/gloo/__init__.py' 2022-09-27T15:32:16.1696523Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-09-27T15:32:16.1698425Z adding 'caffe2/contrib/nccl/__init__.py' 2022-09-27T15:32:16.1700967Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-09-27T15:32:16.1703027Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-09-27T15:32:16.1705469Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-09-27T15:32:16.1710390Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-09-27T15:32:16.1712884Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-09-27T15:32:16.1715253Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-09-27T15:32:16.1716908Z adding 'caffe2/contrib/playground/__init__.py' 2022-09-27T15:32:16.1719233Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-09-27T15:32:16.1721076Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-09-27T15:32:16.1722908Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-09-27T15:32:16.1724349Z adding 'caffe2/contrib/playground/meter.py' 2022-09-27T15:32:16.1725866Z adding 'caffe2/contrib/playground/module_map.py' 2022-09-27T15:32:16.1727376Z adding 'caffe2/contrib/playground/output_generator.py' 2022-09-27T15:32:16.1729334Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-09-27T15:32:16.1731138Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-09-27T15:32:16.1732623Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-09-27T15:32:16.1734131Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-09-27T15:32:16.1735888Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-09-27T15:32:16.1738868Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-09-27T15:32:16.1740956Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-09-27T15:32:16.1742699Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-09-27T15:32:16.1744484Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-09-27T15:32:16.1746046Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-09-27T15:32:16.1747431Z adding 'caffe2/contrib/prof/__init__.py' 2022-09-27T15:32:16.1748927Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-09-27T15:32:16.1750402Z adding 'caffe2/contrib/script/__init__.py' 2022-09-27T15:32:16.1751854Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-09-27T15:32:16.1753294Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-09-27T15:32:16.1755812Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-09-27T15:32:16.1759471Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-09-27T15:32:16.1762870Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-09-27T15:32:16.1765351Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-09-27T15:32:16.1767091Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-09-27T15:32:16.1769037Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-09-27T15:32:16.1770605Z adding 'caffe2/core/__init__.py' 2022-09-27T15:32:16.1772082Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-09-27T15:32:16.1774813Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-09-27T15:32:16.1776540Z adding 'caffe2/distributed/__init__.py' 2022-09-27T15:32:16.1778241Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-09-27T15:32:16.1779887Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-09-27T15:32:16.1781726Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-09-27T15:32:16.1783262Z adding 'caffe2/experiments/__init__.py' 2022-09-27T15:32:16.1786461Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-09-27T15:32:16.1788004Z adding 'caffe2/experiments/python/__init__.py' 2022-09-27T15:32:16.1793257Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-09-27T15:32:16.1795874Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-09-27T15:32:16.1797840Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-09-27T15:32:16.1800159Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-09-27T15:32:16.1802208Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-09-27T15:32:16.1804214Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-09-27T15:32:16.1806086Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-09-27T15:32:16.1807852Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-09-27T15:32:16.1809433Z adding 'caffe2/perfkernels/__init__.py' 2022-09-27T15:32:16.1813655Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-09-27T15:32:16.1816208Z adding 'caffe2/proto/__init__.py' 2022-09-27T15:32:16.1827687Z adding 'caffe2/proto/caffe2_pb2.py' 2022-09-27T15:32:16.1831212Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-09-27T15:32:16.1834847Z adding 'caffe2/proto/torch_pb2.py' 2022-09-27T15:32:16.1839170Z adding 'caffe2/python/__init__.py' 2022-09-27T15:32:16.1841123Z adding 'caffe2/python/_import_c_extension.py' 2022-09-27T15:32:16.1843002Z adding 'caffe2/python/allcompare_test.py' 2022-09-27T15:32:16.1846009Z adding 'caffe2/python/attention.py' 2022-09-27T15:32:16.1848634Z adding 'caffe2/python/benchmark_generator.py' 2022-09-27T15:32:16.1851365Z adding 'caffe2/python/binarysize.py' 2022-09-27T15:32:16.1853732Z adding 'caffe2/python/brew.py' 2022-09-27T15:32:16.1856857Z adding 'caffe2/python/brew_test.py' 2022-09-27T15:32:16.1858537Z adding 'caffe2/python/build.py' 2022-09-27T15:32:16.1860867Z adding 'caffe2/python/cached_reader.py' 2022-09-27T15:32:16.1870686Z adding 'caffe2/python/caffe_translator.py' 2022-09-27T15:32:16.1873653Z adding 'caffe2/python/caffe_translator_test.py' 2022-09-27T15:32:16.1881870Z adding 'caffe2/python/checkpoint.py' 2022-09-27T15:32:16.1886037Z adding 'caffe2/python/checkpoint_test.py' 2022-09-27T15:32:16.1888898Z adding 'caffe2/python/cnn.py' 2022-09-27T15:32:16.1891315Z adding 'caffe2/python/context.py' 2022-09-27T15:32:16.1892930Z adding 'caffe2/python/context_test.py' 2022-09-27T15:32:16.1897443Z adding 'caffe2/python/control.py' 2022-09-27T15:32:16.1906439Z adding 'caffe2/python/control_ops_grad.py' 2022-09-27T15:32:16.1908795Z adding 'caffe2/python/control_ops_grad_test.py' 2022-09-27T15:32:16.1912177Z adding 'caffe2/python/control_ops_util.py' 2022-09-27T15:32:16.1916039Z adding 'caffe2/python/control_test.py' 2022-09-27T15:32:16.1917052Z adding 'caffe2/python/convert.py' 2022-09-27T15:32:16.1918577Z adding 'caffe2/python/convert_test.py' 2022-09-27T15:32:16.1923627Z adding 'caffe2/python/convnet_benchmarks.py' 2022-09-27T15:32:16.1926045Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-09-27T15:32:16.1967256Z adding 'caffe2/python/core.py' 2022-09-27T15:32:16.1976515Z adding 'caffe2/python/core_gradients_test.py' 2022-09-27T15:32:16.1988148Z adding 'caffe2/python/core_test.py' 2022-09-27T15:32:16.1993228Z adding 'caffe2/python/crf.py' 2022-09-27T15:32:16.1995326Z adding 'caffe2/python/crf_predict.py' 2022-09-27T15:32:16.1997276Z adding 'caffe2/python/crf_viterbi_test.py' 2022-09-27T15:32:16.2020458Z adding 'caffe2/python/data_parallel_model.py' 2022-09-27T15:32:16.2034386Z adding 'caffe2/python/data_parallel_model_test.py' 2022-09-27T15:32:16.2040619Z adding 'caffe2/python/data_workers.py' 2022-09-27T15:32:16.2043671Z adding 'caffe2/python/data_workers_test.py' 2022-09-27T15:32:16.2050723Z adding 'caffe2/python/dataio.py' 2022-09-27T15:32:16.2055191Z adding 'caffe2/python/dataio_test.py' 2022-09-27T15:32:16.2059546Z adding 'caffe2/python/dataset.py' 2022-09-27T15:32:16.2062953Z adding 'caffe2/python/db_file_reader.py' 2022-09-27T15:32:16.2065166Z adding 'caffe2/python/db_test.py' 2022-09-27T15:32:16.2067400Z adding 'caffe2/python/device_checker.py' 2022-09-27T15:32:16.2069427Z adding 'caffe2/python/dyndep.py' 2022-09-27T15:32:16.2072069Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-09-27T15:32:16.2074371Z adding 'caffe2/python/experiment_util.py' 2022-09-27T15:32:16.2076236Z adding 'caffe2/python/extension_loader.py' 2022-09-27T15:32:16.2077790Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-09-27T15:32:16.2079271Z adding 'caffe2/python/filler_test.py' 2022-09-27T15:32:16.2081529Z adding 'caffe2/python/functional.py' 2022-09-27T15:32:16.2084017Z adding 'caffe2/python/functional_test.py' 2022-09-27T15:32:16.2086290Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-09-27T15:32:16.2090892Z adding 'caffe2/python/gradient_check_test.py' 2022-09-27T15:32:16.2096168Z adding 'caffe2/python/gradient_checker.py' 2022-09-27T15:32:16.2098943Z adding 'caffe2/python/gru_cell.py' 2022-09-27T15:32:16.2100695Z adding 'caffe2/python/hip_test_util.py' 2022-09-27T15:32:16.2102682Z adding 'caffe2/python/hsm_util.py' 2022-09-27T15:32:16.2126925Z adding 'caffe2/python/hypothesis_test.py' 2022-09-27T15:32:16.2136156Z adding 'caffe2/python/hypothesis_test_util.py' 2022-09-27T15:32:16.2140383Z adding 'caffe2/python/ideep_test_util.py' 2022-09-27T15:32:16.2148482Z adding 'caffe2/python/layer_model_helper.py' 2022-09-27T15:32:16.2151398Z adding 'caffe2/python/layer_model_instantiator.py' 2022-09-27T15:32:16.2154010Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-09-27T15:32:16.2156655Z adding 'caffe2/python/layer_test_util.py' 2022-09-27T15:32:16.2175110Z adding 'caffe2/python/layers_test.py' 2022-09-27T15:32:16.2178770Z adding 'caffe2/python/lazy.py' 2022-09-27T15:32:16.2180869Z adding 'caffe2/python/lazy_dyndep.py' 2022-09-27T15:32:16.2183214Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-09-27T15:32:16.2186456Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-09-27T15:32:16.2188474Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-09-27T15:32:16.2192072Z adding 'caffe2/python/lstm_benchmark.py' 2022-09-27T15:32:16.2203213Z adding 'caffe2/python/memonger.py' 2022-09-27T15:32:16.2210606Z adding 'caffe2/python/memonger_test.py' 2022-09-27T15:32:16.2212958Z adding 'caffe2/python/mkl_test_util.py' 2022-09-27T15:32:16.2215409Z adding 'caffe2/python/model_device_test.py' 2022-09-27T15:32:16.2222652Z adding 'caffe2/python/model_helper.py' 2022-09-27T15:32:16.2224919Z adding 'caffe2/python/model_helper_test.py' 2022-09-27T15:32:16.2227078Z adding 'caffe2/python/modifier_context.py' 2022-09-27T15:32:16.2229756Z adding 'caffe2/python/muji.py' 2022-09-27T15:32:16.2237749Z adding 'caffe2/python/muji_test.py' 2022-09-27T15:32:16.2239157Z adding 'caffe2/python/net_builder.py' 2022-09-27T15:32:16.2243279Z adding 'caffe2/python/net_builder_test.py' 2022-09-27T15:32:16.2247997Z adding 'caffe2/python/net_drawer.py' 2022-09-27T15:32:16.2252435Z adding 'caffe2/python/net_printer.py' 2022-09-27T15:32:16.2254795Z adding 'caffe2/python/net_printer_test.py' 2022-09-27T15:32:16.2257024Z adding 'caffe2/python/nomnigraph.py' 2022-09-27T15:32:16.2260867Z adding 'caffe2/python/nomnigraph_test.py' 2022-09-27T15:32:16.2263820Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-09-27T15:32:16.2266329Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-09-27T15:32:16.2268336Z adding 'caffe2/python/normalizer.py' 2022-09-27T15:32:16.2269836Z adding 'caffe2/python/normalizer_context.py' 2022-09-27T15:32:16.2271411Z adding 'caffe2/python/normalizer_test.py' 2022-09-27T15:32:16.2273364Z adding 'caffe2/python/numa_benchmark.py' 2022-09-27T15:32:16.2274970Z adding 'caffe2/python/numa_test.py' 2022-09-27T15:32:16.2277464Z adding 'caffe2/python/observer_test.py' 2022-09-27T15:32:16.2279340Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-09-27T15:32:16.2295244Z adding 'caffe2/python/optimizer.py' 2022-09-27T15:32:16.2298764Z adding 'caffe2/python/optimizer_context.py' 2022-09-27T15:32:16.2305034Z adding 'caffe2/python/optimizer_test.py' 2022-09-27T15:32:16.2308860Z adding 'caffe2/python/optimizer_test_util.py' 2022-09-27T15:32:16.2312434Z adding 'caffe2/python/parallel_workers.py' 2022-09-27T15:32:16.2314557Z adding 'caffe2/python/parallel_workers_test.py' 2022-09-27T15:32:16.2317946Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-09-27T15:32:16.2323401Z adding 'caffe2/python/pipeline.py' 2022-09-27T15:32:16.2326022Z adding 'caffe2/python/pipeline_test.py' 2022-09-27T15:32:16.2327521Z adding 'caffe2/python/predictor_constants.py' 2022-09-27T15:32:16.2330127Z adding 'caffe2/python/python_op_test.py' 2022-09-27T15:32:16.2332754Z adding 'caffe2/python/queue_util.py' 2022-09-27T15:32:16.2335120Z adding 'caffe2/python/record_queue.py' 2022-09-27T15:32:16.2339775Z adding 'caffe2/python/recurrent.py' 2022-09-27T15:32:16.2346160Z adding 'caffe2/python/regularizer.py' 2022-09-27T15:32:16.2348183Z adding 'caffe2/python/regularizer_context.py' 2022-09-27T15:32:16.2351313Z adding 'caffe2/python/regularizer_test.py' 2022-09-27T15:32:16.2369113Z adding 'caffe2/python/rnn_cell.py' 2022-09-27T15:32:16.2384762Z adding 'caffe2/python/schema.py' 2022-09-27T15:32:16.2389158Z adding 'caffe2/python/schema_test.py' 2022-09-27T15:32:16.2391575Z adding 'caffe2/python/scope.py' 2022-09-27T15:32:16.2393809Z adding 'caffe2/python/scope_test.py' 2022-09-27T15:32:16.2396902Z adding 'caffe2/python/session.py' 2022-09-27T15:32:16.2398881Z adding 'caffe2/python/session_test.py' 2022-09-27T15:32:16.2401072Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-09-27T15:32:16.2403185Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-09-27T15:32:16.2410601Z adding 'caffe2/python/task.py' 2022-09-27T15:32:16.2412872Z adding 'caffe2/python/task_test.py' 2022-09-27T15:32:16.2415047Z adding 'caffe2/python/test_util.py' 2022-09-27T15:32:16.2417056Z adding 'caffe2/python/text_file_reader.py' 2022-09-27T15:32:16.2419191Z adding 'caffe2/python/timeout_guard.py' 2022-09-27T15:32:16.2421632Z adding 'caffe2/python/toy_regression_test.py' 2022-09-27T15:32:16.2423546Z adding 'caffe2/python/transformations.py' 2022-09-27T15:32:16.2427666Z adding 'caffe2/python/transformations_test.py' 2022-09-27T15:32:16.2431347Z adding 'caffe2/python/tt_core.py' 2022-09-27T15:32:16.2433498Z adding 'caffe2/python/tt_core_test.py' 2022-09-27T15:32:16.2438055Z adding 'caffe2/python/utils.py' 2022-09-27T15:32:16.2440279Z adding 'caffe2/python/utils_test.py' 2022-09-27T15:32:16.2442928Z adding 'caffe2/python/visualize.py' 2022-09-27T15:32:16.2450873Z adding 'caffe2/python/workspace.py' 2022-09-27T15:32:16.2459644Z adding 'caffe2/python/workspace_test.py' 2022-09-27T15:32:16.2462490Z adding 'caffe2/python/docs/__init__.py' 2022-09-27T15:32:16.2464674Z adding 'caffe2/python/docs/formatter.py' 2022-09-27T15:32:16.2467777Z adding 'caffe2/python/docs/generator.py' 2022-09-27T15:32:16.2470252Z adding 'caffe2/python/docs/github.py' 2022-09-27T15:32:16.2472513Z adding 'caffe2/python/docs/parser.py' 2022-09-27T15:32:16.2474590Z adding 'caffe2/python/examples/__init__.py' 2022-09-27T15:32:16.2477940Z adding 'caffe2/python/examples/char_rnn.py' 2022-09-27T15:32:16.2485578Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-09-27T15:32:16.2488514Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-09-27T15:32:16.2495881Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-09-27T15:32:16.2498413Z adding 'caffe2/python/fakelowp/__init__.py' 2022-09-27T15:32:16.2499848Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-09-27T15:32:16.2501752Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-09-27T15:32:16.2503903Z adding 'caffe2/python/helpers/__init__.py' 2022-09-27T15:32:16.2505731Z adding 'caffe2/python/helpers/algebra.py' 2022-09-27T15:32:16.2507315Z adding 'caffe2/python/helpers/arg_scope.py' 2022-09-27T15:32:16.2508943Z adding 'caffe2/python/helpers/array_helpers.py' 2022-09-27T15:32:16.2510529Z adding 'caffe2/python/helpers/control_ops.py' 2022-09-27T15:32:16.2513745Z adding 'caffe2/python/helpers/conv.py' 2022-09-27T15:32:16.2515676Z adding 'caffe2/python/helpers/db_input.py' 2022-09-27T15:32:16.2517203Z adding 'caffe2/python/helpers/dropout.py' 2022-09-27T15:32:16.2519050Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-09-27T15:32:16.2521494Z adding 'caffe2/python/helpers/fc.py' 2022-09-27T15:32:16.2523378Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-09-27T15:32:16.2526594Z adding 'caffe2/python/helpers/normalization.py' 2022-09-27T15:32:16.2528541Z adding 'caffe2/python/helpers/pooling.py' 2022-09-27T15:32:16.2530235Z adding 'caffe2/python/helpers/quantization.py' 2022-09-27T15:32:16.2531756Z adding 'caffe2/python/helpers/tools.py' 2022-09-27T15:32:16.2533762Z adding 'caffe2/python/helpers/train.py' 2022-09-27T15:32:16.2536181Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-09-27T15:32:16.2537402Z adding 'caffe2/python/ideep/__init__.py' 2022-09-27T15:32:16.2539399Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-09-27T15:32:16.2541760Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-09-27T15:32:16.2543954Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-09-27T15:32:16.2546395Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-09-27T15:32:16.2548863Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-09-27T15:32:16.2551065Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-09-27T15:32:16.2555287Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-09-27T15:32:16.2557986Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-09-27T15:32:16.2559957Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-09-27T15:32:16.2562448Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-09-27T15:32:16.2564686Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-09-27T15:32:16.2567660Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-09-27T15:32:16.2570073Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-09-27T15:32:16.2571930Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-09-27T15:32:16.2574155Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-09-27T15:32:16.2576194Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-09-27T15:32:16.2578294Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-09-27T15:32:16.2580620Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-09-27T15:32:16.2582898Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-09-27T15:32:16.2585539Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-09-27T15:32:16.2587554Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-09-27T15:32:16.2589244Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-09-27T15:32:16.2590895Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-09-27T15:32:16.2592958Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-09-27T15:32:16.2595343Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-09-27T15:32:16.2599255Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-09-27T15:32:16.2601276Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-09-27T15:32:16.2602984Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-09-27T15:32:16.2605377Z adding 'caffe2/python/layers/__init__.py' 2022-09-27T15:32:16.2608136Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-09-27T15:32:16.2609989Z adding 'caffe2/python/layers/add_bias.py' 2022-09-27T15:32:16.2612702Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-09-27T15:32:16.2614979Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-09-27T15:32:16.2618735Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-09-27T15:32:16.2620855Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-09-27T15:32:16.2623190Z adding 'caffe2/python/layers/batch_normalization.py' 2022-09-27T15:32:16.2625369Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-09-27T15:32:16.2627762Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-09-27T15:32:16.2629893Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-09-27T15:32:16.2631784Z adding 'caffe2/python/layers/bpr_loss.py' 2022-09-27T15:32:16.2633844Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-09-27T15:32:16.2635873Z adding 'caffe2/python/layers/build_index.py' 2022-09-27T15:32:16.2638353Z adding 'caffe2/python/layers/concat.py' 2022-09-27T15:32:16.2640273Z adding 'caffe2/python/layers/constant_weight.py' 2022-09-27T15:32:16.2642600Z adding 'caffe2/python/layers/conv.py' 2022-09-27T15:32:16.2644433Z adding 'caffe2/python/layers/dropout.py' 2022-09-27T15:32:16.2647463Z adding 'caffe2/python/layers/fc.py' 2022-09-27T15:32:16.2651555Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-09-27T15:32:16.2653745Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-09-27T15:32:16.2657194Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-09-27T15:32:16.2659643Z adding 'caffe2/python/layers/functional.py' 2022-09-27T15:32:16.2661820Z adding 'caffe2/python/layers/gather_record.py' 2022-09-27T15:32:16.2664413Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-09-27T15:32:16.2666544Z adding 'caffe2/python/layers/label_smooth.py' 2022-09-27T15:32:16.2668461Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-09-27T15:32:16.2670605Z adding 'caffe2/python/layers/layer_normalization.py' 2022-09-27T15:32:16.2675688Z adding 'caffe2/python/layers/layers.py' 2022-09-27T15:32:16.2677831Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-09-27T15:32:16.2679696Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-09-27T15:32:16.2681772Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-09-27T15:32:16.2683410Z adding 'caffe2/python/layers/position_weighted.py' 2022-09-27T15:32:16.2685249Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-09-27T15:32:16.2687180Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-09-27T15:32:16.2689027Z adding 'caffe2/python/layers/sampling_train.py' 2022-09-27T15:32:16.2690979Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-09-27T15:32:16.2692758Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-09-27T15:32:16.2695358Z adding 'caffe2/python/layers/semi_random_features.py' 2022-09-27T15:32:16.2697638Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-09-27T15:32:16.2700122Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-09-27T15:32:16.2702419Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-09-27T15:32:16.2708348Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-09-27T15:32:16.2710809Z adding 'caffe2/python/layers/split.py' 2022-09-27T15:32:16.2713289Z adding 'caffe2/python/layers/tags.py' 2022-09-27T15:32:16.2715525Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-09-27T15:32:16.2717458Z adding 'caffe2/python/mint/__init__.py' 2022-09-27T15:32:16.2720149Z adding 'caffe2/python/mint/app.py' 2022-09-27T15:32:16.2722218Z adding 'caffe2/python/mkl/__init__.py' 2022-09-27T15:32:16.2724052Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-09-27T15:32:16.2726079Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-09-27T15:32:16.2728021Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-09-27T15:32:16.2729917Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-09-27T15:32:16.2731797Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-09-27T15:32:16.2733699Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-09-27T15:32:16.2735500Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-09-27T15:32:16.2737412Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-09-27T15:32:16.2739444Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-09-27T15:32:16.2741200Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-09-27T15:32:16.2743106Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-09-27T15:32:16.2745454Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-09-27T15:32:16.2747289Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-09-27T15:32:16.2749199Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-09-27T15:32:16.2751314Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-09-27T15:32:16.2753120Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-09-27T15:32:16.2755182Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-09-27T15:32:16.2756989Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-09-27T15:32:16.2760084Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-09-27T15:32:16.2762937Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-09-27T15:32:16.2765008Z adding 'caffe2/python/modeling/__init__.py' 2022-09-27T15:32:16.2767143Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-09-27T15:32:16.2769474Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-09-27T15:32:16.2771776Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-09-27T15:32:16.2774079Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-09-27T15:32:16.2776140Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-09-27T15:32:16.2778123Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-09-27T15:32:16.2780291Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-09-27T15:32:16.2782590Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-09-27T15:32:16.2785657Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-09-27T15:32:16.2788678Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-09-27T15:32:16.2791394Z adding 'caffe2/python/modeling/initializers.py' 2022-09-27T15:32:16.2793388Z adding 'caffe2/python/modeling/initializers_test.py' 2022-09-27T15:32:16.2795209Z adding 'caffe2/python/modeling/net_modifier.py' 2022-09-27T15:32:16.2797307Z adding 'caffe2/python/modeling/parameter_info.py' 2022-09-27T15:32:16.2799738Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-09-27T15:32:16.2802190Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-09-27T15:32:16.2804240Z adding 'caffe2/python/models/__init__.py' 2022-09-27T15:32:16.2805875Z adding 'caffe2/python/models/__sym_init__.py' 2022-09-27T15:32:16.2809072Z adding 'caffe2/python/models/download.py' 2022-09-27T15:32:16.2811782Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-09-27T15:32:16.2815677Z adding 'caffe2/python/models/resnet.py' 2022-09-27T15:32:16.2817928Z adding 'caffe2/python/models/resnet_test.py' 2022-09-27T15:32:16.2820754Z adding 'caffe2/python/models/shufflenet.py' 2022-09-27T15:32:16.2822926Z adding 'caffe2/python/models/shufflenet_test.py' 2022-09-27T15:32:16.2825391Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-09-27T15:32:16.2829189Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-09-27T15:32:16.2832209Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-09-27T15:32:16.2834472Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-09-27T15:32:16.2836385Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-09-27T15:32:16.2841463Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-09-27T15:32:16.2848830Z adding 'caffe2/python/models/seq2seq/train.py' 2022-09-27T15:32:16.2855325Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-09-27T15:32:16.2858007Z adding 'caffe2/python/onnx/__init__.py' 2022-09-27T15:32:16.2869701Z adding 'caffe2/python/onnx/backend.py' 2022-09-27T15:32:16.2872574Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-09-27T15:32:16.2874676Z adding 'caffe2/python/onnx/backend_rep.py' 2022-09-27T15:32:16.2876253Z adding 'caffe2/python/onnx/error.py' 2022-09-27T15:32:16.2880360Z adding 'caffe2/python/onnx/frontend.py' 2022-09-27T15:32:16.2883145Z adding 'caffe2/python/onnx/helper.py' 2022-09-27T15:32:16.2885044Z adding 'caffe2/python/onnx/onnxifi.py' 2022-09-27T15:32:16.2887990Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-09-27T15:32:16.2890465Z adding 'caffe2/python/onnx/workspace.py' 2022-09-27T15:32:16.2892326Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-09-27T15:32:16.2894345Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-09-27T15:32:16.2896181Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-09-27T15:32:16.2901904Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-09-27T15:32:16.2906968Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-09-27T15:32:16.2909004Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-09-27T15:32:16.2911820Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-09-27T15:32:16.2914272Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-09-27T15:32:16.2916111Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-09-27T15:32:16.2919635Z adding 'caffe2/python/operator_test/__init__.py' 2022-09-27T15:32:16.2922380Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-09-27T15:32:16.2925190Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-09-27T15:32:16.2927741Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-09-27T15:32:16.2930386Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-09-27T15:32:16.2934191Z adding 'caffe2/python/operator_test/adam_test.py' 2022-09-27T15:32:16.2936808Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-09-27T15:32:16.2938544Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-09-27T15:32:16.2940465Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-09-27T15:32:16.2942505Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-09-27T15:32:16.2944418Z adding 'caffe2/python/operator_test/assert_test.py' 2022-09-27T15:32:16.2946166Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-09-27T15:32:16.2948211Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-09-27T15:32:16.2950668Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-09-27T15:32:16.2953133Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-09-27T15:32:16.2955412Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-09-27T15:32:16.2958154Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-09-27T15:32:16.2959741Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-09-27T15:32:16.2963331Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-09-27T15:32:16.2966272Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-09-27T15:32:16.2969885Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-09-27T15:32:16.2973011Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-09-27T15:32:16.2975361Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-09-27T15:32:16.2978183Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-09-27T15:32:16.2980189Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-09-27T15:32:16.2982011Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-09-27T15:32:16.2983992Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-09-27T15:32:16.2985878Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-09-27T15:32:16.2987724Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-09-27T15:32:16.2989578Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-09-27T15:32:16.2991326Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-09-27T15:32:16.2993182Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-09-27T15:32:16.2995171Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-09-27T15:32:16.2998564Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-09-27T15:32:16.3000788Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-09-27T15:32:16.3003631Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-09-27T15:32:16.3005705Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-09-27T15:32:16.3007219Z adding 'caffe2/python/operator_test/conftest.py' 2022-09-27T15:32:16.3013839Z adding 'caffe2/python/operator_test/conv_test.py' 2022-09-27T15:32:16.3017875Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-09-27T15:32:16.3020885Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-09-27T15:32:16.3023191Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-09-27T15:32:16.3025462Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-09-27T15:32:16.3027514Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-09-27T15:32:16.3029963Z adding 'caffe2/python/operator_test/crf_test.py' 2022-09-27T15:32:16.3033130Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-09-27T15:32:16.3035793Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-09-27T15:32:16.3038115Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-09-27T15:32:16.3040855Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-09-27T15:32:16.3042706Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-09-27T15:32:16.3048693Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-09-27T15:32:16.3051406Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-09-27T15:32:16.3055105Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-09-27T15:32:16.3057708Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-09-27T15:32:16.3059713Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-09-27T15:32:16.3063148Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-09-27T15:32:16.3065749Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-09-27T15:32:16.3067941Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-09-27T15:32:16.3069824Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-09-27T15:32:16.3071640Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-09-27T15:32:16.3073749Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-09-27T15:32:16.3077248Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-09-27T15:32:16.3083008Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-09-27T15:32:16.3085790Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-09-27T15:32:16.3087569Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-09-27T15:32:16.3089339Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-09-27T15:32:16.3091255Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-09-27T15:32:16.3092871Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-09-27T15:32:16.3094809Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-09-27T15:32:16.3097014Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-09-27T15:32:16.3100458Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-09-27T15:32:16.3104318Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-09-27T15:32:16.3106373Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-09-27T15:32:16.3108186Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-09-27T15:32:16.3110242Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-09-27T15:32:16.3112079Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-09-27T15:32:16.3115962Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-09-27T15:32:16.3118421Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-09-27T15:32:16.3121481Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-09-27T15:32:16.3124787Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-09-27T15:32:16.3126891Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-09-27T15:32:16.3128896Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-09-27T15:32:16.3130816Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-09-27T15:32:16.3132726Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-09-27T15:32:16.3134957Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-09-27T15:32:16.3138942Z adding 'caffe2/python/operator_test/gru_test.py' 2022-09-27T15:32:16.3141660Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-09-27T15:32:16.3144220Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-09-27T15:32:16.3147481Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-09-27T15:32:16.3149646Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-09-27T15:32:16.3151840Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-09-27T15:32:16.3156627Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-09-27T15:32:16.3159236Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-09-27T15:32:16.3161610Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-09-27T15:32:16.3164766Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-09-27T15:32:16.3167060Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-09-27T15:32:16.3168962Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-09-27T15:32:16.3170874Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-09-27T15:32:16.3172496Z adding 'caffe2/python/operator_test/lars_test.py' 2022-09-27T15:32:16.3176021Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-09-27T15:32:16.3178929Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-09-27T15:32:16.3181141Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-09-27T15:32:16.3184236Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-09-27T15:32:16.3186591Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-09-27T15:32:16.3188670Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-09-27T15:32:16.3191833Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-09-27T15:32:16.3194152Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-09-27T15:32:16.3196279Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-09-27T15:32:16.3198800Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-09-27T15:32:16.3206415Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-09-27T15:32:16.3209902Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-09-27T15:32:16.3211852Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-09-27T15:32:16.3213945Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-09-27T15:32:16.3216000Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-09-27T15:32:16.3218196Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-09-27T15:32:16.3220334Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-09-27T15:32:16.3222205Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-09-27T15:32:16.3225318Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-09-27T15:32:16.3227321Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-09-27T15:32:16.3229576Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-09-27T15:32:16.3231626Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-09-27T15:32:16.3233696Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-09-27T15:32:16.3235387Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-09-27T15:32:16.3237268Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-09-27T15:32:16.3239871Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-09-27T15:32:16.3242569Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-09-27T15:32:16.3244584Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-09-27T15:32:16.3246631Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-09-27T15:32:16.3248618Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-09-27T15:32:16.3251203Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-09-27T15:32:16.3252522Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-09-27T15:32:16.3255145Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-09-27T15:32:16.3257552Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-09-27T15:32:16.3259198Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-09-27T15:32:16.3262483Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-09-27T15:32:16.3265161Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-09-27T15:32:16.3266929Z adding 'caffe2/python/operator_test/pad_test.py' 2022-09-27T15:32:16.3269520Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-09-27T15:32:16.3271906Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-09-27T15:32:16.3274283Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-09-27T15:32:16.3277836Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-09-27T15:32:16.3280110Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-09-27T15:32:16.3281907Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-09-27T15:32:16.3284025Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-09-27T15:32:16.3286244Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-09-27T15:32:16.3288718Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-09-27T15:32:16.3291883Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-09-27T15:32:16.3294200Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-09-27T15:32:16.3297678Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-09-27T15:32:16.3302147Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-09-27T15:32:16.3306368Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-09-27T15:32:16.3308835Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-09-27T15:32:16.3311538Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-09-27T15:32:16.3314300Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-09-27T15:32:16.3316697Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-09-27T15:32:16.3318558Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-09-27T15:32:16.3331121Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-09-27T15:32:16.3335318Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-09-27T15:32:16.3337445Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-09-27T15:32:16.3339441Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-09-27T15:32:16.3345688Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-09-27T15:32:16.3349621Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-09-27T15:32:16.3351975Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-09-27T15:32:16.3355968Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-09-27T15:32:16.3361987Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-09-27T15:32:16.3364639Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-09-27T15:32:16.3369212Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-09-27T15:32:16.3371370Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-09-27T15:32:16.3373344Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-09-27T15:32:16.3375395Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-09-27T15:32:16.3377315Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-09-27T15:32:16.3379616Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-09-27T15:32:16.3381811Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-09-27T15:32:16.3384435Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-09-27T15:32:16.3386497Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-09-27T15:32:16.3388552Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-09-27T15:32:16.3392463Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-09-27T15:32:16.3395836Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-09-27T15:32:16.3398413Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-09-27T15:32:16.3400597Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-09-27T15:32:16.3402555Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-09-27T15:32:16.3404578Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-09-27T15:32:16.3407032Z adding 'caffe2/python/operator_test/storm_test.py' 2022-09-27T15:32:16.3409208Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-09-27T15:32:16.3411496Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-09-27T15:32:16.3413406Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-09-27T15:32:16.3415494Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-09-27T15:32:16.3418094Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-09-27T15:32:16.3427492Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-09-27T15:32:16.3430459Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-09-27T15:32:16.3432228Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-09-27T15:32:16.3434351Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-09-27T15:32:16.3436487Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-09-27T15:32:16.3438019Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-09-27T15:32:16.3440395Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-09-27T15:32:16.3444525Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-09-27T15:32:16.3447565Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-09-27T15:32:16.3449565Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-09-27T15:32:16.3451396Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-09-27T15:32:16.3453054Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-09-27T15:32:16.3454981Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-09-27T15:32:16.3457527Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-09-27T15:32:16.3459711Z adding 'caffe2/python/predictor/__init__.py' 2022-09-27T15:32:16.3461997Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-09-27T15:32:16.3464304Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-09-27T15:32:16.3467757Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-09-27T15:32:16.3470931Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-09-27T15:32:16.3473865Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-09-27T15:32:16.3475906Z adding 'caffe2/python/predictor/predictor_test.py' 2022-09-27T15:32:16.3477388Z adding 'caffe2/python/predictor/serde.py' 2022-09-27T15:32:16.3478878Z adding 'caffe2/python/rnn/__init__.py' 2022-09-27T15:32:16.3480558Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-09-27T15:32:16.3482396Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-09-27T15:32:16.3483854Z adding 'caffe2/python/serialized_test/__init__.py' 2022-09-27T15:32:16.3485742Z adding 'caffe2/python/serialized_test/coverage.py' 2022-09-27T15:32:16.3489164Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-09-27T15:32:16.3493333Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-09-27T15:32:16.3495072Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-09-27T15:32:16.3496828Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-09-27T15:32:16.3498671Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-09-27T15:32:16.3500079Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-09-27T15:32:16.3501960Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-09-27T15:32:16.3503885Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-09-27T15:32:16.3505795Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-09-27T15:32:16.3507543Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-09-27T15:32:16.3509403Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-09-27T15:32:16.3511118Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-09-27T15:32:16.3512901Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-09-27T15:32:16.3514745Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-09-27T15:32:16.3517380Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-09-27T15:32:16.3519009Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-09-27T15:32:16.3520538Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-09-27T15:32:16.3522491Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-09-27T15:32:16.3524184Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-09-27T15:32:16.3525815Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-09-27T15:32:16.3527397Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-09-27T15:32:16.3529096Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-09-27T15:32:16.3530728Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-09-27T15:32:16.3532657Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-09-27T15:32:16.3534305Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-09-27T15:32:16.3536036Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-09-27T15:32:16.3537858Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-09-27T15:32:16.3539642Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-09-27T15:32:16.3541306Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-09-27T15:32:16.3543180Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-09-27T15:32:16.3554142Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-09-27T15:32:16.3556823Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-09-27T15:32:16.3558559Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-09-27T15:32:16.3561453Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-09-27T15:32:16.3563979Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-09-27T15:32:16.3565855Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-09-27T15:32:16.3567559Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-09-27T15:32:16.3575568Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-09-27T15:32:16.3578075Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-09-27T15:32:16.3579792Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-09-27T15:32:16.3581428Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-09-27T15:32:16.3583308Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-09-27T15:32:16.3585308Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-09-27T15:32:16.3587020Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-09-27T15:32:16.3589556Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-09-27T15:32:16.3591811Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-09-27T15:32:16.3593729Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-09-27T15:32:16.3595615Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-09-27T15:32:16.3597557Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-09-27T15:32:16.3599387Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-09-27T15:32:16.3601254Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-09-27T15:32:16.3603191Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-09-27T15:32:16.3604932Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-09-27T15:32:16.3606822Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-09-27T15:32:16.3608860Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-09-27T15:32:16.3610935Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-09-27T15:32:16.3612911Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-09-27T15:32:16.3614751Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-09-27T15:32:16.3616663Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-09-27T15:32:16.3618668Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-09-27T15:32:16.3620536Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-09-27T15:32:16.3622490Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-09-27T15:32:16.3624354Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-09-27T15:32:16.3626256Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-09-27T15:32:16.3628576Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-09-27T15:32:16.3630668Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-09-27T15:32:16.3632719Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-09-27T15:32:16.3634821Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-09-27T15:32:16.3636631Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-09-27T15:32:16.3638494Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-09-27T15:32:16.3640349Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-09-27T15:32:16.3642093Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-09-27T15:32:16.3643999Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-09-27T15:32:16.3646088Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-09-27T15:32:16.3648284Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-09-27T15:32:16.3649763Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-09-27T15:32:16.3651810Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-09-27T15:32:16.3653569Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-09-27T15:32:16.3655259Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-09-27T15:32:16.3657342Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-09-27T15:32:16.3659248Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-09-27T15:32:16.3661083Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-09-27T15:32:16.3662971Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-09-27T15:32:16.3665227Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-09-27T15:32:16.3667917Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-09-27T15:32:16.3670095Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-09-27T15:32:16.3671864Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-09-27T15:32:16.3673651Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-09-27T15:32:16.3675387Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-09-27T15:32:16.3677157Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-09-27T15:32:16.3678975Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-09-27T15:32:16.3680828Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-09-27T15:32:16.3682727Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-09-27T15:32:16.3684603Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-09-27T15:32:16.3686561Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-09-27T15:32:16.3688485Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-09-27T15:32:16.3690320Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-09-27T15:32:16.3692299Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-09-27T15:32:16.3694389Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-09-27T15:32:16.3696262Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-09-27T15:32:16.3698258Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-09-27T15:32:16.3700867Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-09-27T15:32:16.3703560Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-09-27T15:32:16.3706359Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-09-27T15:32:16.3708892Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-09-27T15:32:16.3711338Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-09-27T15:32:16.3713284Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-09-27T15:32:16.3715184Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-09-27T15:32:16.3717032Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-09-27T15:32:16.3718873Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-09-27T15:32:16.3720800Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-09-27T15:32:16.3722781Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-09-27T15:32:16.3724606Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-09-27T15:32:16.3726455Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-09-27T15:32:16.3728342Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-09-27T15:32:16.3730213Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-09-27T15:32:16.3732141Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-09-27T15:32:16.3734020Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-09-27T15:32:16.3735854Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-09-27T15:32:16.3737722Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-09-27T15:32:16.3739742Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-09-27T15:32:16.3741737Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-09-27T15:32:16.3743842Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-09-27T15:32:16.3745836Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-09-27T15:32:16.3747809Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-09-27T15:32:16.3751011Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-09-27T15:32:16.3753208Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-09-27T15:32:16.3755208Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-09-27T15:32:16.3757159Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-09-27T15:32:16.3759135Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-09-27T15:32:16.3761000Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-09-27T15:32:16.3762903Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-09-27T15:32:16.3764784Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-09-27T15:32:16.3766693Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-09-27T15:32:16.3768600Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-09-27T15:32:16.3770459Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-09-27T15:32:16.3772328Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-09-27T15:32:16.3774202Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-09-27T15:32:16.3776062Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-09-27T15:32:16.3777933Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-09-27T15:32:16.3779789Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-09-27T15:32:16.3781795Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-09-27T15:32:16.3783926Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-09-27T15:32:16.3786218Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-09-27T15:32:16.3788680Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-09-27T15:32:16.3791044Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-09-27T15:32:16.3793468Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-09-27T15:32:16.3795559Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-09-27T15:32:16.3797599Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-09-27T15:32:16.3799747Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-09-27T15:32:16.3801977Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-09-27T15:32:16.3803930Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-09-27T15:32:16.3806287Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-09-27T15:32:16.3808312Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-09-27T15:32:16.3810300Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-09-27T15:32:16.3812118Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-09-27T15:32:16.3813907Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-09-27T15:32:16.3815882Z adding 'caffe2/python/test/__init__.py' 2022-09-27T15:32:16.3817489Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-09-27T15:32:16.3819089Z adding 'caffe2/python/test/do_op_test.py' 2022-09-27T15:32:16.3821134Z adding 'caffe2/python/test/executor_test.py' 2022-09-27T15:32:16.3824705Z adding 'caffe2/python/test/executor_test_util.py' 2022-09-27T15:32:16.3826666Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-09-27T15:32:16.3828636Z adding 'caffe2/python/test/gpu_context_test.py' 2022-09-27T15:32:16.3830437Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-09-27T15:32:16.3832113Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-09-27T15:32:16.3833874Z adding 'caffe2/python/trt/__init__.py' 2022-09-27T15:32:16.3836462Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-09-27T15:32:16.3840064Z adding 'caffe2/python/trt/test_trt.py' 2022-09-27T15:32:16.3842575Z adding 'caffe2/python/trt/transform.py' 2022-09-27T15:32:16.3844511Z adding 'caffe2/quantization/__init__.py' 2022-09-27T15:32:16.3846320Z adding 'caffe2/quantization/server/__init__.py' 2022-09-27T15:32:16.3849498Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-09-27T15:32:16.3851538Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-09-27T15:32:16.3853718Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-09-27T15:32:16.3855868Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-09-27T15:32:16.3857929Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-09-27T15:32:16.3860841Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-09-27T15:32:16.3864628Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-09-27T15:32:16.3868833Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-09-27T15:32:16.3872446Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-09-27T15:32:16.3875472Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-09-27T15:32:16.3877504Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-09-27T15:32:16.3881808Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-09-27T15:32:16.3884843Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-09-27T15:32:16.3887115Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-09-27T15:32:16.3889635Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-09-27T15:32:16.3892164Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-09-27T15:32:16.3895035Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-09-27T15:32:16.3898456Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-09-27T15:32:16.3900801Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-09-27T15:32:16.3903509Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-09-27T15:32:16.3905797Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-09-27T15:32:16.3908264Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-09-27T15:32:16.3910531Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-09-27T15:32:16.3912819Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-09-27T15:32:16.3914790Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-09-27T15:32:16.3916951Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-09-27T15:32:16.3918616Z adding 'caffe2/quantization/server/observer_test.py' 2022-09-27T15:32:16.3920989Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-09-27T15:32:16.3923132Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-09-27T15:32:16.3925250Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-09-27T15:32:16.3927451Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-09-27T15:32:16.3929232Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-09-27T15:32:16.3931236Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-09-27T15:32:16.3933468Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-09-27T15:32:16.3935503Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-09-27T15:32:16.3939926Z adding 'caffe2/quantization/server/utils.py' 2022-09-27T15:32:16.4128808Z adding 'functorch/_C.cpython-310-x86_64-linux-gnu.so' 2022-09-27T15:32:16.4138799Z adding 'functorch/__init__.py' 2022-09-27T15:32:16.4140504Z adding 'functorch/setup.py' 2022-09-27T15:32:16.4143041Z adding 'functorch/_src/__init__.py' 2022-09-27T15:32:16.4153492Z adding 'functorch/_src/aot_autograd.py' 2022-09-27T15:32:16.4157106Z adding 'functorch/_src/benchmark_utils.py' 2022-09-27T15:32:16.4159428Z adding 'functorch/_src/compile_utils.py' 2022-09-27T15:32:16.4163644Z adding 'functorch/_src/compilers.py' 2022-09-27T15:32:16.4165676Z adding 'functorch/_src/config.py' 2022-09-27T15:32:16.4183096Z adding 'functorch/_src/eager_transforms.py' 2022-09-27T15:32:16.4188758Z adding 'functorch/_src/fx_minifier.py' 2022-09-27T15:32:16.4194677Z adding 'functorch/_src/make_functional.py' 2022-09-27T15:32:16.4197084Z adding 'functorch/_src/monkey_patching.py' 2022-09-27T15:32:16.4199038Z adding 'functorch/_src/named_members_polyfill.py' 2022-09-27T15:32:16.4204807Z adding 'functorch/_src/partitioners.py' 2022-09-27T15:32:16.4206863Z adding 'functorch/_src/python_key.py' 2022-09-27T15:32:16.4208540Z adding 'functorch/_src/pytree_hacks.py' 2022-09-27T15:32:16.4214271Z adding 'functorch/_src/top_operators_github_usage.py' 2022-09-27T15:32:16.4220906Z adding 'functorch/_src/vmap.py' 2022-09-27T15:32:16.4223540Z adding 'functorch/compile/__init__.py' 2022-09-27T15:32:16.4226591Z adding 'functorch/dim/__init__.py' 2022-09-27T15:32:16.4228233Z adding 'functorch/dim/batch_tensor.py' 2022-09-27T15:32:16.4230160Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-09-27T15:32:16.4232498Z adding 'functorch/dim/dim.py' 2022-09-27T15:32:16.4234313Z adding 'functorch/dim/magic_trace.py' 2022-09-27T15:32:16.4236864Z adding 'functorch/dim/op_properties.py' 2022-09-27T15:32:16.4243435Z adding 'functorch/dim/reference.py' 2022-09-27T15:32:16.4245531Z adding 'functorch/dim/tree_map.py' 2022-09-27T15:32:16.4247357Z adding 'functorch/dim/wrap_type.py' 2022-09-27T15:32:16.4249232Z adding 'functorch/experimental/__init__.py' 2022-09-27T15:32:16.4250859Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-09-27T15:32:16.4253272Z adding 'functorch/experimental/cond.py' 2022-09-27T15:32:16.4254792Z adding 'functorch/experimental/ops.py' 2022-09-27T15:32:16.4266921Z adding 'torch/_C.cpython-310-x86_64-linux-gnu.so' 2022-09-27T15:32:16.4278304Z adding 'torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so' 2022-09-27T15:32:16.4280538Z adding 'torch/_VF.py' 2022-09-27T15:32:16.4282282Z adding 'torch/__config__.py' 2022-09-27T15:32:16.4283868Z adding 'torch/__future__.py' 2022-09-27T15:32:16.4295252Z adding 'torch/__init__.py' 2022-09-27T15:32:16.4302190Z adding 'torch/_appdirs.py' 2022-09-27T15:32:16.4304970Z adding 'torch/_classes.py' 2022-09-27T15:32:16.4307390Z adding 'torch/_deploy.py' 2022-09-27T15:32:16.4323522Z adding 'torch/_jit_internal.py' 2022-09-27T15:32:16.4326937Z adding 'torch/_linalg_utils.py' 2022-09-27T15:32:16.4339542Z adding 'torch/_lobpcg.py' 2022-09-27T15:32:16.4344583Z adding 'torch/_lowrank.py' 2022-09-27T15:32:16.4354125Z adding 'torch/_meta_registrations.py' 2022-09-27T15:32:16.4357593Z adding 'torch/_namedtensor_internals.py' 2022-09-27T15:32:16.4364299Z adding 'torch/_ops.py' 2022-09-27T15:32:16.4368213Z adding 'torch/_python_dispatcher.py' 2022-09-27T15:32:16.4370065Z adding 'torch/_six.py' 2022-09-27T15:32:16.4373193Z adding 'torch/_sources.py' 2022-09-27T15:32:16.4375333Z adding 'torch/_storage_docs.py' 2022-09-27T15:32:16.4389796Z adding 'torch/_tensor.py' 2022-09-27T15:32:16.4422041Z adding 'torch/_tensor_docs.py' 2022-09-27T15:32:16.4431408Z adding 'torch/_tensor_str.py' 2022-09-27T15:32:16.4547590Z adding 'torch/_torch_docs.py' 2022-09-27T15:32:16.4564273Z adding 'torch/_utils.py' 2022-09-27T15:32:16.4568061Z adding 'torch/_utils_internal.py' 2022-09-27T15:32:16.4572917Z adding 'torch/_vmap_internals.py' 2022-09-27T15:32:16.4595423Z adding 'torch/functional.py' 2022-09-27T15:32:16.4605892Z adding 'torch/hub.py' 2022-09-27T15:32:16.4609732Z adding 'torch/library.py' 2022-09-27T15:32:16.4634159Z adding 'torch/overrides.py' 2022-09-27T15:32:16.4637491Z adding 'torch/py.typed' 2022-09-27T15:32:16.4640549Z adding 'torch/quasirandom.py' 2022-09-27T15:32:16.4643274Z adding 'torch/random.py' 2022-09-27T15:32:16.4645363Z adding 'torch/return_types.py' 2022-09-27T15:32:16.4658365Z adding 'torch/serialization.py' 2022-09-27T15:32:16.4666882Z adding 'torch/storage.py' 2022-09-27T15:32:16.4669917Z adding 'torch/torch_version.py' 2022-09-27T15:32:16.4671913Z adding 'torch/types.py' 2022-09-27T15:32:16.4673551Z adding 'torch/version.py' 2022-09-27T15:32:16.4701360Z adding 'torch/_C/_VariableFunctions.pyi' 2022-09-27T15:32:16.4732364Z adding 'torch/_C/__init__.pyi' 2022-09-27T15:32:16.4737088Z adding 'torch/_C/_autograd.pyi' 2022-09-27T15:32:16.4738669Z adding 'torch/_C/_cudnn.pyi' 2022-09-27T15:32:16.4740415Z adding 'torch/_C/_distributed_autograd.pyi' 2022-09-27T15:32:16.4743465Z adding 'torch/_C/_distributed_c10d.pyi' 2022-09-27T15:32:16.4746443Z adding 'torch/_C/_distributed_rpc.pyi' 2022-09-27T15:32:16.4748363Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-09-27T15:32:16.4749836Z adding 'torch/_C/_functions.pyi' 2022-09-27T15:32:16.4751212Z adding 'torch/_C/_itt.pyi' 2022-09-27T15:32:16.4752674Z adding 'torch/_C/_lazy.pyi' 2022-09-27T15:32:16.4754563Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-09-27T15:32:16.4755866Z adding 'torch/_C/_monitor.pyi' 2022-09-27T15:32:16.4757472Z adding 'torch/_C/_nn.pyi' 2022-09-27T15:32:16.4758872Z adding 'torch/_C/_nvtx.pyi' 2022-09-27T15:32:16.4760399Z adding 'torch/_C/_onnx.pyi' 2022-09-27T15:32:16.4762389Z adding 'torch/_C/_profiler.pyi' 2022-09-27T15:32:16.4763981Z adding 'torch/_C/_verbose.pyi' 2022-09-27T15:32:16.4765702Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-09-27T15:32:16.4768936Z adding 'torch/_decomp/__init__.py' 2022-09-27T15:32:16.4792540Z adding 'torch/_decomp/decompositions.py' 2022-09-27T15:32:16.4797453Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-09-27T15:32:16.4799329Z adding 'torch/_dispatch/__init__.py' 2022-09-27T15:32:16.4800793Z adding 'torch/_dispatch/python.py' 2022-09-27T15:32:16.4802920Z adding 'torch/_lazy/__init__.py' 2022-09-27T15:32:16.4805420Z adding 'torch/_lazy/closure.py' 2022-09-27T15:32:16.4807162Z adding 'torch/_lazy/computation.py' 2022-09-27T15:32:16.4808537Z adding 'torch/_lazy/config.py' 2022-09-27T15:32:16.4810171Z adding 'torch/_lazy/debug.py' 2022-09-27T15:32:16.4811718Z adding 'torch/_lazy/device_context.py' 2022-09-27T15:32:16.4815116Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-09-27T15:32:16.4816759Z adding 'torch/_lazy/ir_cache.py' 2022-09-27T15:32:16.4818223Z adding 'torch/_lazy/metrics.py' 2022-09-27T15:32:16.4820032Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-09-27T15:32:16.4821363Z adding 'torch/_lazy/ts_backend.py' 2022-09-27T15:32:16.4836969Z adding 'torch/_masked/__init__.py' 2022-09-27T15:32:16.4843520Z adding 'torch/_masked/_docs.py' 2022-09-27T15:32:16.4864446Z adding 'torch/_prims/__init__.py' 2022-09-27T15:32:16.4869460Z adding 'torch/_prims/context.py' 2022-09-27T15:32:16.4871630Z adding 'torch/_prims/executor.py' 2022-09-27T15:32:16.4875708Z adding 'torch/_prims/nvfuser_executor.py' 2022-09-27T15:32:16.4879882Z adding 'torch/_prims/nvfuser_prims.py' 2022-09-27T15:32:16.4894987Z adding 'torch/_prims_common/__init__.py' 2022-09-27T15:32:16.4900307Z adding 'torch/_prims_common/wrappers.py' 2022-09-27T15:32:16.4940596Z adding 'torch/_refs/__init__.py' 2022-09-27T15:32:16.4948128Z adding 'torch/_refs/fft.py' 2022-09-27T15:32:16.4951954Z adding 'torch/_refs/linalg/__init__.py' 2022-09-27T15:32:16.4953807Z adding 'torch/_refs/nn/__init__.py' 2022-09-27T15:32:16.4959204Z adding 'torch/_refs/nn/functional/__init__.py' 2022-09-27T15:32:16.4961805Z adding 'torch/_refs/special/__init__.py' 2022-09-27T15:32:16.4963612Z adding 'torch/_subclasses/__init__.py' 2022-09-27T15:32:16.4975566Z adding 'torch/_subclasses/fake_tensor.py' 2022-09-27T15:32:16.4978412Z adding 'torch/_subclasses/fake_utils.py' 2022-09-27T15:32:16.4982848Z adding 'torch/_subclasses/meta_utils.py' 2022-09-27T15:32:16.4985010Z adding 'torch/amp/__init__.py' 2022-09-27T15:32:16.4989094Z adding 'torch/amp/autocast_mode.py' 2022-09-27T15:32:16.4991296Z adding 'torch/ao/__init__.py' 2022-09-27T15:32:16.4993271Z adding 'torch/ao/nn/__init__.py' 2022-09-27T15:32:16.4994852Z adding 'torch/ao/nn/qat/__init__.py' 2022-09-27T15:32:16.4996404Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-09-27T15:32:16.4998010Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:32:16.4999836Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:32:16.5001521Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-09-27T15:32:16.5004232Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-09-27T15:32:16.5006894Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-09-27T15:32:16.5009125Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-09-27T15:32:16.5010887Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-09-27T15:32:16.5012559Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-09-27T15:32:16.5018240Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-09-27T15:32:16.5023503Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-09-27T15:32:16.5026068Z adding 'torch/ao/nn/quantized/__init__.py' 2022-09-27T15:32:16.5031882Z adding 'torch/ao/nn/quantized/functional.py' 2022-09-27T15:32:16.5034256Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-09-27T15:32:16.5036095Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:32:16.5039120Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:32:16.5042401Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:32:16.5052595Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:32:16.5056440Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-09-27T15:32:16.5059637Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-09-27T15:32:16.5062076Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-09-27T15:32:16.5068876Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-09-27T15:32:16.5071484Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-09-27T15:32:16.5074920Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:32:16.5077823Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-09-27T15:32:16.5082122Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-09-27T15:32:16.5084698Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-09-27T15:32:16.5086745Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-09-27T15:32:16.5089166Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-09-27T15:32:16.5091144Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-09-27T15:32:16.5093056Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-09-27T15:32:16.5095575Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-09-27T15:32:16.5097878Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-09-27T15:32:16.5102782Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-09-27T15:32:16.5105740Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-09-27T15:32:16.5108221Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-09-27T15:32:16.5110035Z adding 'torch/ao/nn/sparse/__init__.py' 2022-09-27T15:32:16.5111849Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-09-27T15:32:16.5114922Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-09-27T15:32:16.5116844Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-09-27T15:32:16.5118506Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-09-27T15:32:16.5120955Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-09-27T15:32:16.5122665Z adding 'torch/ao/ns/__init__.py' 2022-09-27T15:32:16.5127756Z adding 'torch/ao/ns/_numeric_suite.py' 2022-09-27T15:32:16.5134124Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-09-27T15:32:16.5136355Z adding 'torch/ao/ns/fx/__init__.py' 2022-09-27T15:32:16.5141905Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-09-27T15:32:16.5153322Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-09-27T15:32:16.5158308Z adding 'torch/ao/ns/fx/mappings.py' 2022-09-27T15:32:16.5160630Z adding 'torch/ao/ns/fx/ns_types.py' 2022-09-27T15:32:16.5163461Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-09-27T15:32:16.5170119Z adding 'torch/ao/ns/fx/utils.py' 2022-09-27T15:32:16.5173766Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-09-27T15:32:16.5176461Z adding 'torch/ao/quantization/__init__.py' 2022-09-27T15:32:16.5178987Z adding 'torch/ao/quantization/_correct_bias.py' 2022-09-27T15:32:16.5182006Z adding 'torch/ao/quantization/_equalize.py' 2022-09-27T15:32:16.5185091Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-09-27T15:32:16.5190428Z adding 'torch/ao/quantization/fake_quantize.py' 2022-09-27T15:32:16.5193856Z adding 'torch/ao/quantization/fuse_modules.py' 2022-09-27T15:32:16.5197260Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-09-27T15:32:16.5212834Z adding 'torch/ao/quantization/observer.py' 2022-09-27T15:32:16.5219852Z adding 'torch/ao/quantization/qconfig.py' 2022-09-27T15:32:16.5224304Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-09-27T15:32:16.5226726Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-09-27T15:32:16.5228510Z adding 'torch/ao/quantization/quant_type.py' 2022-09-27T15:32:16.5232066Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-09-27T15:32:16.5234038Z adding 'torch/ao/quantization/quantization_types.py' 2022-09-27T15:32:16.5241479Z adding 'torch/ao/quantization/quantize.py' 2022-09-27T15:32:16.5249138Z adding 'torch/ao/quantization/quantize_fx.py' 2022-09-27T15:32:16.5253796Z adding 'torch/ao/quantization/quantize_jit.py' 2022-09-27T15:32:16.5256030Z adding 'torch/ao/quantization/stubs.py' 2022-09-27T15:32:16.5261623Z adding 'torch/ao/quantization/utils.py' 2022-09-27T15:32:16.5264163Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-09-27T15:32:16.5269387Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-09-27T15:32:16.5274195Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-09-27T15:32:16.5276662Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-09-27T15:32:16.5279008Z adding 'torch/ao/quantization/backend_config/native.py' 2022-09-27T15:32:16.5280845Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-09-27T15:32:16.5282642Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-09-27T15:32:16.5284580Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-09-27T15:32:16.5287433Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-09-27T15:32:16.5289527Z adding 'torch/ao/quantization/fx/__init__.py' 2022-09-27T15:32:16.5299550Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-09-27T15:32:16.5311156Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-09-27T15:32:16.5314885Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-09-27T15:32:16.5326179Z adding 'torch/ao/quantization/fx/convert.py' 2022-09-27T15:32:16.5331122Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-09-27T15:32:16.5334349Z adding 'torch/ao/quantization/fx/fuse.py' 2022-09-27T15:32:16.5336846Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-09-27T15:32:16.5339727Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-09-27T15:32:16.5341284Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-09-27T15:32:16.5343070Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-09-27T15:32:16.5346324Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-09-27T15:32:16.5348562Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-09-27T15:32:16.5369160Z adding 'torch/ao/quantization/fx/prepare.py' 2022-09-27T15:32:16.5374276Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-09-27T15:32:16.5377074Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-09-27T15:32:16.5379518Z adding 'torch/ao/quantization/fx/tracer.py' 2022-09-27T15:32:16.5387698Z adding 'torch/ao/quantization/fx/utils.py' 2022-09-27T15:32:16.5390173Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-09-27T15:32:16.5409027Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-09-27T15:32:16.5418642Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-09-27T15:32:16.5423193Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-09-27T15:32:16.5432231Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-09-27T15:32:16.5434959Z adding 'torch/ao/sparsity/__init__.py' 2022-09-27T15:32:16.5436596Z adding 'torch/ao/sparsity/_mappings.py' 2022-09-27T15:32:16.5438116Z adding 'torch/ao/sparsity/_experimental/__init__.py' 2022-09-27T15:32:16.5439701Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py' 2022-09-27T15:32:16.5445013Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-09-27T15:32:16.5447139Z adding 'torch/ao/sparsity/_experimental/data_scheduler/__init__.py' 2022-09-27T15:32:16.5450039Z adding 'torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py' 2022-09-27T15:32:16.5452103Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/__init__.py' 2022-09-27T15:32:16.5456525Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-09-27T15:32:16.5459740Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-09-27T15:32:16.5462427Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py' 2022-09-27T15:32:16.5464732Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py' 2022-09-27T15:32:16.5466192Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-09-27T15:32:16.5468113Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-09-27T15:32:16.5470518Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-09-27T15:32:16.5472416Z adding 'torch/ao/sparsity/_experimental/pruner/__init__.py' 2022-09-27T15:32:16.5475924Z adding 'torch/ao/sparsity/_experimental/pruner/base_pruner.py' 2022-09-27T15:32:16.5478220Z adding 'torch/ao/sparsity/_experimental/pruner/parametrization.py' 2022-09-27T15:32:16.5479959Z adding 'torch/ao/sparsity/scheduler/__init__.py' 2022-09-27T15:32:16.5482513Z adding 'torch/ao/sparsity/scheduler/base_scheduler.py' 2022-09-27T15:32:16.5484590Z adding 'torch/ao/sparsity/scheduler/lambda_scheduler.py' 2022-09-27T15:32:16.5486267Z adding 'torch/ao/sparsity/sparsifier/__init__.py' 2022-09-27T15:32:16.5490228Z adding 'torch/ao/sparsity/sparsifier/base_sparsifier.py' 2022-09-27T15:32:16.5492621Z adding 'torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2022-09-27T15:32:16.5494658Z adding 'torch/ao/sparsity/sparsifier/utils.py' 2022-09-27T15:32:16.5497919Z adding 'torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py' 2022-09-27T15:32:16.5504346Z adding 'torch/autograd/__init__.py' 2022-09-27T15:32:16.5507134Z adding 'torch/autograd/anomaly_mode.py' 2022-09-27T15:32:16.5509873Z adding 'torch/autograd/forward_ad.py' 2022-09-27T15:32:16.5517148Z adding 'torch/autograd/function.py' 2022-09-27T15:32:16.5529340Z adding 'torch/autograd/functional.py' 2022-09-27T15:32:16.5533844Z adding 'torch/autograd/grad_mode.py' 2022-09-27T15:32:16.5558722Z adding 'torch/autograd/gradcheck.py' 2022-09-27T15:32:16.5563244Z adding 'torch/autograd/graph.py' 2022-09-27T15:32:16.5572519Z adding 'torch/autograd/profiler.py' 2022-09-27T15:32:16.5576867Z adding 'torch/autograd/profiler_legacy.py' 2022-09-27T15:32:16.5586937Z adding 'torch/autograd/profiler_util.py' 2022-09-27T15:32:16.5590224Z adding 'torch/autograd/variable.py' 2022-09-27T15:32:16.5591251Z adding 'torch/autograd/_functions/__init__.py' 2022-09-27T15:32:16.5593360Z adding 'torch/autograd/_functions/tensor.py' 2022-09-27T15:32:16.5595996Z adding 'torch/autograd/_functions/utils.py' 2022-09-27T15:32:16.5597314Z adding 'torch/backends/__init__.py' 2022-09-27T15:32:16.5598887Z adding 'torch/backends/_coreml/__init__.py' 2022-09-27T15:32:16.5600945Z adding 'torch/backends/_coreml/preprocess.py' 2022-09-27T15:32:16.5602600Z adding 'torch/backends/_nnapi/__init__.py' 2022-09-27T15:32:16.5605994Z adding 'torch/backends/_nnapi/prepare.py' 2022-09-27T15:32:16.5625362Z adding 'torch/backends/_nnapi/serializer.py' 2022-09-27T15:32:16.5630068Z adding 'torch/backends/cuda/__init__.py' 2022-09-27T15:32:16.5633103Z adding 'torch/backends/cudnn/__init__.py' 2022-09-27T15:32:16.5635136Z adding 'torch/backends/cudnn/rnn.py' 2022-09-27T15:32:16.5638306Z adding 'torch/backends/mkl/__init__.py' 2022-09-27T15:32:16.5640802Z adding 'torch/backends/mkldnn/__init__.py' 2022-09-27T15:32:16.5642605Z adding 'torch/backends/mps/__init__.py' 2022-09-27T15:32:16.5644267Z adding 'torch/backends/openmp/__init__.py' 2022-09-27T15:32:16.5646379Z adding 'torch/backends/quantized/__init__.py' 2022-09-27T15:32:16.5647996Z adding 'torch/backends/xeon/__init__.py' 2022-09-27T15:32:16.5655678Z adding 'torch/backends/xeon/run_cpu.py' 2022-09-27T15:32:16.5658464Z adding 'torch/backends/xnnpack/__init__.py' 2022-09-27T15:32:16.5917478Z adding 'torch/bin/FileStoreTest' 2022-09-27T15:32:16.6186948Z adding 'torch/bin/HashStoreTest' 2022-09-27T15:32:16.6512160Z adding 'torch/bin/ProcessGroupGlooTest' 2022-09-27T15:32:16.6591376Z adding 'torch/bin/ProcessGroupMPITest' 2022-09-27T15:32:16.6881408Z adding 'torch/bin/ProcessGroupNCCLErrorsTest' 2022-09-27T15:32:16.7193248Z adding 'torch/bin/ProcessGroupNCCLTest' 2022-09-27T15:32:16.7464506Z adding 'torch/bin/ProcessGroupUCCTest' 2022-09-27T15:32:16.7767612Z adding 'torch/bin/TCPStoreTest' 2022-09-27T15:32:16.7821209Z adding 'torch/bin/aot_model_compiler_test' 2022-09-27T15:32:17.0243738Z adding 'torch/bin/protoc' 2022-09-27T15:32:17.2774918Z adding 'torch/bin/protoc-3.13.0.0' 2022-09-27T15:32:17.8594301Z adding 'torch/bin/test_api' 2022-09-27T15:32:17.9248553Z adding 'torch/bin/test_cpp_rpc' 2022-09-27T15:32:17.9521326Z adding 'torch/bin/test_dist_autograd' 2022-09-27T15:32:18.4622852Z adding 'torch/bin/test_jit' 2022-09-27T15:32:18.6436424Z adding 'torch/bin/test_lazy' 2022-09-27T15:32:18.6874935Z adding 'torch/bin/test_mobile_nnc' 2022-09-27T15:32:19.1026890Z adding 'torch/bin/test_tensorexpr' 2022-09-27T15:32:19.1259160Z adding 'torch/bin/torch_shm_manager' 2022-09-27T15:32:19.1327640Z adding 'torch/bin/tutorial_tensorexpr' 2022-09-27T15:32:19.1333272Z adding 'torch/contrib/__init__.py' 2022-09-27T15:32:19.1335869Z adding 'torch/contrib/_tensorboard_vis.py' 2022-09-27T15:32:19.1338063Z adding 'torch/cpu/__init__.py' 2022-09-27T15:32:19.1339566Z adding 'torch/cpu/amp/__init__.py' 2022-09-27T15:32:19.1340856Z adding 'torch/cpu/amp/autocast_mode.py' 2022-09-27T15:32:19.1350399Z adding 'torch/cuda/__init__.py' 2022-09-27T15:32:19.1353637Z adding 'torch/cuda/_dynamo_graphs.py' 2022-09-27T15:32:19.1356311Z adding 'torch/cuda/_memory_viz.py' 2022-09-27T15:32:19.1362238Z adding 'torch/cuda/_sanitizer.py' 2022-09-27T15:32:19.1364782Z adding 'torch/cuda/_utils.py' 2022-09-27T15:32:19.1366172Z adding 'torch/cuda/comm.py' 2022-09-27T15:32:19.1367641Z adding 'torch/cuda/error.py' 2022-09-27T15:32:19.1373416Z adding 'torch/cuda/graphs.py' 2022-09-27T15:32:19.1376472Z adding 'torch/cuda/jiterator.py' 2022-09-27T15:32:19.1382725Z adding 'torch/cuda/memory.py' 2022-09-27T15:32:19.1385685Z adding 'torch/cuda/nccl.py' 2022-09-27T15:32:19.1387792Z adding 'torch/cuda/nvtx.py' 2022-09-27T15:32:19.1389622Z adding 'torch/cuda/profiler.py' 2022-09-27T15:32:19.1391857Z adding 'torch/cuda/random.py' 2022-09-27T15:32:19.1393549Z adding 'torch/cuda/sparse.py' 2022-09-27T15:32:19.1396603Z adding 'torch/cuda/streams.py' 2022-09-27T15:32:19.1398559Z adding 'torch/cuda/amp/__init__.py' 2022-09-27T15:32:19.1401152Z adding 'torch/cuda/amp/autocast_mode.py' 2022-09-27T15:32:19.1402804Z adding 'torch/cuda/amp/common.py' 2022-09-27T15:32:19.1410144Z adding 'torch/cuda/amp/grad_scaler.py' 2022-09-27T15:32:19.1413138Z adding 'torch/distributed/__init__.py' 2022-09-27T15:32:19.1415500Z adding 'torch/distributed/argparse_util.py' 2022-09-27T15:32:19.1417394Z adding 'torch/distributed/constants.py' 2022-09-27T15:32:19.1453107Z adding 'torch/distributed/distributed_c10d.py' 2022-09-27T15:32:19.1458753Z adding 'torch/distributed/launch.py' 2022-09-27T15:32:19.1461255Z adding 'torch/distributed/remote_device.py' 2022-09-27T15:32:19.1465049Z adding 'torch/distributed/rendezvous.py' 2022-09-27T15:32:19.1473605Z adding 'torch/distributed/run.py' 2022-09-27T15:32:19.1477043Z adding 'torch/distributed/utils.py' 2022-09-27T15:32:19.1479146Z adding 'torch/distributed/_shard/__init__.py' 2022-09-27T15:32:19.1481415Z adding 'torch/distributed/_shard/_utils.py' 2022-09-27T15:32:19.1485034Z adding 'torch/distributed/_shard/api.py' 2022-09-27T15:32:19.1487383Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-09-27T15:32:19.1489372Z adding 'torch/distributed/_shard/metadata.py' 2022-09-27T15:32:19.1491154Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-09-27T15:32:19.1496445Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-09-27T15:32:19.1499860Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-09-27T15:32:19.1502513Z adding 'torch/distributed/_shard/sharder.py' 2022-09-27T15:32:19.1504691Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-09-27T15:32:19.1507393Z adding 'torch/distributed/_shard/checkpoint/api.py' 2022-09-27T15:32:19.1510801Z adding 'torch/distributed/_shard/checkpoint/default_planner.py' 2022-09-27T15:32:19.1515463Z adding 'torch/distributed/_shard/checkpoint/filesystem.py' 2022-09-27T15:32:19.1518403Z adding 'torch/distributed/_shard/checkpoint/metadata.py' 2022-09-27T15:32:19.1523069Z adding 'torch/distributed/_shard/checkpoint/planner.py' 2022-09-27T15:32:19.1526091Z adding 'torch/distributed/_shard/checkpoint/planner_helpers.py' 2022-09-27T15:32:19.1527990Z adding 'torch/distributed/_shard/checkpoint/resharding.py' 2022-09-27T15:32:19.1530325Z adding 'torch/distributed/_shard/checkpoint/state_dict_loader.py' 2022-09-27T15:32:19.1532602Z adding 'torch/distributed/_shard/checkpoint/state_dict_saver.py' 2022-09-27T15:32:19.1537269Z adding 'torch/distributed/_shard/checkpoint/storage.py' 2022-09-27T15:32:19.1541277Z adding 'torch/distributed/_shard/checkpoint/utils.py' 2022-09-27T15:32:19.1543928Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-09-27T15:32:19.1546193Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-09-27T15:32:19.1552285Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:32:19.1567693Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-09-27T15:32:19.1571244Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-09-27T15:32:19.1575082Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-09-27T15:32:19.1577197Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-09-27T15:32:19.1581124Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-09-27T15:32:19.1583727Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-09-27T15:32:19.1586540Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-09-27T15:32:19.1588128Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-09-27T15:32:19.1590380Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-09-27T15:32:19.1592197Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-09-27T15:32:19.1594769Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-09-27T15:32:19.1597113Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-09-27T15:32:19.1599066Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-09-27T15:32:19.1600882Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-09-27T15:32:19.1603606Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-09-27T15:32:19.1605681Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-09-27T15:32:19.1608042Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-09-27T15:32:19.1609735Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-09-27T15:32:19.1612451Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-09-27T15:32:19.1616090Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-09-27T15:32:19.1619820Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-09-27T15:32:19.1621795Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-09-27T15:32:19.1626303Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-09-27T15:32:19.1631208Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-09-27T15:32:19.1636554Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-09-27T15:32:19.1642220Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-09-27T15:32:19.1644435Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-09-27T15:32:19.1648683Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-09-27T15:32:19.1650822Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-09-27T15:32:19.1652686Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-09-27T15:32:19.1654550Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-09-27T15:32:19.1656164Z adding 'torch/distributed/_spmd/__init__.py' 2022-09-27T15:32:19.1659570Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-09-27T15:32:19.1661802Z adding 'torch/distributed/algorithms/__init__.py' 2022-09-27T15:32:19.1666447Z adding 'torch/distributed/algorithms/join.py' 2022-09-27T15:32:19.1668875Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-09-27T15:32:19.1672831Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-09-27T15:32:19.1675161Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-09-27T15:32:19.1678030Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-09-27T15:32:19.1680446Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-09-27T15:32:19.1682933Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-09-27T15:32:19.1684869Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-09-27T15:32:19.1687545Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-09-27T15:32:19.1690446Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-09-27T15:32:19.1695946Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-09-27T15:32:19.1698586Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-09-27T15:32:19.1701471Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-09-27T15:32:19.1704297Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-09-27T15:32:19.1707267Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-09-27T15:32:19.1718502Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-09-27T15:32:19.1722631Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-09-27T15:32:19.1724692Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-09-27T15:32:19.1727458Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-09-27T15:32:19.1731383Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-09-27T15:32:19.1734302Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-09-27T15:32:19.1736260Z adding 'torch/distributed/autograd/__init__.py' 2022-09-27T15:32:19.1739020Z adding 'torch/distributed/elastic/__init__.py' 2022-09-27T15:32:19.1740928Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-09-27T15:32:19.1743237Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-09-27T15:32:19.1754442Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-09-27T15:32:19.1759075Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-09-27T15:32:19.1762057Z adding 'torch/distributed/elastic/events/__init__.py' 2022-09-27T15:32:19.1764514Z adding 'torch/distributed/elastic/events/api.py' 2022-09-27T15:32:19.1766524Z adding 'torch/distributed/elastic/events/handlers.py' 2022-09-27T15:32:19.1769414Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-09-27T15:32:19.1772339Z adding 'torch/distributed/elastic/metrics/api.py' 2022-09-27T15:32:19.1776456Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-09-27T15:32:19.1784678Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-09-27T15:32:19.1787201Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-09-27T15:32:19.1789915Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-09-27T15:32:19.1795194Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-09-27T15:32:19.1798480Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-09-27T15:32:19.1800427Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-09-27T15:32:19.1803661Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-09-27T15:32:19.1807223Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-09-27T15:32:19.1811323Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-09-27T15:32:19.1822263Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-09-27T15:32:19.1834953Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-09-27T15:32:19.1838915Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-09-27T15:32:19.1842620Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-09-27T15:32:19.1845801Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-09-27T15:32:19.1848107Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-09-27T15:32:19.1850391Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-09-27T15:32:19.1853920Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-09-27T15:32:19.1856444Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-09-27T15:32:19.1860104Z adding 'torch/distributed/elastic/timer/api.py' 2022-09-27T15:32:19.1864730Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-09-27T15:32:19.1867624Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-09-27T15:32:19.1869793Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-09-27T15:32:19.1871889Z adding 'torch/distributed/elastic/utils/api.py' 2022-09-27T15:32:19.1874477Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-09-27T15:32:19.1876246Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-09-27T15:32:19.1878344Z adding 'torch/distributed/elastic/utils/logging.py' 2022-09-27T15:32:19.1880563Z adding 'torch/distributed/elastic/utils/store.py' 2022-09-27T15:32:19.1882500Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-09-27T15:32:19.1884446Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-09-27T15:32:19.1886555Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-09-27T15:32:19.1888589Z adding 'torch/distributed/fsdp/__init__.py' 2022-09-27T15:32:19.1903393Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-09-27T15:32:19.1908669Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-09-27T15:32:19.1912449Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-09-27T15:32:19.1915261Z adding 'torch/distributed/fsdp/_utils.py' 2022-09-27T15:32:19.1928335Z adding 'torch/distributed/fsdp/flat_param.py' 2022-09-27T15:32:19.1932481Z adding 'torch/distributed/fsdp/flatten_params_wrapper.py' 2022-09-27T15:32:19.1999585Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-09-27T15:32:19.2009770Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-09-27T15:32:19.2012979Z adding 'torch/distributed/fsdp/utils.py' 2022-09-27T15:32:19.2019454Z adding 'torch/distributed/fsdp/wrap.py' 2022-09-27T15:32:19.2022548Z adding 'torch/distributed/launcher/__init__.py' 2022-09-27T15:32:19.2026944Z adding 'torch/distributed/launcher/api.py' 2022-09-27T15:32:19.2029418Z adding 'torch/distributed/nn/__init__.py' 2022-09-27T15:32:19.2034344Z adding 'torch/distributed/nn/functional.py' 2022-09-27T15:32:19.2036648Z adding 'torch/distributed/nn/api/__init__.py' 2022-09-27T15:32:19.2044520Z adding 'torch/distributed/nn/api/remote_module.py' 2022-09-27T15:32:19.2047419Z adding 'torch/distributed/nn/jit/__init__.py' 2022-09-27T15:32:19.2050485Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-09-27T15:32:19.2052600Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-09-27T15:32:19.2055348Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-09-27T15:32:19.2057873Z adding 'torch/distributed/optim/__init__.py' 2022-09-27T15:32:19.2060708Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-09-27T15:32:19.2063475Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-09-27T15:32:19.2067016Z adding 'torch/distributed/optim/functional_adam.py' 2022-09-27T15:32:19.2069583Z adding 'torch/distributed/optim/functional_adamax.py' 2022-09-27T15:32:19.2072078Z adding 'torch/distributed/optim/functional_adamw.py' 2022-09-27T15:32:19.2074361Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-09-27T15:32:19.2076591Z adding 'torch/distributed/optim/functional_rprop.py' 2022-09-27T15:32:19.2079014Z adding 'torch/distributed/optim/functional_sgd.py' 2022-09-27T15:32:19.2082745Z adding 'torch/distributed/optim/optimizer.py' 2022-09-27T15:32:19.2085340Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-09-27T15:32:19.2087362Z adding 'torch/distributed/optim/utils.py' 2022-09-27T15:32:19.2107958Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-09-27T15:32:19.2111099Z adding 'torch/distributed/pipeline/__init__.py' 2022-09-27T15:32:19.2113007Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-09-27T15:32:19.2115384Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-09-27T15:32:19.2119425Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-09-27T15:32:19.2121709Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-09-27T15:32:19.2123854Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-09-27T15:32:19.2126270Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-09-27T15:32:19.2128085Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-09-27T15:32:19.2133614Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-09-27T15:32:19.2137290Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-09-27T15:32:19.2139495Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-09-27T15:32:19.2142173Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-09-27T15:32:19.2144621Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-09-27T15:32:19.2147323Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-09-27T15:32:19.2149444Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-09-27T15:32:19.2151476Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-09-27T15:32:19.2153080Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-09-27T15:32:19.2154955Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-09-27T15:32:19.2156616Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-09-27T15:32:19.2159059Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-09-27T15:32:19.2163572Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-09-27T15:32:19.2166275Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-09-27T15:32:19.2169844Z adding 'torch/distributed/rpc/__init__.py' 2022-09-27T15:32:19.2171592Z adding 'torch/distributed/rpc/_utils.py' 2022-09-27T15:32:19.2180628Z adding 'torch/distributed/rpc/api.py' 2022-09-27T15:32:19.2187531Z adding 'torch/distributed/rpc/backend_registry.py' 2022-09-27T15:32:19.2189498Z adding 'torch/distributed/rpc/constants.py' 2022-09-27T15:32:19.2191930Z adding 'torch/distributed/rpc/functions.py' 2022-09-27T15:32:19.2195265Z adding 'torch/distributed/rpc/internal.py' 2022-09-27T15:32:19.2198024Z adding 'torch/distributed/rpc/options.py' 2022-09-27T15:32:19.2200019Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-09-27T15:32:19.2202748Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-09-27T15:32:19.2204410Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-09-27T15:32:19.2206080Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-09-27T15:32:19.2209060Z adding 'torch/distributions/__init__.py' 2022-09-27T15:32:19.2211136Z adding 'torch/distributions/bernoulli.py' 2022-09-27T15:32:19.2212988Z adding 'torch/distributions/beta.py' 2022-09-27T15:32:19.2215241Z adding 'torch/distributions/binomial.py' 2022-09-27T15:32:19.2218026Z adding 'torch/distributions/categorical.py' 2022-09-27T15:32:19.2219853Z adding 'torch/distributions/cauchy.py' 2022-09-27T15:32:19.2221468Z adding 'torch/distributions/chi2.py' 2022-09-27T15:32:19.2224907Z adding 'torch/distributions/constraint_registry.py' 2022-09-27T15:32:19.2229727Z adding 'torch/distributions/constraints.py' 2022-09-27T15:32:19.2233055Z adding 'torch/distributions/continuous_bernoulli.py' 2022-09-27T15:32:19.2235282Z adding 'torch/distributions/dirichlet.py' 2022-09-27T15:32:19.2238890Z adding 'torch/distributions/distribution.py' 2022-09-27T15:32:19.2240996Z adding 'torch/distributions/exp_family.py' 2022-09-27T15:32:19.2242879Z adding 'torch/distributions/exponential.py' 2022-09-27T15:32:19.2244874Z adding 'torch/distributions/fishersnedecor.py' 2022-09-27T15:32:19.2246798Z adding 'torch/distributions/gamma.py' 2022-09-27T15:32:19.2249095Z adding 'torch/distributions/geometric.py' 2022-09-27T15:32:19.2250961Z adding 'torch/distributions/gumbel.py' 2022-09-27T15:32:19.2252750Z adding 'torch/distributions/half_cauchy.py' 2022-09-27T15:32:19.2254514Z adding 'torch/distributions/half_normal.py' 2022-09-27T15:32:19.2256550Z adding 'torch/distributions/independent.py' 2022-09-27T15:32:19.2264306Z adding 'torch/distributions/kl.py' 2022-09-27T15:32:19.2268349Z adding 'torch/distributions/kumaraswamy.py' 2022-09-27T15:32:19.2270319Z adding 'torch/distributions/laplace.py' 2022-09-27T15:32:19.2273036Z adding 'torch/distributions/lkj_cholesky.py' 2022-09-27T15:32:19.2274902Z adding 'torch/distributions/log_normal.py' 2022-09-27T15:32:19.2276670Z adding 'torch/distributions/logistic_normal.py' 2022-09-27T15:32:19.2279840Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-09-27T15:32:19.2282960Z adding 'torch/distributions/mixture_same_family.py' 2022-09-27T15:32:19.2285572Z adding 'torch/distributions/multinomial.py' 2022-09-27T15:32:19.2288931Z adding 'torch/distributions/multivariate_normal.py' 2022-09-27T15:32:19.2291322Z adding 'torch/distributions/negative_binomial.py' 2022-09-27T15:32:19.2293317Z adding 'torch/distributions/normal.py' 2022-09-27T15:32:19.2295594Z adding 'torch/distributions/one_hot_categorical.py' 2022-09-27T15:32:19.2297367Z adding 'torch/distributions/pareto.py' 2022-09-27T15:32:19.2299169Z adding 'torch/distributions/poisson.py' 2022-09-27T15:32:19.2301464Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-09-27T15:32:19.2304117Z adding 'torch/distributions/relaxed_categorical.py' 2022-09-27T15:32:19.2306228Z adding 'torch/distributions/studentT.py' 2022-09-27T15:32:19.2309130Z adding 'torch/distributions/transformed_distribution.py' 2022-09-27T15:32:19.2318914Z adding 'torch/distributions/transforms.py' 2022-09-27T15:32:19.2321790Z adding 'torch/distributions/uniform.py' 2022-09-27T15:32:19.2324445Z adding 'torch/distributions/utils.py' 2022-09-27T15:32:19.2327061Z adding 'torch/distributions/von_mises.py' 2022-09-27T15:32:19.2328997Z adding 'torch/distributions/weibull.py' 2022-09-27T15:32:19.2332869Z adding 'torch/distributions/wishart.py' 2022-09-27T15:32:19.2343225Z adding 'torch/fft/__init__.py' 2022-09-27T15:32:19.2349519Z adding 'torch/futures/__init__.py' 2022-09-27T15:32:19.2352657Z adding 'torch/fx/__init__.py' 2022-09-27T15:32:19.2354404Z adding 'torch/fx/_compatibility.py' 2022-09-27T15:32:19.2356184Z adding 'torch/fx/_pytree.py' 2022-09-27T15:32:19.2369311Z adding 'torch/fx/_symbolic_trace.py' 2022-09-27T15:32:19.2371790Z adding 'torch/fx/annotate.py' 2022-09-27T15:32:19.2390532Z adding 'torch/fx/graph.py' 2022-09-27T15:32:19.2409426Z adding 'torch/fx/graph_module.py' 2022-09-27T15:32:19.2409847Z adding 'torch/fx/immutable_collections.py' 2022-09-27T15:32:19.2410123Z adding 'torch/fx/interpreter.py' 2022-09-27T15:32:19.2416757Z adding 'torch/fx/node.py' 2022-09-27T15:32:19.2422561Z adding 'torch/fx/operator_schemas.py' 2022-09-27T15:32:19.2428319Z adding 'torch/fx/proxy.py' 2022-09-27T15:32:19.2432356Z adding 'torch/fx/subgraph_rewriter.py' 2022-09-27T15:32:19.2434364Z adding 'torch/fx/tensor_type.py' 2022-09-27T15:32:19.2435907Z adding 'torch/fx/traceback.py' 2022-09-27T15:32:19.2437489Z adding 'torch/fx/experimental/__init__.py' 2022-09-27T15:32:19.2449770Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-09-27T15:32:19.2454781Z adding 'torch/fx/experimental/const_fold.py' 2022-09-27T15:32:19.2456460Z adding 'torch/fx/experimental/debug.py' 2022-09-27T15:32:19.2465091Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-09-27T15:32:19.2468715Z adding 'torch/fx/experimental/merge_matmul.py' 2022-09-27T15:32:19.2472041Z adding 'torch/fx/experimental/meta_tracer.py' 2022-09-27T15:32:19.2474709Z adding 'torch/fx/experimental/normalize.py' 2022-09-27T15:32:19.2479979Z adding 'torch/fx/experimental/optimization.py' 2022-09-27T15:32:19.2484194Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-09-27T15:32:19.2492842Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-09-27T15:32:19.2494858Z adding 'torch/fx/experimental/refinement_types.py' 2022-09-27T15:32:19.2497152Z adding 'torch/fx/experimental/rewriter.py' 2022-09-27T15:32:19.2499575Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-09-27T15:32:19.2505239Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-09-27T15:32:19.2507122Z adding 'torch/fx/experimental/unify_refinements.py' 2022-09-27T15:32:19.2508867Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-09-27T15:32:19.2512570Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-09-27T15:32:19.2523638Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-09-27T15:32:19.2534628Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-09-27T15:32:19.2536891Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-09-27T15:32:19.2540632Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-09-27T15:32:19.2542617Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-09-27T15:32:19.2544358Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-09-27T15:32:19.2546080Z adding 'torch/fx/experimental/unification/__init__.py' 2022-09-27T15:32:19.2547945Z adding 'torch/fx/experimental/unification/core.py' 2022-09-27T15:32:19.2549399Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-09-27T15:32:19.2551264Z adding 'torch/fx/experimental/unification/match.py' 2022-09-27T15:32:19.2553177Z adding 'torch/fx/experimental/unification/more.py' 2022-09-27T15:32:19.2556760Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-09-27T15:32:19.2558974Z adding 'torch/fx/experimental/unification/utils.py' 2022-09-27T15:32:19.2560790Z adding 'torch/fx/experimental/unification/variable.py' 2022-09-27T15:32:19.2562554Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-09-27T15:32:19.2564564Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-09-27T15:32:19.2566425Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-09-27T15:32:19.2570789Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-09-27T15:32:19.2573365Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-09-27T15:32:19.2575381Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-09-27T15:32:19.2577169Z adding 'torch/fx/passes/__init__.py' 2022-09-27T15:32:19.2578769Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-09-27T15:32:19.2582698Z adding 'torch/fx/passes/graph_drawer.py' 2022-09-27T15:32:19.2585361Z adding 'torch/fx/passes/graph_manipulation.py' 2022-09-27T15:32:19.2591598Z adding 'torch/fx/passes/net_min_base.py' 2022-09-27T15:32:19.2595184Z adding 'torch/fx/passes/operator_support.py' 2022-09-27T15:32:19.2597480Z adding 'torch/fx/passes/param_fetch.py' 2022-09-27T15:32:19.2600322Z adding 'torch/fx/passes/pass_manager.py' 2022-09-27T15:32:19.2610590Z adding 'torch/fx/passes/reinplace.py' 2022-09-27T15:32:19.2613840Z adding 'torch/fx/passes/shape_prop.py' 2022-09-27T15:32:19.2618210Z adding 'torch/fx/passes/split_module.py' 2022-09-27T15:32:19.2622077Z adding 'torch/fx/passes/split_utils.py' 2022-09-27T15:32:19.2631477Z adding 'torch/fx/passes/splitter_base.py' 2022-09-27T15:32:19.2635384Z adding 'torch/fx/passes/tools_common.py' 2022-09-27T15:32:19.2637214Z adding 'torch/fx/passes/backends/__init__.py' 2022-09-27T15:32:19.2638943Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-09-27T15:32:19.2642592Z adding 'torch/fx/passes/backends/nvfuser.py' 2022-09-27T15:32:19.2644759Z adding 'torch/fx/passes/dialect/__init__.py' 2022-09-27T15:32:19.2646235Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-09-27T15:32:19.2648336Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-09-27T15:32:19.2649924Z adding 'torch/fx/passes/infra/__init__.py' 2022-09-27T15:32:19.2653314Z adding 'torch/fx/passes/infra/partitioner.py' 2022-09-27T15:32:19.2655316Z adding 'torch/fx/passes/infra/pass_base.py' 2022-09-27T15:32:19.2658877Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-09-27T15:32:19.2660688Z adding 'torch/fx/passes/tests/__init__.py' 2022-09-27T15:32:19.2662234Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-09-27T15:32:19.2664178Z adding 'torch/fx/passes/utils/__init__.py' 2022-09-27T15:32:19.2665923Z adding 'torch/fx/passes/utils/common.py' 2022-09-27T15:32:19.2669030Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-09-27T15:32:19.2672788Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-09-27T15:32:19.2676170Z adding 'torch/include/ATen/ATen.h' 2022-09-27T15:32:19.2678251Z adding 'torch/include/ATen/AccumulateType.h' 2022-09-27T15:32:19.2679977Z adding 'torch/include/ATen/ArrayRef.h' 2022-09-27T15:32:19.2680911Z adding 'torch/include/ATen/Backend.h' 2022-09-27T15:32:19.2682278Z adding 'torch/include/ATen/Backtrace.h' 2022-09-27T15:32:19.2683865Z adding 'torch/include/ATen/BatchedFallback.h' 2022-09-27T15:32:19.2686487Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-09-27T15:32:19.2689939Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-09-27T15:32:19.2691793Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-09-27T15:32:19.2693578Z adding 'torch/include/ATen/CPUFunctions.h' 2022-09-27T15:32:19.2697656Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-09-27T15:32:19.2700048Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-09-27T15:32:19.2701923Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-09-27T15:32:19.2706532Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-09-27T15:32:19.2709598Z adding 'torch/include/ATen/CollapseDims.h' 2022-09-27T15:32:19.2711349Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-09-27T15:32:19.2715843Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-09-27T15:32:19.2718653Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-09-27T15:32:19.2721866Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-09-27T15:32:19.2724302Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-09-27T15:32:19.2728552Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-09-27T15:32:19.2731398Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-09-27T15:32:19.2733144Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-09-27T15:32:19.2734745Z adding 'torch/include/ATen/Config.h' 2022-09-27T15:32:19.2738698Z adding 'torch/include/ATen/Context.h' 2022-09-27T15:32:19.2740815Z adding 'torch/include/ATen/DLConvertor.h' 2022-09-27T15:32:19.2742428Z adding 'torch/include/ATen/Device.h' 2022-09-27T15:32:19.2744175Z adding 'torch/include/ATen/DeviceGuard.h' 2022-09-27T15:32:19.2745559Z adding 'torch/include/ATen/DimVector.h' 2022-09-27T15:32:19.2746862Z adding 'torch/include/ATen/Dimname.h' 2022-09-27T15:32:19.2751940Z adding 'torch/include/ATen/Dispatch.h' 2022-09-27T15:32:19.2754166Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-09-27T15:32:19.2755979Z adding 'torch/include/ATen/EmptyTensor.h' 2022-09-27T15:32:19.2757617Z adding 'torch/include/ATen/ExpandBase.h' 2022-09-27T15:32:19.2761204Z adding 'torch/include/ATen/ExpandUtils.h' 2022-09-27T15:32:19.2762964Z adding 'torch/include/ATen/Formatting.h' 2022-09-27T15:32:19.2764825Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-09-27T15:32:19.2767393Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-09-27T15:32:19.2771362Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-09-27T15:32:19.2779437Z adding 'torch/include/ATen/Functions.h' 2022-09-27T15:32:19.2782002Z adding 'torch/include/ATen/Generator.h' 2022-09-27T15:32:19.2784141Z adding 'torch/include/ATen/InferSize.h' 2022-09-27T15:32:19.2785794Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-09-27T15:32:19.2787110Z adding 'torch/include/ATen/Layout.h' 2022-09-27T15:32:19.2788561Z adding 'torch/include/ATen/LinalgBackend.h' 2022-09-27T15:32:19.2790426Z adding 'torch/include/ATen/MapAllocator.h' 2022-09-27T15:32:19.2792460Z adding 'torch/include/ATen/MatrixRef.h' 2022-09-27T15:32:19.2794074Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-09-27T15:32:19.2795830Z adding 'torch/include/ATen/MetaFunctions.h' 2022-09-27T15:32:19.2798581Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-09-27T15:32:19.2801894Z adding 'torch/include/ATen/MethodOperators.h' 2022-09-27T15:32:19.2803543Z adding 'torch/include/ATen/NamedTensor.h' 2022-09-27T15:32:19.2806019Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-09-27T15:32:19.2813429Z adding 'torch/include/ATen/NativeFunctions.h' 2022-09-27T15:32:19.2821628Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-09-27T15:32:19.2826236Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-09-27T15:32:19.2828288Z adding 'torch/include/ATen/NumericUtils.h' 2022-09-27T15:32:19.2830006Z adding 'torch/include/ATen/OpMathType.h' 2022-09-27T15:32:19.2832340Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-09-27T15:32:19.2840199Z adding 'torch/include/ATen/Operators.h' 2022-09-27T15:32:19.2842828Z adding 'torch/include/ATen/PTThreadPool.h' 2022-09-27T15:32:19.2844505Z adding 'torch/include/ATen/Parallel-inl.h' 2022-09-27T15:32:19.2846841Z adding 'torch/include/ATen/Parallel.h' 2022-09-27T15:32:19.2848451Z adding 'torch/include/ATen/ParallelFuture.h' 2022-09-27T15:32:19.2850233Z adding 'torch/include/ATen/ParallelNative.h' 2022-09-27T15:32:19.2851917Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-09-27T15:32:19.2853776Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-09-27T15:32:19.2855464Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-09-27T15:32:19.3049555Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-09-27T15:32:19.3197842Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-09-27T15:32:19.3216920Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-09-27T15:32:19.3218149Z adding 'torch/include/ATen/Scalar.h' 2022-09-27T15:32:19.3220592Z adding 'torch/include/ATen/ScalarOps.h' 2022-09-27T15:32:19.3222024Z adding 'torch/include/ATen/ScalarType.h' 2022-09-27T15:32:19.3223522Z adding 'torch/include/ATen/SequenceNumber.h' 2022-09-27T15:32:19.3224761Z adding 'torch/include/ATen/SmallVector.h' 2022-09-27T15:32:19.3228484Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-09-27T15:32:19.3231498Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-09-27T15:32:19.3236086Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-09-27T15:32:19.3238908Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-09-27T15:32:19.3240447Z adding 'torch/include/ATen/Storage.h' 2022-09-27T15:32:19.3242080Z adding 'torch/include/ATen/Tensor.h' 2022-09-27T15:32:19.3243455Z adding 'torch/include/ATen/TensorAccessor.h' 2022-09-27T15:32:19.3244941Z adding 'torch/include/ATen/TensorGeometry.h' 2022-09-27T15:32:19.3251709Z adding 'torch/include/ATen/TensorIndexing.h' 2022-09-27T15:32:19.3262790Z adding 'torch/include/ATen/TensorIterator.h' 2022-09-27T15:32:19.3266213Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-09-27T15:32:19.3268089Z adding 'torch/include/ATen/TensorMeta.h' 2022-09-27T15:32:19.3270299Z adding 'torch/include/ATen/TensorNames.h' 2022-09-27T15:32:19.3272166Z adding 'torch/include/ATen/TensorOperators.h' 2022-09-27T15:32:19.3273442Z adding 'torch/include/ATen/TensorOptions.h' 2022-09-27T15:32:19.3275628Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-09-27T15:32:19.3278126Z adding 'torch/include/ATen/TensorUtils.h' 2022-09-27T15:32:19.3280317Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-09-27T15:32:19.3283025Z adding 'torch/include/ATen/TracerMode.h' 2022-09-27T15:32:19.3284795Z adding 'torch/include/ATen/TypeDefault.h' 2022-09-27T15:32:19.3286851Z adding 'torch/include/ATen/Utils.h' 2022-09-27T15:32:19.3288424Z adding 'torch/include/ATen/Version.h' 2022-09-27T15:32:19.3434082Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-09-27T15:32:19.3472446Z adding 'torch/include/ATen/VmapMode.h' 2022-09-27T15:32:19.3475309Z adding 'torch/include/ATen/VmapTransforms.h' 2022-09-27T15:32:19.3477944Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-09-27T15:32:19.3479547Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-09-27T15:32:19.3482184Z adding 'torch/include/ATen/autocast_mode.h' 2022-09-27T15:32:19.3484328Z adding 'torch/include/ATen/ceil_div.h' 2022-09-27T15:32:19.3486809Z adding 'torch/include/ATen/code_template.h' 2022-09-27T15:32:19.3489135Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-09-27T15:32:19.3490641Z adding 'torch/include/ATen/div_rtn.h' 2022-09-27T15:32:19.3493969Z adding 'torch/include/ATen/dlpack.h' 2022-09-27T15:32:19.3495148Z adding 'torch/include/ATen/jit_macros.h' 2022-09-27T15:32:19.3496960Z adding 'torch/include/ATen/jiterator_macros.h' 2022-09-27T15:32:19.3502999Z adding 'torch/include/ATen/record_function.h' 2022-09-27T15:32:19.3506270Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-09-27T15:32:19.3508040Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-09-27T15:32:19.3509379Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-09-27T15:32:19.3512088Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-09-27T15:32:19.3513774Z adding 'torch/include/ATen/core/Array.h' 2022-09-27T15:32:19.3514806Z adding 'torch/include/ATen/core/Backtrace.h' 2022-09-27T15:32:19.3516423Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-09-27T15:32:19.3518545Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-09-27T15:32:19.3520268Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-09-27T15:32:19.3524590Z adding 'torch/include/ATen/core/Dict.h' 2022-09-27T15:32:19.3527688Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-09-27T15:32:19.3529466Z adding 'torch/include/ATen/core/DimVector.h' 2022-09-27T15:32:19.3531183Z adding 'torch/include/ATen/core/Dimname.h' 2022-09-27T15:32:19.3534445Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-09-27T15:32:19.3536363Z adding 'torch/include/ATen/core/Formatting.h' 2022-09-27T15:32:19.3539227Z adding 'torch/include/ATen/core/Generator.h' 2022-09-27T15:32:19.3545610Z adding 'torch/include/ATen/core/IListRef.h' 2022-09-27T15:32:19.3548572Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-09-27T15:32:19.3551253Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-09-27T15:32:19.3555843Z adding 'torch/include/ATen/core/List.h' 2022-09-27T15:32:19.3559656Z adding 'torch/include/ATen/core/List_inl.h' 2022-09-27T15:32:19.3562844Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-09-27T15:32:19.3565624Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-09-27T15:32:19.3568795Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-09-27T15:32:19.3570720Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-09-27T15:32:19.3572711Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-09-27T15:32:19.3574201Z adding 'torch/include/ATen/core/Range.h' 2022-09-27T15:32:19.3575816Z adding 'torch/include/ATen/core/Reduction.h' 2022-09-27T15:32:19.3577233Z adding 'torch/include/ATen/core/Scalar.h' 2022-09-27T15:32:19.3578457Z adding 'torch/include/ATen/core/ScalarType.h' 2022-09-27T15:32:19.3579983Z adding 'torch/include/ATen/core/Tensor.h' 2022-09-27T15:32:19.3583079Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-09-27T15:32:19.3593744Z adding 'torch/include/ATen/core/TensorBase.h' 2022-09-27T15:32:19.3641398Z adding 'torch/include/ATen/core/TensorBody.h' 2022-09-27T15:32:19.3648467Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-09-27T15:32:19.3650814Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-09-27T15:32:19.3652375Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-09-27T15:32:19.3653854Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-09-27T15:32:19.3655643Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-09-27T15:32:19.3657482Z adding 'torch/include/ATen/core/Variadic.h' 2022-09-27T15:32:19.3659281Z adding 'torch/include/ATen/core/Vitals.h' 2022-09-27T15:32:19.3661200Z adding 'torch/include/ATen/core/alias_info.h' 2022-09-27T15:32:19.3672200Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-09-27T15:32:19.3675886Z adding 'torch/include/ATen/core/blob.h' 2022-09-27T15:32:19.3677739Z adding 'torch/include/ATen/core/builtin_function.h' 2022-09-27T15:32:19.3681999Z adding 'torch/include/ATen/core/class_type.h' 2022-09-27T15:32:19.3683891Z adding 'torch/include/ATen/core/custom_class.h' 2022-09-27T15:32:19.3687246Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-09-27T15:32:19.3688912Z adding 'torch/include/ATen/core/enum_tag.h' 2022-09-27T15:32:19.3690807Z adding 'torch/include/ATen/core/enum_type.h' 2022-09-27T15:32:19.3692863Z adding 'torch/include/ATen/core/function.h' 2022-09-27T15:32:19.3699654Z adding 'torch/include/ATen/core/function_schema.h' 2022-09-27T15:32:19.3704757Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-09-27T15:32:19.3706711Z adding 'torch/include/ATen/core/functional.h' 2022-09-27T15:32:19.3708299Z adding 'torch/include/ATen/core/grad_mode.h' 2022-09-27T15:32:19.3711584Z adding 'torch/include/ATen/core/interned_strings.h' 2022-09-27T15:32:19.3713487Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-09-27T15:32:19.3727065Z adding 'torch/include/ATen/core/ivalue.h' 2022-09-27T15:32:19.3750620Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-09-27T15:32:19.3754032Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-09-27T15:32:19.3772230Z adding 'torch/include/ATen/core/jit_type.h' 2022-09-27T15:32:19.3779805Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-09-27T15:32:19.3782293Z adding 'torch/include/ATen/core/operator_name.h' 2022-09-27T15:32:19.3784813Z adding 'torch/include/ATen/core/qualified_name.h' 2022-09-27T15:32:19.3786650Z adding 'torch/include/ATen/core/rref_interface.h' 2022-09-27T15:32:19.3789132Z adding 'torch/include/ATen/core/stack.h' 2022-09-27T15:32:19.3791884Z adding 'torch/include/ATen/core/symbol.h' 2022-09-27T15:32:19.3793954Z adding 'torch/include/ATen/core/type_factory.h' 2022-09-27T15:32:19.3795665Z adding 'torch/include/ATen/core/type_ptr.h' 2022-09-27T15:32:19.3797088Z adding 'torch/include/ATen/core/typeid.h' 2022-09-27T15:32:19.3800474Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-09-27T15:32:19.3802694Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-09-27T15:32:19.3805556Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-09-27T15:32:19.3808814Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-09-27T15:32:19.3810677Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-09-27T15:32:19.3812784Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-09-27T15:32:19.3814660Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-09-27T15:32:19.3818425Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-09-27T15:32:19.3825737Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-09-27T15:32:19.3828647Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-09-27T15:32:19.3831085Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-09-27T15:32:19.3834512Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-09-27T15:32:19.3842866Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-09-27T15:32:19.3845084Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-09-27T15:32:19.3849337Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-09-27T15:32:19.3851354Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-09-27T15:32:19.3852991Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-09-27T15:32:19.3855152Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-09-27T15:32:19.3857768Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-09-27T15:32:19.3860732Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-09-27T15:32:19.3867180Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-09-27T15:32:19.3869696Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-09-27T15:32:19.3872683Z adding 'torch/include/ATen/cpu/vml.h' 2022-09-27T15:32:19.3874647Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-09-27T15:32:19.3877280Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-09-27T15:32:19.3881173Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-09-27T15:32:19.3883471Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-09-27T15:32:19.3885098Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-09-27T15:32:19.3892804Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-09-27T15:32:19.3896444Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-09-27T15:32:19.3898239Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-09-27T15:32:19.3900867Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-09-27T15:32:19.3907408Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-09-27T15:32:19.3912392Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-09-27T15:32:19.3917316Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-09-27T15:32:19.3921050Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-09-27T15:32:19.3924698Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-09-27T15:32:19.3930035Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-09-27T15:32:19.3937572Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-09-27T15:32:19.3946351Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-09-27T15:32:19.3950135Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-09-27T15:32:19.3956773Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-09-27T15:32:19.3962527Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-09-27T15:32:19.3969531Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-09-27T15:32:19.3974267Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-09-27T15:32:19.3978348Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-09-27T15:32:19.3985945Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-09-27T15:32:19.3994418Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-09-27T15:32:19.3997591Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-09-27T15:32:19.3999273Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-09-27T15:32:19.4001152Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-09-27T15:32:19.4005643Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-09-27T15:32:19.4011773Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-09-27T15:32:19.4015197Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-09-27T15:32:19.4017193Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-09-27T15:32:19.4018954Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-09-27T15:32:19.4020741Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-09-27T15:32:19.4022360Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-09-27T15:32:19.4025298Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-09-27T15:32:19.4027870Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-09-27T15:32:19.4029934Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-09-27T15:32:19.4031884Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-09-27T15:32:19.4033569Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-09-27T15:32:19.4036248Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-09-27T15:32:19.4038946Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-09-27T15:32:19.4040640Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-09-27T15:32:19.4042107Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-09-27T15:32:19.4043766Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-09-27T15:32:19.4045562Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-09-27T15:32:19.4047147Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-09-27T15:32:19.4049684Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-09-27T15:32:19.4052007Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-09-27T15:32:19.4053588Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-09-27T15:32:19.4054974Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-09-27T15:32:19.4056712Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-09-27T15:32:19.4058243Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-09-27T15:32:19.4059701Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-09-27T15:32:19.4063497Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-09-27T15:32:19.4066156Z adding 'torch/include/ATen/cuda/cub.h' 2022-09-27T15:32:19.4067936Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-09-27T15:32:19.4069552Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-09-27T15:32:19.4071979Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-09-27T15:32:19.4073654Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-09-27T15:32:19.4075775Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-09-27T15:32:19.4078947Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-09-27T15:32:19.4080702Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-09-27T15:32:19.4083079Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-09-27T15:32:19.4084948Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-09-27T15:32:19.4086454Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-09-27T15:32:19.4088553Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-09-27T15:32:19.4090362Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-09-27T15:32:19.4092365Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-09-27T15:32:19.4094172Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-09-27T15:32:19.4098470Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-09-27T15:32:19.4100178Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-09-27T15:32:19.4101660Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-09-27T15:32:19.4103073Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-09-27T15:32:19.4104708Z adding 'torch/include/ATen/cudnn/Types.h' 2022-09-27T15:32:19.4106092Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-09-27T15:32:19.4107705Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-09-27T15:32:19.4110490Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-09-27T15:32:19.4112648Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-09-27T15:32:19.4114526Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-09-27T15:32:19.4116356Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-09-27T15:32:19.4118400Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-09-27T15:32:19.4122934Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-09-27T15:32:19.4125448Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-09-27T15:32:19.4128067Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-09-27T15:32:19.4130394Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-09-27T15:32:19.4132899Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-09-27T15:32:19.4134636Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-09-27T15:32:19.4137360Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-09-27T15:32:19.4140786Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-09-27T15:32:19.4142384Z adding 'torch/include/ATen/functorch/Macros.h' 2022-09-27T15:32:19.4144416Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-09-27T15:32:19.4146586Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-09-27T15:32:19.4148264Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-09-27T15:32:19.4150275Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:32:19.4152000Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:32:19.4155620Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-09-27T15:32:19.4158176Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-09-27T15:32:19.4161063Z adding 'torch/include/ATen/native/Activation.h' 2022-09-27T15:32:19.4162708Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-09-27T15:32:19.4166145Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-09-27T15:32:19.4168416Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-09-27T15:32:19.4171388Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-09-27T15:32:19.4173863Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-09-27T15:32:19.4175843Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-09-27T15:32:19.4177290Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-09-27T15:32:19.4179234Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-09-27T15:32:19.4180921Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-09-27T15:32:19.4183719Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-09-27T15:32:19.4188207Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-09-27T15:32:19.4190187Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-09-27T15:32:19.4192320Z adding 'torch/include/ATen/native/Copy.h' 2022-09-27T15:32:19.4193183Z adding 'torch/include/ATen/native/Cross.h' 2022-09-27T15:32:19.4195708Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-09-27T15:32:19.4198944Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-09-27T15:32:19.4200580Z adding 'torch/include/ATen/native/Distance.h' 2022-09-27T15:32:19.4204741Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-09-27T15:32:19.4211452Z adding 'torch/include/ATen/native/Distributions.h' 2022-09-27T15:32:19.4214253Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-09-27T15:32:19.4215983Z adding 'torch/include/ATen/native/Fill.h' 2022-09-27T15:32:19.4218280Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-09-27T15:32:19.4220075Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-09-27T15:32:19.4223086Z adding 'torch/include/ATen/native/GridSampler.h' 2022-09-27T15:32:19.4225616Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-09-27T15:32:19.4227294Z adding 'torch/include/ATen/native/Histogram.h' 2022-09-27T15:32:19.4228857Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-09-27T15:32:19.4231406Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-09-27T15:32:19.4233101Z adding 'torch/include/ATen/native/Lerp.h' 2022-09-27T15:32:19.4234607Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-09-27T15:32:19.4242623Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-09-27T15:32:19.4244950Z adding 'torch/include/ATen/native/LossMulti.h' 2022-09-27T15:32:19.4283897Z adding 'torch/include/ATen/native/Math.h' 2022-09-27T15:32:19.4288838Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-09-27T15:32:19.4291894Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-09-27T15:32:19.4293764Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-09-27T15:32:19.4295536Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-09-27T15:32:19.4297012Z adding 'torch/include/ATen/native/Normalization.h' 2022-09-27T15:32:19.4298445Z adding 'torch/include/ATen/native/PadNd.h' 2022-09-27T15:32:19.4299924Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-09-27T15:32:19.4303289Z adding 'torch/include/ATen/native/Pool.h' 2022-09-27T15:32:19.4305480Z adding 'torch/include/ATen/native/Pow.h' 2022-09-27T15:32:19.4307337Z adding 'torch/include/ATen/native/RNN.h' 2022-09-27T15:32:19.4308902Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-09-27T15:32:19.4310374Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-09-27T15:32:19.4311999Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-09-27T15:32:19.4316179Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-09-27T15:32:19.4318269Z adding 'torch/include/ATen/native/Repeat.h' 2022-09-27T15:32:19.4321058Z adding 'torch/include/ATen/native/Resize.h' 2022-09-27T15:32:19.4323018Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-09-27T15:32:19.4325114Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-09-27T15:32:19.4326781Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-09-27T15:32:19.4330378Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-09-27T15:32:19.4332641Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-09-27T15:32:19.4334207Z adding 'torch/include/ATen/native/Sorting.h' 2022-09-27T15:32:19.4336037Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-09-27T15:32:19.4338202Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-09-27T15:32:19.4340706Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-09-27T15:32:19.4342731Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-09-27T15:32:19.4345164Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-09-27T15:32:19.4346829Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-09-27T15:32:19.4348398Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-09-27T15:32:19.4350167Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-09-27T15:32:19.4352529Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-09-27T15:32:19.4354010Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-09-27T15:32:19.4355866Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-09-27T15:32:19.4357356Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-09-27T15:32:19.4359317Z adding 'torch/include/ATen/native/TensorShape.h' 2022-09-27T15:32:19.4361090Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-09-27T15:32:19.4362922Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-09-27T15:32:19.4364545Z adding 'torch/include/ATen/native/TransposeType.h' 2022-09-27T15:32:19.4366387Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-09-27T15:32:19.4367958Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-09-27T15:32:19.4369907Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-09-27T15:32:19.4371590Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-09-27T15:32:19.4373068Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-09-27T15:32:19.4375338Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-09-27T15:32:19.4379895Z adding 'torch/include/ATen/native/UpSample.h' 2022-09-27T15:32:19.4382090Z adding 'torch/include/ATen/native/batch_norm.h' 2022-09-27T15:32:19.4383889Z adding 'torch/include/ATen/native/group_norm.h' 2022-09-27T15:32:19.4386026Z adding 'torch/include/ATen/native/im2col.h' 2022-09-27T15:32:19.4388591Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-09-27T15:32:19.4390688Z adding 'torch/include/ATen/native/layer_norm.h' 2022-09-27T15:32:19.4392226Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-09-27T15:32:19.4394155Z adding 'torch/include/ATen/native/vol2col.h' 2022-09-27T15:32:19.4396312Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-09-27T15:32:19.4397788Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-09-27T15:32:19.4399298Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-09-27T15:32:19.4400785Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-09-27T15:32:19.4402236Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-09-27T15:32:19.4405496Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-09-27T15:32:19.4407414Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-09-27T15:32:19.4409551Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-09-27T15:32:19.4411272Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-09-27T15:32:19.4413056Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-09-27T15:32:19.4417059Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-09-27T15:32:19.4418990Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-09-27T15:32:19.4420502Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-09-27T15:32:19.4425214Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-09-27T15:32:19.4427577Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-09-27T15:32:19.4429283Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-09-27T15:32:19.4430788Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-09-27T15:32:19.4432303Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-09-27T15:32:19.4436592Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-09-27T15:32:19.4438737Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-09-27T15:32:19.4441008Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-09-27T15:32:19.4443125Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-09-27T15:32:19.4445401Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-09-27T15:32:19.4447959Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-09-27T15:32:19.4449621Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-09-27T15:32:19.4453026Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-09-27T15:32:19.4456413Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-09-27T15:32:19.4458318Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-09-27T15:32:19.4459766Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-09-27T15:32:19.4465908Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-09-27T15:32:19.4468321Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-09-27T15:32:19.4470759Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-09-27T15:32:19.4477334Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-09-27T15:32:19.4480220Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-09-27T15:32:19.4481699Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-09-27T15:32:19.4485683Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-09-27T15:32:19.4489740Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-09-27T15:32:19.4491709Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-09-27T15:32:19.4493888Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-09-27T15:32:19.4497470Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-09-27T15:32:19.4500004Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-09-27T15:32:19.4501474Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-09-27T15:32:19.4506203Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-09-27T15:32:19.4535028Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-09-27T15:32:19.4542385Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-09-27T15:32:19.4544556Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-09-27T15:32:19.4548416Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-09-27T15:32:19.4563758Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-09-27T15:32:19.4570442Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-09-27T15:32:19.4575011Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-09-27T15:32:19.4577754Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-09-27T15:32:19.4591051Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-09-27T15:32:19.4594145Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-09-27T15:32:19.4596134Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-09-27T15:32:19.4598186Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-09-27T15:32:19.4603217Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-09-27T15:32:19.4605562Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-09-27T15:32:19.4607329Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-09-27T15:32:19.4611239Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-09-27T15:32:19.4613153Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-09-27T15:32:19.4616265Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-09-27T15:32:19.4620896Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-09-27T15:32:19.4626924Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-09-27T15:32:19.4628949Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-09-27T15:32:19.4630793Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-09-27T15:32:19.4632776Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-09-27T15:32:19.4637180Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-09-27T15:32:19.4639788Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-09-27T15:32:19.4641602Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-09-27T15:32:19.4643648Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-09-27T15:32:19.4647197Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-09-27T15:32:19.4650879Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-09-27T15:32:19.4654147Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-09-27T15:32:19.4659856Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-09-27T15:32:19.4662007Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-09-27T15:32:19.4665241Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-09-27T15:32:19.4667692Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-09-27T15:32:19.4669367Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-09-27T15:32:19.4670762Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-09-27T15:32:19.4672162Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-09-27T15:32:19.4673984Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-09-27T15:32:19.4675445Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-09-27T15:32:19.4677104Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-09-27T15:32:19.4678500Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-09-27T15:32:19.4681242Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-09-27T15:32:19.4685984Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-09-27T15:32:19.4689653Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-09-27T15:32:19.4692145Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-09-27T15:32:19.4693792Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-09-27T15:32:19.4696797Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-09-27T15:32:19.4700532Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-09-27T15:32:19.4704176Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-09-27T15:32:19.4705895Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-09-27T15:32:19.4707345Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-09-27T15:32:19.4708989Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-09-27T15:32:19.4763715Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-09-27T15:32:19.4765314Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-09-27T15:32:19.4767056Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4768227Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.4770591Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.4771242Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:32:19.4773233Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:32:19.4774976Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4776476Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:32:19.4778027Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:32:19.4779557Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-09-27T15:32:19.4781229Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-09-27T15:32:19.4782935Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-09-27T15:32:19.4784876Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-09-27T15:32:19.4786457Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4788167Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.4789773Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.4791315Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:32:19.4792950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:32:19.4794603Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4796043Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:32:19.4797573Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:32:19.4799489Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-09-27T15:32:19.4801006Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-09-27T15:32:19.4802559Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-09-27T15:32:19.4804351Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4805855Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-09-27T15:32:19.4807606Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-09-27T15:32:19.4809384Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-09-27T15:32:19.4811289Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4812852Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-09-27T15:32:19.4814612Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-09-27T15:32:19.4816140Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-09-27T15:32:19.4818095Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-09-27T15:32:19.4819967Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-09-27T15:32:19.4821988Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.4823421Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-09-27T15:32:19.4825489Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-09-27T15:32:19.4827100Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-09-27T15:32:19.4828868Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-09-27T15:32:19.4830437Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-09-27T15:32:19.4832270Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-09-27T15:32:19.4834140Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-09-27T15:32:19.4835927Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4837332Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-09-27T15:32:19.4839095Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-09-27T15:32:19.4840663Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-09-27T15:32:19.4842495Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-09-27T15:32:19.4844443Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-09-27T15:32:19.4846412Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4850139Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-09-27T15:32:19.4851845Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-09-27T15:32:19.4853603Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-09-27T15:32:19.4855308Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-09-27T15:32:19.4857112Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4858355Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-09-27T15:32:19.4859925Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-09-27T15:32:19.4861462Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-09-27T15:32:19.4863306Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-09-27T15:32:19.4865206Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-09-27T15:32:19.4866716Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-09-27T15:32:19.4868200Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-09-27T15:32:19.4869592Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-09-27T15:32:19.4871243Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-09-27T15:32:19.4872898Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-09-27T15:32:19.4874463Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4875892Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-09-27T15:32:19.4877496Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-09-27T15:32:19.4878980Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-09-27T15:32:19.4880493Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4881849Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-09-27T15:32:19.4883388Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-09-27T15:32:19.4884840Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-09-27T15:32:19.4886451Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4887827Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-09-27T15:32:19.4889394Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-09-27T15:32:19.4890785Z adding 'torch/include/ATen/ops/_backward.h' 2022-09-27T15:32:19.4892386Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4893805Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-09-27T15:32:19.4895387Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-09-27T15:32:19.4896961Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-09-27T15:32:19.4898569Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-09-27T15:32:19.4900245Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4901746Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-09-27T15:32:19.4903761Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-09-27T15:32:19.4905418Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4906829Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-09-27T15:32:19.4908583Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-09-27T15:32:19.4910013Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-09-27T15:32:19.4911614Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4913010Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-09-27T15:32:19.4914531Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-09-27T15:32:19.4916024Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-09-27T15:32:19.4917651Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4919040Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-09-27T15:32:19.4920573Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-09-27T15:32:19.4922042Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-09-27T15:32:19.4923625Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4925029Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-09-27T15:32:19.4926534Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-09-27T15:32:19.4928039Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-09-27T15:32:19.4929651Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4931055Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-09-27T15:32:19.4932570Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-09-27T15:32:19.4934051Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-09-27T15:32:19.4935652Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4937035Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-09-27T15:32:19.4938562Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-09-27T15:32:19.4940039Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-09-27T15:32:19.4941715Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4943082Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-09-27T15:32:19.4944813Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-09-27T15:32:19.4946255Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-09-27T15:32:19.4947873Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4949258Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-09-27T15:32:19.4950781Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-09-27T15:32:19.4952235Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-09-27T15:32:19.4953832Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4955225Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-09-27T15:32:19.4956767Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-09-27T15:32:19.4958349Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-09-27T15:32:19.4959989Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4961456Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-09-27T15:32:19.4962887Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-09-27T15:32:19.4964312Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-09-27T15:32:19.4965941Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-09-27T15:32:19.4967499Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-09-27T15:32:19.4969194Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4970677Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-09-27T15:32:19.4972165Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-09-27T15:32:19.4973593Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-09-27T15:32:19.4975257Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-09-27T15:32:19.4976815Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-09-27T15:32:19.4978460Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4979898Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-09-27T15:32:19.4981376Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-09-27T15:32:19.4982933Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-09-27T15:32:19.4985190Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-09-27T15:32:19.4986545Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-09-27T15:32:19.4987959Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.4989348Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-09-27T15:32:19.4990916Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-09-27T15:32:19.4992389Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-09-27T15:32:19.4994027Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.4995434Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-09-27T15:32:19.4997024Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-09-27T15:32:19.4998562Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-09-27T15:32:19.5000184Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5001730Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-09-27T15:32:19.5003163Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-09-27T15:32:19.5004708Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-09-27T15:32:19.5006323Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-09-27T15:32:19.5007957Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-09-27T15:32:19.5009559Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-09-27T15:32:19.5011211Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-09-27T15:32:19.5012663Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-09-27T15:32:19.5014126Z adding 'torch/include/ATen/ops/_conj.h' 2022-09-27T15:32:19.5015730Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5017373Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-09-27T15:32:19.5018795Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5020382Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5021890Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-09-27T15:32:19.5023496Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-09-27T15:32:19.5025332Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-09-27T15:32:19.5026830Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-09-27T15:32:19.5028427Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-09-27T15:32:19.5030396Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5031783Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-09-27T15:32:19.5033460Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-09-27T15:32:19.5035283Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-09-27T15:32:19.5037109Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-09-27T15:32:19.5038726Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-09-27T15:32:19.5040564Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-09-27T15:32:19.5042448Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-09-27T15:32:19.5044494Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5046047Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-09-27T15:32:19.5047659Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-09-27T15:32:19.5049259Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-09-27T15:32:19.5051053Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-09-27T15:32:19.5052670Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-09-27T15:32:19.5054405Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-09-27T15:32:19.5056101Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-09-27T15:32:19.5058125Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5059406Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-09-27T15:32:19.5061057Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-09-27T15:32:19.5062619Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-09-27T15:32:19.5064388Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-09-27T15:32:19.5065922Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-09-27T15:32:19.5067602Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-09-27T15:32:19.5069345Z adding 'torch/include/ATen/ops/_convolution.h' 2022-09-27T15:32:19.5071382Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5072910Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5074597Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-09-27T15:32:19.5076133Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5077607Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-09-27T15:32:19.5079323Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-09-27T15:32:19.5081026Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-09-27T15:32:19.5082735Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5084026Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-09-27T15:32:19.5085784Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-09-27T15:32:19.5087393Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-09-27T15:32:19.5089217Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-09-27T15:32:19.5091022Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-09-27T15:32:19.5092682Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-09-27T15:32:19.5094368Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5095800Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-09-27T15:32:19.5097435Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-09-27T15:32:19.5099061Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5100457Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-09-27T15:32:19.5102247Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-09-27T15:32:19.5104080Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-09-27T15:32:19.5106258Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-09-27T15:32:19.5108067Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5109720Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:19.5111474Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5113184Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-09-27T15:32:19.5115133Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-09-27T15:32:19.5117176Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5118846Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-09-27T15:32:19.5120506Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-09-27T15:32:19.5122115Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-09-27T15:32:19.5124131Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-09-27T15:32:19.5126112Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-09-27T15:32:19.5127983Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5129638Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:32:19.5131329Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-09-27T15:32:19.5133335Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-09-27T15:32:19.5135296Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-09-27T15:32:19.5137125Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5138824Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-09-27T15:32:19.5140438Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-09-27T15:32:19.5142373Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-09-27T15:32:19.5144621Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-09-27T15:32:19.5146822Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-09-27T15:32:19.5148844Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5150664Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5152435Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-09-27T15:32:19.5154638Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-09-27T15:32:19.5156740Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5158826Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-09-27T15:32:19.5160725Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-09-27T15:32:19.5162810Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5164131Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-09-27T15:32:19.5165371Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:32:19.5167364Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:32:19.5169044Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-09-27T15:32:19.5171158Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-09-27T15:32:19.5173769Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-09-27T15:32:19.5175614Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5177105Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-09-27T15:32:19.5178828Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-09-27T15:32:19.5180509Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-09-27T15:32:19.5182600Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5184561Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-09-27T15:32:19.5186257Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-09-27T15:32:19.5187905Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-09-27T15:32:19.5189739Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5191207Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-09-27T15:32:19.5192905Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-09-27T15:32:19.5194626Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-09-27T15:32:19.5196388Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5197880Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-09-27T15:32:19.5199660Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-09-27T15:32:19.5201256Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-09-27T15:32:19.5203029Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-09-27T15:32:19.5204624Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-09-27T15:32:19.5206240Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-09-27T15:32:19.5207992Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-09-27T15:32:19.5209811Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-09-27T15:32:19.5211415Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-09-27T15:32:19.5213084Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-09-27T15:32:19.5214619Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-09-27T15:32:19.5216348Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-09-27T15:32:19.5218065Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-09-27T15:32:19.5219876Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5221326Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-09-27T15:32:19.5223090Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-09-27T15:32:19.5224780Z adding 'torch/include/ATen/ops/_dimI.h' 2022-09-27T15:32:19.5226466Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-09-27T15:32:19.5244226Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-09-27T15:32:19.5245815Z adding 'torch/include/ATen/ops/_dimV.h' 2022-09-27T15:32:19.5247482Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-09-27T15:32:19.5249188Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-09-27T15:32:19.5250875Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-09-27T15:32:19.5252675Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5254175Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-09-27T15:32:19.5255907Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-09-27T15:32:19.5257755Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-09-27T15:32:19.5259692Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5261321Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-09-27T15:32:19.5262988Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-09-27T15:32:19.5264767Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-09-27T15:32:19.5266830Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-09-27T15:32:19.5268550Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-09-27T15:32:19.5270488Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5272058Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-09-27T15:32:19.5273623Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-09-27T15:32:19.5275202Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-09-27T15:32:19.5276894Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-09-27T15:32:19.5278746Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-09-27T15:32:19.5280723Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-09-27T15:32:19.5282328Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5283792Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-09-27T15:32:19.5285484Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-09-27T15:32:19.5287256Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5289147Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-09-27T15:32:19.5290748Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-09-27T15:32:19.5292438Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-09-27T15:32:19.5294226Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5295702Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-09-27T15:32:19.5297307Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5298811Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-09-27T15:32:19.5300689Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-09-27T15:32:19.5302638Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-09-27T15:32:19.5304994Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5306512Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-09-27T15:32:19.5307779Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-09-27T15:32:19.5309491Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-09-27T15:32:19.5311383Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-09-27T15:32:19.5313219Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-09-27T15:32:19.5314758Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-09-27T15:32:19.5316563Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-09-27T15:32:19.5318238Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5320339Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-09-27T15:32:19.5321493Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5323130Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-09-27T15:32:19.5325331Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-09-27T15:32:19.5326549Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-09-27T15:32:19.5328301Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5329576Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-09-27T15:32:19.5331372Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-09-27T15:32:19.5333168Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-09-27T15:32:19.5334971Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5336477Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-09-27T15:32:19.5337946Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-09-27T15:32:19.5339793Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-09-27T15:32:19.5341734Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-09-27T15:32:19.5343770Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5345104Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-09-27T15:32:19.5346785Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-09-27T15:32:19.5348620Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-09-27T15:32:19.5350162Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-09-27T15:32:19.5351860Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5353151Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-09-27T15:32:19.5354985Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-09-27T15:32:19.5356621Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-09-27T15:32:19.5358249Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-09-27T15:32:19.5359958Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-09-27T15:32:19.5361382Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5362936Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-09-27T15:32:19.5364602Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-09-27T15:32:19.5366363Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5367710Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-09-27T15:32:19.5369350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-09-27T15:32:19.5370762Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-09-27T15:32:19.5372557Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-09-27T15:32:19.5374216Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-09-27T15:32:19.5375841Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-09-27T15:32:19.5377536Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-09-27T15:32:19.5378956Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-09-27T15:32:19.5380525Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-09-27T15:32:19.5382307Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-09-27T15:32:19.5384274Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5385632Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-09-27T15:32:19.5387294Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-09-27T15:32:19.5388680Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-09-27T15:32:19.5390468Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-09-27T15:32:19.5392288Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-09-27T15:32:19.5394115Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5395506Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-09-27T15:32:19.5397057Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-09-27T15:32:19.5398526Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-09-27T15:32:19.5400400Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-09-27T15:32:19.5401901Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-09-27T15:32:19.5403567Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-09-27T15:32:19.5405145Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-09-27T15:32:19.5406655Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-09-27T15:32:19.5408326Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-09-27T15:32:19.5409918Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-09-27T15:32:19.5411539Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-09-27T15:32:19.5413172Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-09-27T15:32:19.5414594Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-09-27T15:32:19.5416268Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-09-27T15:32:19.5417867Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-09-27T15:32:19.5419500Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-09-27T15:32:19.5421059Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-09-27T15:32:19.5422602Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-09-27T15:32:19.5424488Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-09-27T15:32:19.5426438Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention.h' 2022-09-27T15:32:19.5427835Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h' 2022-09-27T15:32:19.5429400Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h' 2022-09-27T15:32:19.5431029Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h' 2022-09-27T15:32:19.5432540Z adding 'torch/include/ATen/ops/_foobar.h' 2022-09-27T15:32:19.5434255Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5435582Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-09-27T15:32:19.5437176Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-09-27T15:32:19.5438792Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-09-27T15:32:19.5440427Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-09-27T15:32:19.5442097Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5443426Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-09-27T15:32:19.5445039Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-09-27T15:32:19.5446357Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-09-27T15:32:19.5448094Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-09-27T15:32:19.5449728Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-09-27T15:32:19.5451395Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5452704Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-09-27T15:32:19.5454326Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-09-27T15:32:19.5455641Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-09-27T15:32:19.5457372Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-09-27T15:32:19.5459152Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-09-27T15:32:19.5461003Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5462587Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-09-27T15:32:19.5464180Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-09-27T15:32:19.5466613Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-09-27T15:32:19.5468215Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-09-27T15:32:19.5470304Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-09-27T15:32:19.5472245Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5474029Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-09-27T15:32:19.5475653Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-09-27T15:32:19.5477845Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-09-27T15:32:19.5479626Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-09-27T15:32:19.5481452Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-09-27T15:32:19.5483396Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5485085Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-09-27T15:32:19.5486717Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-09-27T15:32:19.5488377Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-09-27T15:32:19.5490529Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-09-27T15:32:19.5492277Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-09-27T15:32:19.5494041Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5495649Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-09-27T15:32:19.5497224Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-09-27T15:32:19.5498709Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-09-27T15:32:19.5500373Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-09-27T15:32:19.5502054Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-09-27T15:32:19.5503959Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5505475Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-09-27T15:32:19.5507103Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-09-27T15:32:19.5508756Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-09-27T15:32:19.5510499Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-09-27T15:32:19.5511984Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-09-27T15:32:19.5513909Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5515307Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-09-27T15:32:19.5516722Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-09-27T15:32:19.5517833Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-09-27T15:32:19.5519810Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-09-27T15:32:19.5521257Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-09-27T15:32:19.5522687Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5523989Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-09-27T15:32:19.5525620Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-09-27T15:32:19.5527169Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-09-27T15:32:19.5528869Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-09-27T15:32:19.5530471Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-09-27T15:32:19.5532143Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5533756Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-09-27T15:32:19.5535607Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-09-27T15:32:19.5536730Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-09-27T15:32:19.5538652Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-09-27T15:32:19.5540282Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-09-27T15:32:19.5542189Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5544005Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-09-27T15:32:19.5545808Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-09-27T15:32:19.5547187Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-09-27T15:32:19.5549222Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-09-27T15:32:19.5550864Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-09-27T15:32:19.5552525Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5554117Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-09-27T15:32:19.5555643Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-09-27T15:32:19.5556945Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-09-27T15:32:19.5558795Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-09-27T15:32:19.5560268Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-09-27T15:32:19.5561891Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5562972Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-09-27T15:32:19.5564640Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-09-27T15:32:19.5565901Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-09-27T15:32:19.5567445Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-09-27T15:32:19.5568972Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-09-27T15:32:19.5570543Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5571916Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-09-27T15:32:19.5573315Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-09-27T15:32:19.5574731Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-09-27T15:32:19.5576271Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-09-27T15:32:19.5577821Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-09-27T15:32:19.5579338Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5580744Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-09-27T15:32:19.5582205Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-09-27T15:32:19.5583757Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-09-27T15:32:19.5585371Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-09-27T15:32:19.5586883Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-09-27T15:32:19.5588459Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5589845Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-09-27T15:32:19.5591297Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-09-27T15:32:19.5592647Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-09-27T15:32:19.5594192Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-09-27T15:32:19.5595684Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-09-27T15:32:19.5597210Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5598599Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-09-27T15:32:19.5600161Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-09-27T15:32:19.5601648Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-09-27T15:32:19.5603237Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-09-27T15:32:19.5604848Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-09-27T15:32:19.5606744Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5608080Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-09-27T15:32:19.5609738Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-09-27T15:32:19.5611379Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-09-27T15:32:19.5613004Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-09-27T15:32:19.5614591Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-09-27T15:32:19.5616133Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-09-27T15:32:19.5617904Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5620400Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-09-27T15:32:19.5622173Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-09-27T15:32:19.5623946Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-09-27T15:32:19.5625833Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-09-27T15:32:19.5627637Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-09-27T15:32:19.5629411Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5631112Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-09-27T15:32:19.5632704Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-09-27T15:32:19.5634167Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-09-27T15:32:19.5635819Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-09-27T15:32:19.5637405Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-09-27T15:32:19.5638940Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5640552Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-09-27T15:32:19.5642123Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-09-27T15:32:19.5643493Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-09-27T15:32:19.5645044Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-09-27T15:32:19.5646637Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5647980Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-09-27T15:32:19.5649361Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-09-27T15:32:19.5650727Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-09-27T15:32:19.5652349Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-09-27T15:32:19.5653865Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-09-27T15:32:19.5655468Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5656937Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-09-27T15:32:19.5658388Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-09-27T15:32:19.5659859Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-09-27T15:32:19.5661493Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-09-27T15:32:19.5663239Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-09-27T15:32:19.5664866Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5666420Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-09-27T15:32:19.5667943Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-09-27T15:32:19.5669386Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-09-27T15:32:19.5671052Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-09-27T15:32:19.5672782Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-09-27T15:32:19.5674512Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5675994Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-09-27T15:32:19.5677623Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-09-27T15:32:19.5679252Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-09-27T15:32:19.5681096Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-09-27T15:32:19.5682822Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-09-27T15:32:19.5684408Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5685905Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-09-27T15:32:19.5687372Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-09-27T15:32:19.5688787Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-09-27T15:32:19.5690477Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-09-27T15:32:19.5692054Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-09-27T15:32:19.5693688Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5695114Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-09-27T15:32:19.5696579Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-09-27T15:32:19.5698021Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-09-27T15:32:19.5699627Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-09-27T15:32:19.5701215Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-09-27T15:32:19.5702942Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5704552Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-09-27T15:32:19.5706089Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-09-27T15:32:19.5707600Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-09-27T15:32:19.5709163Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-09-27T15:32:19.5710679Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-09-27T15:32:19.5712290Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5713746Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-09-27T15:32:19.5715250Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-09-27T15:32:19.5716677Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-09-27T15:32:19.5718273Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-09-27T15:32:19.5719826Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-09-27T15:32:19.5721408Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5722838Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-09-27T15:32:19.5724328Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-09-27T15:32:19.5725799Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-09-27T15:32:19.5727404Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-09-27T15:32:19.5728952Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-09-27T15:32:19.5730549Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5731966Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-09-27T15:32:19.5733434Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-09-27T15:32:19.5734903Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-09-27T15:32:19.5736490Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-09-27T15:32:19.5738088Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-09-27T15:32:19.5739719Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5741149Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-09-27T15:32:19.5742730Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-09-27T15:32:19.5744322Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-09-27T15:32:19.5746185Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-09-27T15:32:19.5747821Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-09-27T15:32:19.5749422Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5750891Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-09-27T15:32:19.5752754Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-09-27T15:32:19.5754133Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-09-27T15:32:19.5755769Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-09-27T15:32:19.5757425Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-09-27T15:32:19.5759177Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5760684Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-09-27T15:32:19.5762465Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-09-27T15:32:19.5764156Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-09-27T15:32:19.5765839Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-09-27T15:32:19.5767461Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-09-27T15:32:19.5769008Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5770442Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-09-27T15:32:19.5772142Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-09-27T15:32:19.5773561Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-09-27T15:32:19.5775122Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-09-27T15:32:19.5776734Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-09-27T15:32:19.5778461Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5780020Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-09-27T15:32:19.5781079Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-09-27T15:32:19.5783040Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-09-27T15:32:19.5784750Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-09-27T15:32:19.5786276Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-09-27T15:32:19.5787936Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5789383Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-09-27T15:32:19.5790892Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-09-27T15:32:19.5792389Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-09-27T15:32:19.5794074Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-09-27T15:32:19.5795675Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-09-27T15:32:19.5797413Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5798851Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-09-27T15:32:19.5800498Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-09-27T15:32:19.5802015Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-09-27T15:32:19.5803573Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-09-27T15:32:19.5805459Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-09-27T15:32:19.5807388Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5809008Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-09-27T15:32:19.5810557Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-09-27T15:32:19.5812553Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-09-27T15:32:19.5814331Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-09-27T15:32:19.5816071Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5817669Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-09-27T15:32:19.5819197Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-09-27T15:32:19.5820928Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-09-27T15:32:19.5823024Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-09-27T15:32:19.5825119Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5826709Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-09-27T15:32:19.5828326Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-09-27T15:32:19.5830017Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-09-27T15:32:19.5832019Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-09-27T15:32:19.5833622Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-09-27T15:32:19.5835308Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5836929Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-09-27T15:32:19.5838463Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5840157Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5841506Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-09-27T15:32:19.5843154Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-09-27T15:32:19.5844715Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-09-27T15:32:19.5846311Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-09-27T15:32:19.5848040Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-09-27T15:32:19.5849624Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5851172Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-09-27T15:32:19.5852785Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-09-27T15:32:19.5854446Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-09-27T15:32:19.5855989Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-09-27T15:32:19.5857740Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5859238Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-09-27T15:32:19.5860937Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-09-27T15:32:19.5862789Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5864542Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-09-27T15:32:19.5866159Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-09-27T15:32:19.5867748Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-09-27T15:32:19.5869399Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5870965Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-09-27T15:32:19.5872605Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-09-27T15:32:19.5874196Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-09-27T15:32:19.5875787Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5877331Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-09-27T15:32:19.5879054Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-09-27T15:32:19.5880903Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-09-27T15:32:19.5882736Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5884475Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-09-27T15:32:19.5886189Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-09-27T15:32:19.5888049Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-09-27T15:32:19.5889852Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-09-27T15:32:19.5891806Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5893456Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-09-27T15:32:19.5895196Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-09-27T15:32:19.5897075Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-09-27T15:32:19.5898971Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-09-27T15:32:19.5900821Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5902567Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-09-27T15:32:19.5904359Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-09-27T15:32:19.5906441Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-09-27T15:32:19.5908324Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-09-27T15:32:19.5910211Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5911869Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-09-27T15:32:19.5913549Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-09-27T15:32:19.5915236Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-09-27T15:32:19.5916875Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-09-27T15:32:19.5918784Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-09-27T15:32:19.5920455Z adding 'torch/include/ATen/ops/_indices.h' 2022-09-27T15:32:19.5922147Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-09-27T15:32:19.5924061Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5925780Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5927256Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-09-27T15:32:19.5929047Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-09-27T15:32:19.5930683Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-09-27T15:32:19.5932367Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-09-27T15:32:19.5934009Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-09-27T15:32:19.5935822Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.5937322Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-09-27T15:32:19.5939031Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-09-27T15:32:19.5940712Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-09-27T15:32:19.5942649Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.5944390Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-09-27T15:32:19.5946162Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-09-27T15:32:19.5947898Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-09-27T15:32:19.5949792Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5951357Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-09-27T15:32:19.5953109Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-09-27T15:32:19.5954760Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-09-27T15:32:19.5956496Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-09-27T15:32:19.5958108Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-09-27T15:32:19.5959932Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-09-27T15:32:19.5961763Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-09-27T15:32:19.5963698Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5965260Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-09-27T15:32:19.5966990Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-09-27T15:32:19.5968693Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-09-27T15:32:19.5970403Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-09-27T15:32:19.5972086Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-09-27T15:32:19.5973939Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-09-27T15:32:19.5975801Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-09-27T15:32:19.5977663Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5979265Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-09-27T15:32:19.5981047Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-09-27T15:32:19.5982785Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-09-27T15:32:19.5984750Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-09-27T15:32:19.5986419Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-09-27T15:32:19.5988281Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-09-27T15:32:19.5990124Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-09-27T15:32:19.5992019Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.5993712Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-09-27T15:32:19.5995487Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-09-27T15:32:19.5997146Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-09-27T15:32:19.5999757Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-09-27T15:32:19.6001520Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-09-27T15:32:19.6004035Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-09-27T15:32:19.6005397Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-09-27T15:32:19.6007281Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6008794Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-09-27T15:32:19.6010517Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-09-27T15:32:19.6011996Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-09-27T15:32:19.6013742Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-09-27T15:32:19.6015248Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-09-27T15:32:19.6017020Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-09-27T15:32:19.6018906Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-09-27T15:32:19.6035556Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-09-27T15:32:19.6035967Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-09-27T15:32:19.6036332Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-09-27T15:32:19.6036632Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-09-27T15:32:19.6036822Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-09-27T15:32:19.6037064Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-09-27T15:32:19.6037360Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6037547Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:32:19.6037748Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:32:19.6037941Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-09-27T15:32:19.6038265Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:32:19.6038788Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-09-27T15:32:19.6040683Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-09-27T15:32:19.6042238Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6043644Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-09-27T15:32:19.6045140Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-09-27T15:32:19.6046600Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-09-27T15:32:19.6048167Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-09-27T15:32:19.6049591Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-09-27T15:32:19.6051250Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-09-27T15:32:19.6052818Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-09-27T15:32:19.6054377Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-09-27T15:32:19.6056380Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-09-27T15:32:19.6060899Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-09-27T15:32:19.6062591Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-09-27T15:32:19.6064492Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-09-27T15:32:19.6066396Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6067924Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-09-27T15:32:19.6069659Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-09-27T15:32:19.6071296Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-09-27T15:32:19.6072945Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6074362Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-09-27T15:32:19.6075905Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-09-27T15:32:19.6077361Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-09-27T15:32:19.6078896Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6080453Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-09-27T15:32:19.6081901Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6083440Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6084702Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-09-27T15:32:19.6086239Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-09-27T15:32:19.6087713Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-09-27T15:32:19.6089242Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-09-27T15:32:19.6090806Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-09-27T15:32:19.6092425Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6093841Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:32:19.6095281Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:32:19.6096658Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-09-27T15:32:19.6098202Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-09-27T15:32:19.6099776Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-09-27T15:32:19.6101359Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6102879Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:32:19.6104584Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:32:19.6106108Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-09-27T15:32:19.6107675Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-09-27T15:32:19.6109032Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-09-27T15:32:19.6110629Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6112015Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-09-27T15:32:19.6113374Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-09-27T15:32:19.6114895Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-09-27T15:32:19.6116384Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-09-27T15:32:19.6117923Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-09-27T15:32:19.6119577Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6120969Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-09-27T15:32:19.6122410Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-09-27T15:32:19.6123822Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-09-27T15:32:19.6125351Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-09-27T15:32:19.6127017Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6128403Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-09-27T15:32:19.6129843Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-09-27T15:32:19.6131215Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-09-27T15:32:19.6132797Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-09-27T15:32:19.6134299Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-09-27T15:32:19.6135964Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6137257Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-09-27T15:32:19.6138689Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-09-27T15:32:19.6140193Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-09-27T15:32:19.6141878Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6143309Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-09-27T15:32:19.6145070Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-09-27T15:32:19.6146653Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-09-27T15:32:19.6148643Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-09-27T15:32:19.6150224Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6151516Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-09-27T15:32:19.6153188Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-09-27T15:32:19.6154945Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-09-27T15:32:19.6156692Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6158152Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-09-27T15:32:19.6159855Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-09-27T15:32:19.6161545Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-09-27T15:32:19.6163305Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6164739Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-09-27T15:32:19.6166455Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-09-27T15:32:19.6168486Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-09-27T15:32:19.6170469Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6172089Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:32:19.6173752Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:32:19.6175391Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-09-27T15:32:19.6177361Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-09-27T15:32:19.6179288Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-09-27T15:32:19.6181218Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6182878Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:32:19.6184681Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:32:19.6186345Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-09-27T15:32:19.6188241Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-09-27T15:32:19.6189799Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-09-27T15:32:19.6191574Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6193071Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-09-27T15:32:19.6194770Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6196505Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6197764Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-09-27T15:32:19.6199407Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-09-27T15:32:19.6200872Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-09-27T15:32:19.6202463Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-09-27T15:32:19.6204130Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-09-27T15:32:19.6205865Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-09-27T15:32:19.6207596Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6209040Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-09-27T15:32:19.6210666Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-09-27T15:32:19.6212475Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6213888Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-09-27T15:32:19.6215459Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-09-27T15:32:19.6216980Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-09-27T15:32:19.6218727Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-09-27T15:32:19.6220314Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-09-27T15:32:19.6221966Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-09-27T15:32:19.6223732Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-09-27T15:32:19.6225609Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-09-27T15:32:19.6227143Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-09-27T15:32:19.6228795Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-09-27T15:32:19.6230399Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-09-27T15:32:19.6232210Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6233678Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-09-27T15:32:19.6235228Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-09-27T15:32:19.6236749Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-09-27T15:32:19.6238387Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-09-27T15:32:19.6239917Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-09-27T15:32:19.6241390Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-09-27T15:32:19.6242960Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-09-27T15:32:19.6244556Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-09-27T15:32:19.6246251Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-09-27T15:32:19.6247867Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm.h' 2022-09-27T15:32:19.6249673Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6251085Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_native.h' 2022-09-27T15:32:19.6252809Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h' 2022-09-27T15:32:19.6254361Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-09-27T15:32:19.6255823Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-09-27T15:32:19.6257482Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-09-27T15:32:19.6259010Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-09-27T15:32:19.6260745Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6262225Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-09-27T15:32:19.6264055Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-09-27T15:32:19.6265773Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-09-27T15:32:19.6267140Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-09-27T15:32:19.6268852Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-09-27T15:32:19.6270463Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-09-27T15:32:19.6272085Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6273522Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-09-27T15:32:19.6275183Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-09-27T15:32:19.6277094Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-09-27T15:32:19.6278732Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-09-27T15:32:19.6280701Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6282120Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6283683Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-09-27T15:32:19.6285630Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-09-27T15:32:19.6287253Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-09-27T15:32:19.6288745Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-09-27T15:32:19.6290148Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-09-27T15:32:19.6291534Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-09-27T15:32:19.6293188Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-09-27T15:32:19.6294800Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6296263Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-09-27T15:32:19.6298037Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-09-27T15:32:19.6299515Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-09-27T15:32:19.6300997Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6302507Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-09-27T15:32:19.6304858Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-09-27T15:32:19.6306384Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-09-27T15:32:19.6308041Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6309589Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-09-27T15:32:19.6311311Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-09-27T15:32:19.6312828Z adding 'torch/include/ATen/ops/_nnz.h' 2022-09-27T15:32:19.6314347Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-09-27T15:32:19.6315959Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-09-27T15:32:19.6317616Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-09-27T15:32:19.6319247Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-09-27T15:32:19.6320964Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6322502Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-09-27T15:32:19.6324168Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-09-27T15:32:19.6325879Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6327404Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-09-27T15:32:19.6329121Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-09-27T15:32:19.6330748Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-09-27T15:32:19.6332375Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6333830Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-09-27T15:32:19.6335484Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-09-27T15:32:19.6337064Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-09-27T15:32:19.6338737Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6340197Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-09-27T15:32:19.6341891Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-09-27T15:32:19.6343544Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-09-27T15:32:19.6345405Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6346874Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-09-27T15:32:19.6348638Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-09-27T15:32:19.6350218Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-09-27T15:32:19.6351943Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6353491Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-09-27T15:32:19.6355038Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-09-27T15:32:19.6356550Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-09-27T15:32:19.6358244Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-09-27T15:32:19.6359881Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-09-27T15:32:19.6361642Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6363144Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-09-27T15:32:19.6364696Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-09-27T15:32:19.6366186Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-09-27T15:32:19.6367862Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-09-27T15:32:19.6369505Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-09-27T15:32:19.6371190Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6373613Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-09-27T15:32:19.6375181Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-09-27T15:32:19.6376917Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-09-27T15:32:19.6378551Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-09-27T15:32:19.6380254Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6381802Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-09-27T15:32:19.6383461Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-09-27T15:32:19.6385190Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-09-27T15:32:19.6386832Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-09-27T15:32:19.6388561Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6390243Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6391662Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-09-27T15:32:19.6393365Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-09-27T15:32:19.6394966Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-09-27T15:32:19.6396527Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-09-27T15:32:19.6398051Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-09-27T15:32:19.6399545Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-09-27T15:32:19.6401140Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-09-27T15:32:19.6402771Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-09-27T15:32:19.6404466Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6405946Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-09-27T15:32:19.6407570Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-09-27T15:32:19.6409203Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-09-27T15:32:19.6410939Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6412502Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-09-27T15:32:19.6414015Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-09-27T15:32:19.6415816Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-09-27T15:32:19.6417449Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-09-27T15:32:19.6419126Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6420590Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-09-27T15:32:19.6422390Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-09-27T15:32:19.6424102Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-09-27T15:32:19.6426038Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6427565Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-09-27T15:32:19.6429189Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-09-27T15:32:19.6430713Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-09-27T15:32:19.6432414Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-09-27T15:32:19.6434020Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-09-27T15:32:19.6435693Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6437120Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-09-27T15:32:19.6438728Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-09-27T15:32:19.6440363Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-09-27T15:32:19.6442112Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6443638Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-09-27T15:32:19.6445335Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-09-27T15:32:19.6447055Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-09-27T15:32:19.6448832Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6450440Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-09-27T15:32:19.6452033Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-09-27T15:32:19.6453643Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-09-27T15:32:19.6455430Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-09-27T15:32:19.6457064Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-09-27T15:32:19.6458733Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6460166Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-09-27T15:32:19.6461812Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-09-27T15:32:19.6463817Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-09-27T15:32:19.6465751Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6467379Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.6469060Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.6470695Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-09-27T15:32:19.6472610Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-09-27T15:32:19.6474396Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-09-27T15:32:19.6476136Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-09-27T15:32:19.6477793Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-09-27T15:32:19.6479387Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-09-27T15:32:19.6481127Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-09-27T15:32:19.6482808Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-09-27T15:32:19.6484489Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6485987Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-09-27T15:32:19.6487658Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-09-27T15:32:19.6489259Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-09-27T15:32:19.6490961Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6492438Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-09-27T15:32:19.6494147Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-09-27T15:32:19.6495729Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-09-27T15:32:19.6497383Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6498825Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-09-27T15:32:19.6500434Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-09-27T15:32:19.6502026Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-09-27T15:32:19.6503958Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6505617Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-09-27T15:32:19.6507258Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-09-27T15:32:19.6508528Z adding 'torch/include/ATen/ops/_softmax.h' 2022-09-27T15:32:19.6510733Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-09-27T15:32:19.6512226Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6513658Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:32:19.6515364Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:32:19.6517292Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-09-27T15:32:19.6519009Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:32:19.6520493Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-09-27T15:32:19.6522202Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-09-27T15:32:19.6524047Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6525762Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-09-27T15:32:19.6527409Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-09-27T15:32:19.6528904Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-09-27T15:32:19.6530382Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-09-27T15:32:19.6531996Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-09-27T15:32:19.6533581Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-09-27T15:32:19.6535232Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-09-27T15:32:19.6537016Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6538608Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-09-27T15:32:19.6540293Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-09-27T15:32:19.6541857Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-09-27T15:32:19.6543757Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-09-27T15:32:19.6545537Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6547327Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6548875Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-09-27T15:32:19.6550636Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-09-27T15:32:19.6552280Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-09-27T15:32:19.6553977Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-09-27T15:32:19.6555837Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-09-27T15:32:19.6557921Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6559379Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-09-27T15:32:19.6561165Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6562967Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-09-27T15:32:19.6564837Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6566400Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-09-27T15:32:19.6568185Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6570031Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-09-27T15:32:19.6571857Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6573492Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-09-27T15:32:19.6575248Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6577021Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-09-27T15:32:19.6578854Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6580486Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-09-27T15:32:19.6582337Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6584342Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-09-27T15:32:19.6586397Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-09-27T15:32:19.6588184Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6589873Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-09-27T15:32:19.6591543Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-09-27T15:32:19.6593502Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-09-27T15:32:19.6595331Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6596993Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-09-27T15:32:19.6598689Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-09-27T15:32:19.6600528Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-09-27T15:32:19.6602359Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-09-27T15:32:19.6604239Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6605836Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-09-27T15:32:19.6607635Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6609398Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-09-27T15:32:19.6611216Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6612827Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-09-27T15:32:19.6614613Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-09-27T15:32:19.6616404Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-09-27T15:32:19.6618227Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6619831Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-09-27T15:32:19.6621664Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-09-27T15:32:19.6623567Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-09-27T15:32:19.6625718Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6627333Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-09-27T15:32:19.6629178Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-09-27T15:32:19.6631048Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-09-27T15:32:19.6633139Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-09-27T15:32:19.6634862Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6636765Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-09-27T15:32:19.6638463Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-09-27T15:32:19.6640180Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6641843Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6643556Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-09-27T15:32:19.6645401Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-09-27T15:32:19.6647127Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-09-27T15:32:19.6648863Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6650357Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-09-27T15:32:19.6652082Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-09-27T15:32:19.6653689Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-09-27T15:32:19.6655391Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6656901Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-09-27T15:32:19.6658548Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-09-27T15:32:19.6660272Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-09-27T15:32:19.6662055Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-09-27T15:32:19.6664081Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6665650Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-09-27T15:32:19.6667371Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-09-27T15:32:19.6669070Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6670707Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6672256Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-09-27T15:32:19.6674101Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-09-27T15:32:19.6676187Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-09-27T15:32:19.6678381Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6679939Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-09-27T15:32:19.6682257Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-09-27T15:32:19.6684191Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-09-27T15:32:19.6686269Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-09-27T15:32:19.6688507Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6689987Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-09-27T15:32:19.6692478Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-09-27T15:32:19.6694186Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6696470Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6698100Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-09-27T15:32:19.6700701Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-09-27T15:32:19.6702759Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-09-27T15:32:19.6705042Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6706732Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-09-27T15:32:19.6708694Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-09-27T15:32:19.6710849Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-09-27T15:32:19.6712640Z adding 'torch/include/ATen/ops/_stack.h' 2022-09-27T15:32:19.6714829Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6716638Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-09-27T15:32:19.6718582Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-09-27T15:32:19.6720488Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-09-27T15:32:19.6722589Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-09-27T15:32:19.6724615Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6726343Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-09-27T15:32:19.6728367Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-09-27T15:32:19.6730268Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-09-27T15:32:19.6732317Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6734158Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-09-27T15:32:19.6736084Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-09-27T15:32:19.6737794Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-09-27T15:32:19.6739983Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-09-27T15:32:19.6741774Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-09-27T15:32:19.6744205Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-09-27T15:32:19.6746157Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-09-27T15:32:19.6748320Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6750170Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-09-27T15:32:19.6752215Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-09-27T15:32:19.6753983Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-09-27T15:32:19.6756343Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-09-27T15:32:19.6757991Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-09-27T15:32:19.6760282Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6761932Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-09-27T15:32:19.6764290Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-09-27T15:32:19.6766115Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-09-27T15:32:19.6768378Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6770239Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6772038Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-09-27T15:32:19.6773972Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-09-27T15:32:19.6775528Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-09-27T15:32:19.6777900Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6779344Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-09-27T15:32:19.6780946Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6782608Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6784163Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-09-27T15:32:19.6786218Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-09-27T15:32:19.6787486Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-09-27T15:32:19.6788959Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-09-27T15:32:19.6790518Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-09-27T15:32:19.6792205Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6793414Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-09-27T15:32:19.6794712Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-09-27T15:32:19.6796414Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-09-27T15:32:19.6797962Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-09-27T15:32:19.6799672Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6801358Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-09-27T15:32:19.6802575Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-09-27T15:32:19.6804605Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-09-27T15:32:19.6805515Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-09-27T15:32:19.6807314Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6808677Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-09-27T15:32:19.6810071Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-09-27T15:32:19.6811510Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-09-27T15:32:19.6813051Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-09-27T15:32:19.6814666Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6815962Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-09-27T15:32:19.6817582Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-09-27T15:32:19.6818980Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-09-27T15:32:19.6820374Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6821898Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-09-27T15:32:19.6823550Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-09-27T15:32:19.6825119Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-09-27T15:32:19.6826855Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6828296Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-09-27T15:32:19.6829889Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-09-27T15:32:19.6831554Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-09-27T15:32:19.6833203Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6834665Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-09-27T15:32:19.6836319Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-09-27T15:32:19.6837981Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-09-27T15:32:19.6839659Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6841186Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-09-27T15:32:19.6842789Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-09-27T15:32:19.6844394Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-09-27T15:32:19.6846140Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-09-27T15:32:19.6847825Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6849416Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-09-27T15:32:19.6850887Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-09-27T15:32:19.6852603Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-09-27T15:32:19.6854336Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6855955Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-09-27T15:32:19.6857419Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-09-27T15:32:19.6859141Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-09-27T15:32:19.6860925Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-09-27T15:32:19.6862644Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-09-27T15:32:19.6864527Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6866146Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-09-27T15:32:19.6867946Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6869513Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-09-27T15:32:19.6871082Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-09-27T15:32:19.6872969Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-09-27T15:32:19.6874603Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-09-27T15:32:19.6876329Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-09-27T15:32:19.6878067Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6879642Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-09-27T15:32:19.6881201Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-09-27T15:32:19.6883024Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-09-27T15:32:19.6884901Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-09-27T15:32:19.6886723Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6888263Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-09-27T15:32:19.6890010Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-09-27T15:32:19.6891631Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-09-27T15:32:19.6893286Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6894721Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-09-27T15:32:19.6896371Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-09-27T15:32:19.6898025Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-09-27T15:32:19.6899719Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6901182Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-09-27T15:32:19.6902979Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-09-27T15:32:19.6904821Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h' 2022-09-27T15:32:19.6906552Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6908122Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h' 2022-09-27T15:32:19.6909641Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h' 2022-09-27T15:32:19.6911434Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h' 2022-09-27T15:32:19.6913211Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-09-27T15:32:19.6914948Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6916498Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-09-27T15:32:19.6918107Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-09-27T15:32:19.6919685Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-09-27T15:32:19.6921470Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-09-27T15:32:19.6923509Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-09-27T15:32:19.6925486Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6927265Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-09-27T15:32:19.6928892Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-09-27T15:32:19.6930587Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-09-27T15:32:19.6932704Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-09-27T15:32:19.6934802Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-09-27T15:32:19.6936688Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6938382Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-09-27T15:32:19.6940072Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-09-27T15:32:19.6941811Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-09-27T15:32:19.6943994Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-09-27T15:32:19.6946093Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-09-27T15:32:19.6947871Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6949537Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.6951182Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-09-27T15:32:19.6952879Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-09-27T15:32:19.6954641Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-09-27T15:32:19.6956469Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6958098Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:32:19.6959668Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-09-27T15:32:19.6961543Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-09-27T15:32:19.6963298Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-09-27T15:32:19.6965071Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6966635Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-09-27T15:32:19.6968162Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-09-27T15:32:19.6969931Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-09-27T15:32:19.6971632Z adding 'torch/include/ATen/ops/_unique.h' 2022-09-27T15:32:19.6973335Z adding 'torch/include/ATen/ops/_unique2.h' 2022-09-27T15:32:19.6975113Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6976715Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-09-27T15:32:19.6978287Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-09-27T15:32:19.6979834Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-09-27T15:32:19.6981741Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-09-27T15:32:19.6983526Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.6985287Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-09-27T15:32:19.6986807Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-09-27T15:32:19.6988417Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-09-27T15:32:19.6990142Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-09-27T15:32:19.6991779Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-09-27T15:32:19.6993489Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.6995034Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-09-27T15:32:19.6996712Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-09-27T15:32:19.6998338Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-09-27T15:32:19.7000046Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7001601Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-09-27T15:32:19.7003256Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-09-27T15:32:19.7005087Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-09-27T15:32:19.7007061Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-09-27T15:32:19.7008930Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7010677Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7012234Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7013980Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7015804Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-09-27T15:32:19.7017303Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-09-27T15:32:19.7019219Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-09-27T15:32:19.7021030Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-09-27T15:32:19.7023041Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7024992Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7026505Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-09-27T15:32:19.7028129Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-09-27T15:32:19.7029661Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-09-27T15:32:19.7031411Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-09-27T15:32:19.7033073Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-09-27T15:32:19.7035056Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-09-27T15:32:19.7036911Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-09-27T15:32:19.7039060Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-09-27T15:32:19.7040754Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7042691Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7044225Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7045831Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7047460Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-09-27T15:32:19.7049136Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-09-27T15:32:19.7050810Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-09-27T15:32:19.7052790Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-09-27T15:32:19.7054651Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7056357Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7057944Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-09-27T15:32:19.7059622Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-09-27T15:32:19.7061174Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-09-27T15:32:19.7062915Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-09-27T15:32:19.7064801Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-09-27T15:32:19.7066676Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-09-27T15:32:19.7068545Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-09-27T15:32:19.7070519Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-09-27T15:32:19.7072353Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7074079Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7075616Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7077279Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7078879Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-09-27T15:32:19.7080552Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7082214Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-09-27T15:32:19.7084104Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-09-27T15:32:19.7085971Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7087772Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7089332Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-09-27T15:32:19.7090969Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-09-27T15:32:19.7092554Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-09-27T15:32:19.7094259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-09-27T15:32:19.7095878Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-09-27T15:32:19.7097749Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-09-27T15:32:19.7099675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-09-27T15:32:19.7101659Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-09-27T15:32:19.7103538Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7105600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7107233Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7108857Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7110444Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-09-27T15:32:19.7112230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7113913Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-09-27T15:32:19.7115866Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-09-27T15:32:19.7117731Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7119443Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7120993Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-09-27T15:32:19.7122682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-09-27T15:32:19.7124230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-09-27T15:32:19.7125895Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-09-27T15:32:19.7127614Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-09-27T15:32:19.7129455Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-09-27T15:32:19.7131354Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-09-27T15:32:19.7133293Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-09-27T15:32:19.7135255Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7136972Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7138591Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7140298Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7141945Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-09-27T15:32:19.7143838Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7145600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-09-27T15:32:19.7147555Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-09-27T15:32:19.7149421Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7151142Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7152800Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-09-27T15:32:19.7154481Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-09-27T15:32:19.7156053Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-09-27T15:32:19.7157787Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-09-27T15:32:19.7159489Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-09-27T15:32:19.7161392Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-09-27T15:32:19.7163145Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-09-27T15:32:19.7164802Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:32:19.7167182Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-09-27T15:32:19.7169074Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-09-27T15:32:19.7170807Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-09-27T15:32:19.7172482Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7173994Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:32:19.7175599Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:32:19.7177252Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-09-27T15:32:19.7178907Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-09-27T15:32:19.7180523Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-09-27T15:32:19.7182125Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-09-27T15:32:19.7184055Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-09-27T15:32:19.7185677Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-09-27T15:32:19.7187389Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7188864Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-09-27T15:32:19.7190610Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-09-27T15:32:19.7192202Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-09-27T15:32:19.7193910Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7195378Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-09-27T15:32:19.7197171Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-09-27T15:32:19.7198772Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-09-27T15:32:19.7200507Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7202105Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-09-27T15:32:19.7203715Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-09-27T15:32:19.7205270Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-09-27T15:32:19.7206984Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7208476Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-09-27T15:32:19.7210240Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-09-27T15:32:19.7211818Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-09-27T15:32:19.7213514Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7214982Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-09-27T15:32:19.7216716Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-09-27T15:32:19.7218279Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-09-27T15:32:19.7219970Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7221436Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-09-27T15:32:19.7223358Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-09-27T15:32:19.7224965Z adding 'torch/include/ATen/ops/_values.h' 2022-09-27T15:32:19.7226666Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-09-27T15:32:19.7228365Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7230015Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7231726Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-09-27T15:32:19.7233138Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-09-27T15:32:19.7234689Z adding 'torch/include/ATen/ops/_values_native.h' 2022-09-27T15:32:19.7236305Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-09-27T15:32:19.7237776Z adding 'torch/include/ATen/ops/_version.h' 2022-09-27T15:32:19.7239468Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7240930Z adding 'torch/include/ATen/ops/_version_native.h' 2022-09-27T15:32:19.7242524Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-09-27T15:32:19.7244060Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-09-27T15:32:19.7245754Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7247296Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-09-27T15:32:19.7248984Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7250453Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-09-27T15:32:19.7252160Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-09-27T15:32:19.7253780Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-09-27T15:32:19.7255526Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-09-27T15:32:19.7257223Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7258785Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7260376Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7262114Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-09-27T15:32:19.7264001Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-09-27T15:32:19.7266020Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7267878Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-09-27T15:32:19.7269367Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-09-27T15:32:19.7270938Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-09-27T15:32:19.7272390Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-09-27T15:32:19.7273912Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-09-27T15:32:19.7275620Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-09-27T15:32:19.7277085Z adding 'torch/include/ATen/ops/abs.h' 2022-09-27T15:32:19.7278651Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7280092Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-09-27T15:32:19.7281599Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-09-27T15:32:19.7283076Z adding 'torch/include/ATen/ops/abs_native.h' 2022-09-27T15:32:19.7284691Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-09-27T15:32:19.7286260Z adding 'torch/include/ATen/ops/absolute.h' 2022-09-27T15:32:19.7287906Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7289318Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-09-27T15:32:19.7290963Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-09-27T15:32:19.7292526Z adding 'torch/include/ATen/ops/acos.h' 2022-09-27T15:32:19.7294193Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7295612Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-09-27T15:32:19.7297133Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-09-27T15:32:19.7298581Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-09-27T15:32:19.7300109Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-09-27T15:32:19.7301518Z adding 'torch/include/ATen/ops/acos_native.h' 2022-09-27T15:32:19.7303282Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-09-27T15:32:19.7304978Z adding 'torch/include/ATen/ops/acosh.h' 2022-09-27T15:32:19.7306670Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7308245Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-09-27T15:32:19.7309634Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-09-27T15:32:19.7310977Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-09-27T15:32:19.7312426Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-09-27T15:32:19.7313721Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-09-27T15:32:19.7315210Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-09-27T15:32:19.7316765Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-09-27T15:32:19.7318297Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7319793Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-09-27T15:32:19.7321389Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-09-27T15:32:19.7322803Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-09-27T15:32:19.7324399Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7325861Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:32:19.7327337Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:32:19.7328800Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-09-27T15:32:19.7330489Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-09-27T15:32:19.7332025Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-09-27T15:32:19.7333572Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-09-27T15:32:19.7335128Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7336613Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7338050Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:32:19.7339643Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:32:19.7341217Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7342779Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:32:19.7344471Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:32:19.7345974Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-09-27T15:32:19.7347530Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-09-27T15:32:19.7349040Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-09-27T15:32:19.7350594Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7351968Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-09-27T15:32:19.7353643Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-09-27T15:32:19.7355244Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-09-27T15:32:19.7356831Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-09-27T15:32:19.7358506Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7359983Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7361504Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7362948Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-09-27T15:32:19.7364506Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7366005Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-09-27T15:32:19.7367598Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-09-27T15:32:19.7369289Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7370719Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-09-27T15:32:19.7372242Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-09-27T15:32:19.7373663Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-09-27T15:32:19.7375193Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-09-27T15:32:19.7376704Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-09-27T15:32:19.7378292Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-09-27T15:32:19.7379882Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-09-27T15:32:19.7381462Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-09-27T15:32:19.7383233Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7384885Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7386507Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7387942Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-09-27T15:32:19.7389499Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7390943Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-09-27T15:32:19.7392562Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-09-27T15:32:19.7394190Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7395617Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-09-27T15:32:19.7397107Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-09-27T15:32:19.7398577Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-09-27T15:32:19.7400238Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-09-27T15:32:19.7401699Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-09-27T15:32:19.7403320Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-09-27T15:32:19.7404933Z adding 'torch/include/ATen/ops/add.h' 2022-09-27T15:32:19.7406523Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7408143Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7409581Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-09-27T15:32:19.7411119Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-09-27T15:32:19.7412576Z adding 'torch/include/ATen/ops/add_meta.h' 2022-09-27T15:32:19.7414106Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-09-27T15:32:19.7415710Z adding 'torch/include/ATen/ops/add_native.h' 2022-09-27T15:32:19.7417574Z adding 'torch/include/ATen/ops/add_ops.h' 2022-09-27T15:32:19.7419229Z adding 'torch/include/ATen/ops/addbmm.h' 2022-09-27T15:32:19.7420835Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-09-27T15:32:19.7422420Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-09-27T15:32:19.7424629Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-09-27T15:32:19.7426262Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-09-27T15:32:19.7428621Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-09-27T15:32:19.7430934Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-09-27T15:32:19.7432875Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7434749Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-09-27T15:32:19.7436703Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-09-27T15:32:19.7438498Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-09-27T15:32:19.7440583Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-09-27T15:32:19.7442386Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-09-27T15:32:19.7444602Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-09-27T15:32:19.7446479Z adding 'torch/include/ATen/ops/addcmul.h' 2022-09-27T15:32:19.7448733Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7450340Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-09-27T15:32:19.7452578Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-09-27T15:32:19.7454241Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-09-27T15:32:19.7456366Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-09-27T15:32:19.7458137Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-09-27T15:32:19.7460387Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-09-27T15:32:19.7462341Z adding 'torch/include/ATen/ops/addmm.h' 2022-09-27T15:32:19.7464716Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7466883Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-09-27T15:32:19.7468784Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-09-27T15:32:19.7470655Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-09-27T15:32:19.7472673Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-09-27T15:32:19.7474666Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-09-27T15:32:19.7477093Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-09-27T15:32:19.7478857Z adding 'torch/include/ATen/ops/addmv.h' 2022-09-27T15:32:19.7481200Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7482819Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-09-27T15:32:19.7485019Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-09-27T15:32:19.7486679Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-09-27T15:32:19.7488856Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-09-27T15:32:19.7490637Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-09-27T15:32:19.7492936Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-09-27T15:32:19.7494787Z adding 'torch/include/ATen/ops/addr.h' 2022-09-27T15:32:19.7497024Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7498808Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-09-27T15:32:19.7500847Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-09-27T15:32:19.7502777Z adding 'torch/include/ATen/ops/addr_native.h' 2022-09-27T15:32:19.7505157Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-09-27T15:32:19.7507007Z adding 'torch/include/ATen/ops/adjoint.h' 2022-09-27T15:32:19.7509428Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7510914Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-09-27T15:32:19.7512726Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-09-27T15:32:19.7514161Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-09-27T15:32:19.7515728Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-09-27T15:32:19.7517663Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7519015Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-09-27T15:32:19.7520743Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-09-27T15:32:19.7522093Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7523379Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-09-27T15:32:19.7524973Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-09-27T15:32:19.7526420Z adding 'torch/include/ATen/ops/alias.h' 2022-09-27T15:32:19.7528193Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7529586Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-09-27T15:32:19.7531352Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7533064Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7534443Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-09-27T15:32:19.7536034Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-09-27T15:32:19.7537551Z adding 'torch/include/ATen/ops/alias_native.h' 2022-09-27T15:32:19.7539232Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-09-27T15:32:19.7540602Z adding 'torch/include/ATen/ops/align_as.h' 2022-09-27T15:32:19.7542389Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7544248Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-09-27T15:32:19.7545582Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-09-27T15:32:19.7547175Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-09-27T15:32:19.7549763Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7551283Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-09-27T15:32:19.7552788Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-09-27T15:32:19.7554246Z adding 'torch/include/ATen/ops/align_to.h' 2022-09-27T15:32:19.7555851Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7557420Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-09-27T15:32:19.7558986Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-09-27T15:32:19.7560740Z adding 'torch/include/ATen/ops/all.h' 2022-09-27T15:32:19.7562561Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7564204Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7565898Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-09-27T15:32:19.7567404Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-09-27T15:32:19.7568983Z adding 'torch/include/ATen/ops/all_meta.h' 2022-09-27T15:32:19.7570605Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-09-27T15:32:19.7572191Z adding 'torch/include/ATen/ops/all_native.h' 2022-09-27T15:32:19.7574105Z adding 'torch/include/ATen/ops/all_ops.h' 2022-09-27T15:32:19.7575784Z adding 'torch/include/ATen/ops/allclose.h' 2022-09-27T15:32:19.7577624Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7579062Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-09-27T15:32:19.7580615Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-09-27T15:32:19.7582271Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-09-27T15:32:19.7584097Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7585661Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-09-27T15:32:19.7587305Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-09-27T15:32:19.7588975Z adding 'torch/include/ATen/ops/amax.h' 2022-09-27T15:32:19.7590773Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7592274Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-09-27T15:32:19.7593868Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-09-27T15:32:19.7595398Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-09-27T15:32:19.7596993Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-09-27T15:32:19.7598526Z adding 'torch/include/ATen/ops/amax_native.h' 2022-09-27T15:32:19.7600194Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-09-27T15:32:19.7601892Z adding 'torch/include/ATen/ops/amin.h' 2022-09-27T15:32:19.7603703Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7605208Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-09-27T15:32:19.7606783Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-09-27T15:32:19.7608309Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-09-27T15:32:19.7609906Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-09-27T15:32:19.7611463Z adding 'torch/include/ATen/ops/amin_native.h' 2022-09-27T15:32:19.7613112Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-09-27T15:32:19.7614840Z adding 'torch/include/ATen/ops/aminmax.h' 2022-09-27T15:32:19.7616580Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7618161Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-09-27T15:32:19.7619764Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-09-27T15:32:19.7621310Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-09-27T15:32:19.7623041Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-09-27T15:32:19.7624769Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-09-27T15:32:19.7626871Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-09-27T15:32:19.7628609Z adding 'torch/include/ATen/ops/and.h' 2022-09-27T15:32:19.7630275Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7631853Z adding 'torch/include/ATen/ops/and_native.h' 2022-09-27T15:32:19.7633652Z adding 'torch/include/ATen/ops/and_ops.h' 2022-09-27T15:32:19.7635366Z adding 'torch/include/ATen/ops/angle.h' 2022-09-27T15:32:19.7636953Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-09-27T15:32:19.7638604Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-09-27T15:32:19.7640434Z adding 'torch/include/ATen/ops/angle_native.h' 2022-09-27T15:32:19.7641650Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-09-27T15:32:19.7643361Z adding 'torch/include/ATen/ops/any.h' 2022-09-27T15:32:19.7645169Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7646679Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7648238Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-09-27T15:32:19.7649853Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-09-27T15:32:19.7651487Z adding 'torch/include/ATen/ops/any_meta.h' 2022-09-27T15:32:19.7653143Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-09-27T15:32:19.7655144Z adding 'torch/include/ATen/ops/any_native.h' 2022-09-27T15:32:19.7656975Z adding 'torch/include/ATen/ops/any_ops.h' 2022-09-27T15:32:19.7658808Z adding 'torch/include/ATen/ops/arange.h' 2022-09-27T15:32:19.7660955Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7662560Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-09-27T15:32:19.7664324Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-09-27T15:32:19.7665729Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-09-27T15:32:19.7667364Z adding 'torch/include/ATen/ops/arange_native.h' 2022-09-27T15:32:19.7669285Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-09-27T15:32:19.7671028Z adding 'torch/include/ATen/ops/arccos.h' 2022-09-27T15:32:19.7672786Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7674165Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-09-27T15:32:19.7675829Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-09-27T15:32:19.7677476Z adding 'torch/include/ATen/ops/arccosh.h' 2022-09-27T15:32:19.7679267Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7680701Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-09-27T15:32:19.7682411Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-09-27T15:32:19.7684030Z adding 'torch/include/ATen/ops/arcsin.h' 2022-09-27T15:32:19.7685799Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7687182Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-09-27T15:32:19.7688824Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-09-27T15:32:19.7690469Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-09-27T15:32:19.7692217Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7693679Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-09-27T15:32:19.7695384Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-09-27T15:32:19.7697013Z adding 'torch/include/ATen/ops/arctan.h' 2022-09-27T15:32:19.7698618Z adding 'torch/include/ATen/ops/arctan2.h' 2022-09-27T15:32:19.7700380Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7701858Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-09-27T15:32:19.7703753Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-09-27T15:32:19.7705548Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7706991Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-09-27T15:32:19.7708774Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-09-27T15:32:19.7710374Z adding 'torch/include/ATen/ops/arctanh.h' 2022-09-27T15:32:19.7712138Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7713642Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-09-27T15:32:19.7715245Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-09-27T15:32:19.7716866Z adding 'torch/include/ATen/ops/argmax.h' 2022-09-27T15:32:19.7718716Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7720232Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-09-27T15:32:19.7721866Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-09-27T15:32:19.7723524Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-09-27T15:32:19.7725030Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-09-27T15:32:19.7726570Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-09-27T15:32:19.7728199Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-09-27T15:32:19.7729860Z adding 'torch/include/ATen/ops/argmin.h' 2022-09-27T15:32:19.7731705Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7733205Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-09-27T15:32:19.7734815Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-09-27T15:32:19.7736361Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-09-27T15:32:19.7737977Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-09-27T15:32:19.7739508Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-09-27T15:32:19.7741132Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-09-27T15:32:19.7743044Z adding 'torch/include/ATen/ops/argsort.h' 2022-09-27T15:32:19.7745467Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7746872Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7747922Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-09-27T15:32:19.7749495Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-09-27T15:32:19.7751198Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-09-27T15:32:19.7752609Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-09-27T15:32:19.7754103Z adding 'torch/include/ATen/ops/argwhere.h' 2022-09-27T15:32:19.7756292Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7758075Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-09-27T15:32:19.7758552Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-09-27T15:32:19.7760825Z adding 'torch/include/ATen/ops/as_strided.h' 2022-09-27T15:32:19.7762574Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7764352Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-09-27T15:32:19.7766154Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7767951Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7769401Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-09-27T15:32:19.7771301Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-09-27T15:32:19.7773581Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-09-27T15:32:19.7775268Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-09-27T15:32:19.7777419Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-09-27T15:32:19.7779317Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-09-27T15:32:19.7781527Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-09-27T15:32:19.7783954Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-09-27T15:32:19.7786461Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7788105Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-09-27T15:32:19.7790483Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-09-27T15:32:19.7792171Z adding 'torch/include/ATen/ops/asin.h' 2022-09-27T15:32:19.7794542Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7796062Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-09-27T15:32:19.7798247Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-09-27T15:32:19.7799821Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-09-27T15:32:19.7802055Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-09-27T15:32:19.7803771Z adding 'torch/include/ATen/ops/asin_native.h' 2022-09-27T15:32:19.7806071Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-09-27T15:32:19.7807892Z adding 'torch/include/ATen/ops/asinh.h' 2022-09-27T15:32:19.7810263Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7811737Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-09-27T15:32:19.7814115Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-09-27T15:32:19.7815658Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-09-27T15:32:19.7817816Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-09-27T15:32:19.7819480Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-09-27T15:32:19.7822014Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-09-27T15:32:19.7823869Z adding 'torch/include/ATen/ops/atan.h' 2022-09-27T15:32:19.7826044Z adding 'torch/include/ATen/ops/atan2.h' 2022-09-27T15:32:19.7828175Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7829881Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-09-27T15:32:19.7832056Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-09-27T15:32:19.7833710Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-09-27T15:32:19.7835940Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-09-27T15:32:19.7837597Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-09-27T15:32:19.7839932Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-09-27T15:32:19.7841946Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7843738Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-09-27T15:32:19.7845746Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-09-27T15:32:19.7847607Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-09-27T15:32:19.7849547Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-09-27T15:32:19.7851366Z adding 'torch/include/ATen/ops/atan_native.h' 2022-09-27T15:32:19.7853649Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-09-27T15:32:19.7855460Z adding 'torch/include/ATen/ops/atanh.h' 2022-09-27T15:32:19.7857686Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7859370Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-09-27T15:32:19.7861484Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-09-27T15:32:19.7863281Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-09-27T15:32:19.7865541Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-09-27T15:32:19.7866905Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-09-27T15:32:19.7868434Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-09-27T15:32:19.7870023Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-09-27T15:32:19.7871733Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7873053Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-09-27T15:32:19.7874656Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-09-27T15:32:19.7876171Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-09-27T15:32:19.7877892Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7879064Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-09-27T15:32:19.7880730Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-09-27T15:32:19.7882287Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-09-27T15:32:19.7883887Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7885189Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-09-27T15:32:19.7886836Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-09-27T15:32:19.7888463Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-09-27T15:32:19.7890161Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7891571Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-09-27T15:32:19.7893223Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-09-27T15:32:19.7894950Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-09-27T15:32:19.7896721Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-09-27T15:32:19.7898639Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7900114Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7901896Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7903427Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-09-27T15:32:19.7905417Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7906919Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-09-27T15:32:19.7908542Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-09-27T15:32:19.7910298Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7911633Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-09-27T15:32:19.7913106Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-09-27T15:32:19.7914938Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-09-27T15:32:19.7916595Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-09-27T15:32:19.7918149Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-09-27T15:32:19.7919797Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-09-27T15:32:19.7921451Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-09-27T15:32:19.7923119Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-09-27T15:32:19.7924787Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7926177Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.7927684Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.7929184Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-09-27T15:32:19.7930680Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-09-27T15:32:19.7932156Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-09-27T15:32:19.7933804Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-09-27T15:32:19.7935521Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7936879Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-09-27T15:32:19.7938467Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-09-27T15:32:19.7939927Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-09-27T15:32:19.7942298Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-09-27T15:32:19.7944108Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-09-27T15:32:19.7945983Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-09-27T15:32:19.7947545Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-09-27T15:32:19.7949223Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.7951129Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-09-27T15:32:19.7952399Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-09-27T15:32:19.7953646Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-09-27T15:32:19.7955075Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-09-27T15:32:19.7956831Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-09-27T15:32:19.7958494Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-09-27T15:32:19.7960219Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-09-27T15:32:19.7962001Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7963711Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-09-27T15:32:19.7965336Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-09-27T15:32:19.7966862Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-09-27T15:32:19.7968537Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-09-27T15:32:19.7970322Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7971933Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-09-27T15:32:19.7973376Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-09-27T15:32:19.7975020Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-09-27T15:32:19.7976724Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-09-27T15:32:19.7978435Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7980006Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-09-27T15:32:19.7981521Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-09-27T15:32:19.7983302Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-09-27T15:32:19.7985267Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.7986810Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-09-27T15:32:19.7988588Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-09-27T15:32:19.7990060Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-09-27T15:32:19.7991615Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-09-27T15:32:19.7993100Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-09-27T15:32:19.7994738Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.7996297Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-09-27T15:32:19.7997734Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-09-27T15:32:19.7999312Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-09-27T15:32:19.8001001Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-09-27T15:32:19.8002933Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8004590Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-09-27T15:32:19.8005949Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-09-27T15:32:19.8007812Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-09-27T15:32:19.8009394Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-09-27T15:32:19.8010932Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-09-27T15:32:19.8012584Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-09-27T15:32:19.8014141Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8015803Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-09-27T15:32:19.8017124Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-09-27T15:32:19.8019071Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-09-27T15:32:19.8020834Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-09-27T15:32:19.8022443Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8024113Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-09-27T15:32:19.8026259Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-09-27T15:32:19.8027994Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-09-27T15:32:19.8030379Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-09-27T15:32:19.8032450Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-09-27T15:32:19.8034611Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8036432Z adding 'torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8038338Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-09-27T15:32:19.8040329Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-09-27T15:32:19.8042272Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-09-27T15:32:19.8044413Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-09-27T15:32:19.8046391Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-09-27T15:32:19.8048192Z adding 'torch/include/ATen/ops/bilinear.h' 2022-09-27T15:32:19.8049918Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8051146Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-09-27T15:32:19.8052848Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-09-27T15:32:19.8054655Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-09-27T15:32:19.8056246Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-09-27T15:32:19.8057815Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-09-27T15:32:19.8059522Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8060975Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-09-27T15:32:19.8062804Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-09-27T15:32:19.8064475Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-09-27T15:32:19.8066030Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-09-27T15:32:19.8067514Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-09-27T15:32:19.8069107Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-09-27T15:32:19.8070774Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-09-27T15:32:19.8072489Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8073898Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-09-27T15:32:19.8075498Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-09-27T15:32:19.8076992Z adding 'torch/include/ATen/ops/bincount.h' 2022-09-27T15:32:19.8078576Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8079979Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-09-27T15:32:19.8081435Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-09-27T15:32:19.8082859Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-09-27T15:32:19.8084417Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-09-27T15:32:19.8085919Z adding 'torch/include/ATen/ops/binomial.h' 2022-09-27T15:32:19.8087562Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8088940Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-09-27T15:32:19.8090429Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-09-27T15:32:19.8091934Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-09-27T15:32:19.8093677Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-09-27T15:32:19.8095423Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-09-27T15:32:19.8097170Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8098903Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8100443Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8102084Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-09-27T15:32:19.8103915Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-09-27T15:32:19.8105689Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-09-27T15:32:19.8107387Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-09-27T15:32:19.8109018Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-09-27T15:32:19.8111052Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-09-27T15:32:19.8113031Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-09-27T15:32:19.8114895Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8116637Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8118211Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-09-27T15:32:19.8119890Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-09-27T15:32:19.8121487Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-09-27T15:32:19.8123173Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-09-27T15:32:19.8124842Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-09-27T15:32:19.8126885Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-09-27T15:32:19.8128710Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-09-27T15:32:19.8130479Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8132041Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-09-27T15:32:19.8133713Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-09-27T15:32:19.8135284Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-09-27T15:32:19.8136912Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-09-27T15:32:19.8138472Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-09-27T15:32:19.8140241Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-09-27T15:32:19.8142166Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-09-27T15:32:19.8144221Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8145999Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8147699Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8149267Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-09-27T15:32:19.8150919Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-09-27T15:32:19.8152509Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-09-27T15:32:19.8154066Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-09-27T15:32:19.8155683Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-09-27T15:32:19.8157689Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-09-27T15:32:19.8159663Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-09-27T15:32:19.8161525Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8163248Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8164765Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-09-27T15:32:19.8166429Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-09-27T15:32:19.8167945Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-09-27T15:32:19.8169626Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-09-27T15:32:19.8171222Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-09-27T15:32:19.8173274Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-09-27T15:32:19.8175149Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-09-27T15:32:19.8177001Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8178700Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8180321Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8181912Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-09-27T15:32:19.8183768Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-09-27T15:32:19.8185337Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-09-27T15:32:19.8186975Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-09-27T15:32:19.8188627Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-09-27T15:32:19.8190651Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-09-27T15:32:19.8192608Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-09-27T15:32:19.8194532Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8196119Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-09-27T15:32:19.8198095Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-09-27T15:32:19.8199844Z adding 'torch/include/ATen/ops/block_diag.h' 2022-09-27T15:32:19.8201563Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8203100Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-09-27T15:32:19.8204780Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-09-27T15:32:19.8206459Z adding 'torch/include/ATen/ops/bmm.h' 2022-09-27T15:32:19.8208235Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8209762Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-09-27T15:32:19.8211376Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-09-27T15:32:19.8213074Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-09-27T15:32:19.8214685Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-09-27T15:32:19.8216341Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-09-27T15:32:19.8218060Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-09-27T15:32:19.8219730Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-09-27T15:32:19.8221437Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8223039Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-09-27T15:32:19.8224897Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-09-27T15:32:19.8226522Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-09-27T15:32:19.8228203Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8229523Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-09-27T15:32:19.8231584Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-09-27T15:32:19.8233051Z adding 'torch/include/ATen/ops/bucketize.h' 2022-09-27T15:32:19.8234466Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8236131Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-09-27T15:32:19.8237561Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-09-27T15:32:19.8239039Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-09-27T15:32:19.8240955Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-09-27T15:32:19.8242360Z adding 'torch/include/ATen/ops/can_cast.h' 2022-09-27T15:32:19.8244394Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8244729Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-09-27T15:32:19.8246543Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-09-27T15:32:19.8247992Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-09-27T15:32:19.8249608Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8251642Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-09-27T15:32:19.8252782Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-09-27T15:32:19.8254318Z adding 'torch/include/ATen/ops/cat.h' 2022-09-27T15:32:19.8256102Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8257472Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8258942Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-09-27T15:32:19.8260477Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-09-27T15:32:19.8262448Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-09-27T15:32:19.8264428Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-09-27T15:32:19.8266195Z adding 'torch/include/ATen/ops/cat_native.h' 2022-09-27T15:32:19.8267981Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-09-27T15:32:19.8269656Z adding 'torch/include/ATen/ops/cauchy.h' 2022-09-27T15:32:19.8271370Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8272857Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-09-27T15:32:19.8274377Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-09-27T15:32:19.8275846Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-09-27T15:32:19.8277426Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-09-27T15:32:19.8279104Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-09-27T15:32:19.8280687Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-09-27T15:32:19.8282179Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-09-27T15:32:19.8283874Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8285341Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-09-27T15:32:19.8286940Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-09-27T15:32:19.8288415Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-09-27T15:32:19.8290016Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-09-27T15:32:19.8291606Z adding 'torch/include/ATen/ops/cdist.h' 2022-09-27T15:32:19.8293210Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8294564Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-09-27T15:32:19.8296199Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-09-27T15:32:19.8297714Z adding 'torch/include/ATen/ops/ceil.h' 2022-09-27T15:32:19.8299417Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8300815Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-09-27T15:32:19.8302427Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-09-27T15:32:19.8304130Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-09-27T15:32:19.8305737Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-09-27T15:32:19.8307171Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-09-27T15:32:19.8308856Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-09-27T15:32:19.8310416Z adding 'torch/include/ATen/ops/celu.h' 2022-09-27T15:32:19.8312178Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8313567Z adding 'torch/include/ATen/ops/celu_native.h' 2022-09-27T15:32:19.8315311Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-09-27T15:32:19.8316966Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-09-27T15:32:19.8318617Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8319937Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-09-27T15:32:19.8321590Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-09-27T15:32:19.8323844Z adding 'torch/include/ATen/ops/chalf.h' 2022-09-27T15:32:19.8325560Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8326909Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-09-27T15:32:19.8328475Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-09-27T15:32:19.8330103Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-09-27T15:32:19.8331862Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8333322Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-09-27T15:32:19.8334755Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-09-27T15:32:19.8336405Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-09-27T15:32:19.8337937Z adding 'torch/include/ATen/ops/cholesky.h' 2022-09-27T15:32:19.8339545Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-09-27T15:32:19.8341064Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-09-27T15:32:19.8342676Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-09-27T15:32:19.8344422Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-09-27T15:32:19.8346026Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-09-27T15:32:19.8347459Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-09-27T15:32:19.8349145Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-09-27T15:32:19.8350659Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-09-27T15:32:19.8352257Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-09-27T15:32:19.8353849Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-09-27T15:32:19.8355584Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8357070Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-09-27T15:32:19.8358712Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-09-27T15:32:19.8360338Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-09-27T15:32:19.8361965Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8363554Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-09-27T15:32:19.8365137Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-09-27T15:32:19.8366746Z adding 'torch/include/ATen/ops/chunk.h' 2022-09-27T15:32:19.8368690Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8370111Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-09-27T15:32:19.8371849Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-09-27T15:32:19.8373680Z adding 'torch/include/ATen/ops/clamp.h' 2022-09-27T15:32:19.8375650Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8377287Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-09-27T15:32:19.8379065Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-09-27T15:32:19.8380874Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-09-27T15:32:19.8382895Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8384797Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-09-27T15:32:19.8386491Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-09-27T15:32:19.8388147Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-09-27T15:32:19.8389896Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-09-27T15:32:19.8391517Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-09-27T15:32:19.8393480Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-09-27T15:32:19.8395260Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-09-27T15:32:19.8397027Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-09-27T15:32:19.8398886Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-09-27T15:32:19.8400832Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8402432Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-09-27T15:32:19.8404187Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-09-27T15:32:19.8405809Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-09-27T15:32:19.8407528Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-09-27T15:32:19.8409156Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-09-27T15:32:19.8411121Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-09-27T15:32:19.8412962Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-09-27T15:32:19.8415058Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-09-27T15:32:19.8417088Z adding 'torch/include/ATen/ops/clip.h' 2022-09-27T15:32:19.8419091Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8420690Z adding 'torch/include/ATen/ops/clip_native.h' 2022-09-27T15:32:19.8422822Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-09-27T15:32:19.8424787Z adding 'torch/include/ATen/ops/clone.h' 2022-09-27T15:32:19.8426969Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8428269Z adding 'torch/include/ATen/ops/clone_native.h' 2022-09-27T15:32:19.8429848Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-09-27T15:32:19.8431281Z adding 'torch/include/ATen/ops/coalesce.h' 2022-09-27T15:32:19.8432824Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8434207Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-09-27T15:32:19.8435572Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-09-27T15:32:19.8437028Z adding 'torch/include/ATen/ops/col2im.h' 2022-09-27T15:32:19.8438563Z adding 'torch/include/ATen/ops/col2im_backward.h' 2022-09-27T15:32:19.8440159Z adding 'torch/include/ATen/ops/col2im_backward_cpu_dispatch.h' 2022-09-27T15:32:19.8441649Z adding 'torch/include/ATen/ops/col2im_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8443016Z adding 'torch/include/ATen/ops/col2im_backward_native.h' 2022-09-27T15:32:19.8444620Z adding 'torch/include/ATen/ops/col2im_backward_ops.h' 2022-09-27T15:32:19.8446171Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-09-27T15:32:19.8447590Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-09-27T15:32:19.8449013Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-09-27T15:32:19.8450682Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-09-27T15:32:19.8452352Z adding 'torch/include/ATen/ops/col_indices.h' 2022-09-27T15:32:19.8454080Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-09-27T15:32:19.8455580Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8457106Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8458560Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-09-27T15:32:19.8459931Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-09-27T15:32:19.8461686Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-09-27T15:32:19.8463162Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-09-27T15:32:19.8465354Z adding 'torch/include/ATen/ops/column_stack.h' 2022-09-27T15:32:19.8466991Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8468313Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-09-27T15:32:19.8470104Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-09-27T15:32:19.8471918Z adding 'torch/include/ATen/ops/combinations.h' 2022-09-27T15:32:19.8473334Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8474718Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-09-27T15:32:19.8476332Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-09-27T15:32:19.8478002Z adding 'torch/include/ATen/ops/complex.h' 2022-09-27T15:32:19.8479651Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8481115Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-09-27T15:32:19.8482668Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-09-27T15:32:19.8484101Z adding 'torch/include/ATen/ops/complex_native.h' 2022-09-27T15:32:19.8485767Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-09-27T15:32:19.8487304Z adding 'torch/include/ATen/ops/concat.h' 2022-09-27T15:32:19.8489056Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8490532Z adding 'torch/include/ATen/ops/concat_native.h' 2022-09-27T15:32:19.8492207Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-09-27T15:32:19.8493861Z adding 'torch/include/ATen/ops/concatenate.h' 2022-09-27T15:32:19.8495522Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8496900Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-09-27T15:32:19.8498647Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-09-27T15:32:19.8500155Z adding 'torch/include/ATen/ops/conj.h' 2022-09-27T15:32:19.8501861Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8503292Z adding 'torch/include/ATen/ops/conj_native.h' 2022-09-27T15:32:19.8505025Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-09-27T15:32:19.8506596Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-09-27T15:32:19.8508276Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8509686Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8511113Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-09-27T15:32:19.8512587Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-09-27T15:32:19.8514030Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-09-27T15:32:19.8515696Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-09-27T15:32:19.8517352Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-09-27T15:32:19.8519030Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8520443Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-09-27T15:32:19.8522091Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-09-27T15:32:19.8523542Z adding 'torch/include/ATen/ops/contiguous.h' 2022-09-27T15:32:19.8525148Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8526604Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-09-27T15:32:19.8528107Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-09-27T15:32:19.8529705Z adding 'torch/include/ATen/ops/conv1d.h' 2022-09-27T15:32:19.8531393Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8532831Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-09-27T15:32:19.8534527Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-09-27T15:32:19.8536156Z adding 'torch/include/ATen/ops/conv2d.h' 2022-09-27T15:32:19.8537819Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8539263Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-09-27T15:32:19.8540951Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-09-27T15:32:19.8542730Z adding 'torch/include/ATen/ops/conv3d.h' 2022-09-27T15:32:19.8544638Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8546033Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-09-27T15:32:19.8547756Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-09-27T15:32:19.8549430Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-09-27T15:32:19.8551148Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8552675Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-09-27T15:32:19.8554211Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-09-27T15:32:19.8555905Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-09-27T15:32:19.8557529Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-09-27T15:32:19.8559101Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-09-27T15:32:19.8560697Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8562105Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-09-27T15:32:19.8563692Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-09-27T15:32:19.8565346Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8566806Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-09-27T15:32:19.8568444Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-09-27T15:32:19.8570051Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-09-27T15:32:19.8571697Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8573118Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-09-27T15:32:19.8574734Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-09-27T15:32:19.8576321Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-09-27T15:32:19.8577979Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8579410Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-09-27T15:32:19.8581027Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-09-27T15:32:19.8582694Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-09-27T15:32:19.8584430Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8586176Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-09-27T15:32:19.8587827Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-09-27T15:32:19.8589532Z adding 'torch/include/ATen/ops/convolution.h' 2022-09-27T15:32:19.8591323Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-09-27T15:32:19.8593099Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8594658Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8596170Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-09-27T15:32:19.8597965Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-09-27T15:32:19.8599850Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-09-27T15:32:19.8601715Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8603189Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-09-27T15:32:19.8604966Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-09-27T15:32:19.8606679Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8608153Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-09-27T15:32:19.8609852Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-09-27T15:32:19.8611613Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-09-27T15:32:19.8613352Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8614842Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-09-27T15:32:19.8616537Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-09-27T15:32:19.8618121Z adding 'torch/include/ATen/ops/copy.h' 2022-09-27T15:32:19.8619763Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8621272Z adding 'torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8622784Z adding 'torch/include/ATen/ops/copy_native.h' 2022-09-27T15:32:19.8624867Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-09-27T15:32:19.8626474Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-09-27T15:32:19.8628145Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8629649Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-09-27T15:32:19.8631181Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-09-27T15:32:19.8632790Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-09-27T15:32:19.8634323Z adding 'torch/include/ATen/ops/copysign.h' 2022-09-27T15:32:19.8636414Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8637766Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8639272Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-09-27T15:32:19.8640800Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-09-27T15:32:19.8642251Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-09-27T15:32:19.8643856Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-09-27T15:32:19.8645523Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-09-27T15:32:19.8647112Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-09-27T15:32:19.8648997Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-09-27T15:32:19.8650296Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8651592Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-09-27T15:32:19.8652979Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-09-27T15:32:19.8654389Z adding 'torch/include/ATen/ops/cos.h' 2022-09-27T15:32:19.8655969Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8657272Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-09-27T15:32:19.8658662Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-09-27T15:32:19.8659996Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-09-27T15:32:19.8661406Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-09-27T15:32:19.8662893Z adding 'torch/include/ATen/ops/cos_native.h' 2022-09-27T15:32:19.8664826Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-09-27T15:32:19.8666219Z adding 'torch/include/ATen/ops/cosh.h' 2022-09-27T15:32:19.8667804Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8669245Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-09-27T15:32:19.8670657Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-09-27T15:32:19.8672071Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-09-27T15:32:19.8673660Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-09-27T15:32:19.8675065Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-09-27T15:32:19.8676732Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-09-27T15:32:19.8678380Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-09-27T15:32:19.8680024Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8681473Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-09-27T15:32:19.8683083Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-09-27T15:32:19.8684652Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-09-27T15:32:19.8686272Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8687729Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-09-27T15:32:19.8689316Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-09-27T15:32:19.8690956Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-09-27T15:32:19.8692692Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8695022Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-09-27T15:32:19.8696591Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-09-27T15:32:19.8698117Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-09-27T15:32:19.8699967Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-09-27T15:32:19.8701789Z adding 'torch/include/ATen/ops/cov.h' 2022-09-27T15:32:19.8703397Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8705103Z adding 'torch/include/ATen/ops/cov_native.h' 2022-09-27T15:32:19.8706733Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-09-27T15:32:19.8708406Z adding 'torch/include/ATen/ops/cross.h' 2022-09-27T15:32:19.8709904Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8711652Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-09-27T15:32:19.8713346Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8714809Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-09-27T15:32:19.8716564Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-09-27T15:32:19.8718144Z adding 'torch/include/ATen/ops/cross_native.h' 2022-09-27T15:32:19.8719965Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-09-27T15:32:19.8721541Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-09-27T15:32:19.8723146Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-09-27T15:32:19.8724958Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8726611Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8728108Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-09-27T15:32:19.8729849Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-09-27T15:32:19.8731394Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-09-27T15:32:19.8733051Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-09-27T15:32:19.8734676Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-09-27T15:32:19.8736597Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8737946Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-09-27T15:32:19.8739537Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-09-27T15:32:19.8741230Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-09-27T15:32:19.8742937Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-09-27T15:32:19.8744743Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8746554Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8748787Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-09-27T15:32:19.8750085Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-09-27T15:32:19.8752702Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8754249Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-09-27T15:32:19.8756232Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-09-27T15:32:19.8758356Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-09-27T15:32:19.8760569Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-09-27T15:32:19.8762684Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-09-27T15:32:19.8764942Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8766737Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8769005Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-09-27T15:32:19.8771168Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-09-27T15:32:19.8773292Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8775255Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-09-27T15:32:19.8777349Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-09-27T15:32:19.8779556Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-09-27T15:32:19.8781456Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-09-27T15:32:19.8784071Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-09-27T15:32:19.8786080Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8788109Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:32:19.8789936Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-09-27T15:32:19.8792273Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-09-27T15:32:19.8794253Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8796214Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-09-27T15:32:19.8798065Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-09-27T15:32:19.8800442Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-09-27T15:32:19.8802236Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-09-27T15:32:19.8804554Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8806264Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-09-27T15:32:19.8808267Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-09-27T15:32:19.8810514Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-09-27T15:32:19.8812556Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-09-27T15:32:19.8814725Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8816626Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:32:19.8818503Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-09-27T15:32:19.8820756Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-09-27T15:32:19.8822694Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-09-27T15:32:19.8825080Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-09-27T15:32:19.8827229Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8828990Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-09-27T15:32:19.8830910Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-09-27T15:32:19.8833008Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-09-27T15:32:19.8835185Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8836807Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-09-27T15:32:19.8838884Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-09-27T15:32:19.8840856Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-09-27T15:32:19.8842738Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-09-27T15:32:19.8845033Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8846239Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-09-27T15:32:19.8848630Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-09-27T15:32:19.8850364Z adding 'torch/include/ATen/ops/cummax.h' 2022-09-27T15:32:19.8852663Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8854426Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8856378Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-09-27T15:32:19.8858629Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-09-27T15:32:19.8860446Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-09-27T15:32:19.8862658Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8864413Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-09-27T15:32:19.8866624Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-09-27T15:32:19.8868509Z adding 'torch/include/ATen/ops/cummin.h' 2022-09-27T15:32:19.8870646Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8872544Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8874355Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-09-27T15:32:19.8876700Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-09-27T15:32:19.8878605Z adding 'torch/include/ATen/ops/cumprod.h' 2022-09-27T15:32:19.8880577Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-09-27T15:32:19.8882577Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8884244Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-09-27T15:32:19.8886409Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-09-27T15:32:19.8888450Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8890353Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8892243Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-09-27T15:32:19.8894220Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-09-27T15:32:19.8895997Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-09-27T15:32:19.8898139Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-09-27T15:32:19.8899864Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-09-27T15:32:19.8902569Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-09-27T15:32:19.8904745Z adding 'torch/include/ATen/ops/cumsum.h' 2022-09-27T15:32:19.8907112Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8908957Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8910854Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-09-27T15:32:19.8912770Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-09-27T15:32:19.8914644Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-09-27T15:32:19.8916548Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-09-27T15:32:19.8918563Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-09-27T15:32:19.8920932Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-09-27T15:32:19.8922845Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-09-27T15:32:19.8924876Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8926747Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-09-27T15:32:19.8928741Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-09-27T15:32:19.8930535Z adding 'torch/include/ATen/ops/data.h' 2022-09-27T15:32:19.8932696Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8934274Z adding 'torch/include/ATen/ops/data_native.h' 2022-09-27T15:32:19.8936339Z adding 'torch/include/ATen/ops/data_ops.h' 2022-09-27T15:32:19.8938202Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-09-27T15:32:19.8940247Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8942053Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-09-27T15:32:19.8944487Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-09-27T15:32:19.8946114Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-09-27T15:32:19.8948953Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-09-27T15:32:19.8949499Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-09-27T15:32:19.8951682Z adding 'torch/include/ATen/ops/dequantize.h' 2022-09-27T15:32:19.8954014Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8955835Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-09-27T15:32:19.8957739Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-09-27T15:32:19.8959747Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-09-27T15:32:19.8962075Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-09-27T15:32:19.8964104Z adding 'torch/include/ATen/ops/det.h' 2022-09-27T15:32:19.8966228Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8967991Z adding 'torch/include/ATen/ops/det_native.h' 2022-09-27T15:32:19.8970067Z adding 'torch/include/ATen/ops/det_ops.h' 2022-09-27T15:32:19.8972129Z adding 'torch/include/ATen/ops/detach.h' 2022-09-27T15:32:19.8974277Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8976166Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-09-27T15:32:19.8978358Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.8980457Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.8982270Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-09-27T15:32:19.8984539Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-09-27T15:32:19.8986656Z adding 'torch/include/ATen/ops/detach_native.h' 2022-09-27T15:32:19.8988835Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-09-27T15:32:19.8990869Z adding 'torch/include/ATen/ops/diag.h' 2022-09-27T15:32:19.8993001Z adding 'torch/include/ATen/ops/diag_backward.h' 2022-09-27T15:32:19.8995196Z adding 'torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.8996836Z adding 'torch/include/ATen/ops/diag_backward_native.h' 2022-09-27T15:32:19.8998944Z adding 'torch/include/ATen/ops/diag_backward_ops.h' 2022-09-27T15:32:19.9001157Z adding 'torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9003089Z adding 'torch/include/ATen/ops/diag_cpu_dispatch.h' 2022-09-27T15:32:19.9005237Z adding 'torch/include/ATen/ops/diag_cuda_dispatch.h' 2022-09-27T15:32:19.9007415Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-09-27T15:32:19.9009699Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9011545Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-09-27T15:32:19.9013740Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-09-27T15:32:19.9015748Z adding 'torch/include/ATen/ops/diag_native.h' 2022-09-27T15:32:19.9017904Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-09-27T15:32:19.9019919Z adding 'torch/include/ATen/ops/diagflat.h' 2022-09-27T15:32:19.9022192Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9024227Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-09-27T15:32:19.9026374Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-09-27T15:32:19.9028485Z adding 'torch/include/ATen/ops/diagonal.h' 2022-09-27T15:32:19.9030663Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-09-27T15:32:19.9032964Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9034806Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-09-27T15:32:19.9037051Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-09-27T15:32:19.9039355Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9041469Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9043320Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-09-27T15:32:19.9045579Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9047709Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9049447Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-09-27T15:32:19.9051706Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-09-27T15:32:19.9053652Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-09-27T15:32:19.9055942Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-09-27T15:32:19.9058152Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-09-27T15:32:19.9060403Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9062330Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-09-27T15:32:19.9064785Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-09-27T15:32:19.9067653Z adding 'torch/include/ATen/ops/diff.h' 2022-09-27T15:32:19.9069921Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9071542Z adding 'torch/include/ATen/ops/diff_native.h' 2022-09-27T15:32:19.9073927Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-09-27T15:32:19.9075723Z adding 'torch/include/ATen/ops/digamma.h' 2022-09-27T15:32:19.9077960Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9079623Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-09-27T15:32:19.9081713Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-09-27T15:32:19.9083481Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-09-27T15:32:19.9085475Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-09-27T15:32:19.9087254Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-09-27T15:32:19.9089470Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-09-27T15:32:19.9091314Z adding 'torch/include/ATen/ops/dist.h' 2022-09-27T15:32:19.9093574Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9095077Z adding 'torch/include/ATen/ops/dist_native.h' 2022-09-27T15:32:19.9097394Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-09-27T15:32:19.9099483Z adding 'torch/include/ATen/ops/div.h' 2022-09-27T15:32:19.9101913Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9104045Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9106125Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-09-27T15:32:19.9108116Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-09-27T15:32:19.9109995Z adding 'torch/include/ATen/ops/div_meta.h' 2022-09-27T15:32:19.9112075Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-09-27T15:32:19.9114011Z adding 'torch/include/ATen/ops/div_native.h' 2022-09-27T15:32:19.9116711Z adding 'torch/include/ATen/ops/div_ops.h' 2022-09-27T15:32:19.9119014Z adding 'torch/include/ATen/ops/divide.h' 2022-09-27T15:32:19.9121176Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9122918Z adding 'torch/include/ATen/ops/divide_native.h' 2022-09-27T15:32:19.9125727Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-09-27T15:32:19.9127548Z adding 'torch/include/ATen/ops/dot.h' 2022-09-27T15:32:19.9129802Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9131473Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-09-27T15:32:19.9133561Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-09-27T15:32:19.9135314Z adding 'torch/include/ATen/ops/dot_native.h' 2022-09-27T15:32:19.9137525Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-09-27T15:32:19.9139325Z adding 'torch/include/ATen/ops/dropout.h' 2022-09-27T15:32:19.9141531Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9143148Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-09-27T15:32:19.9145544Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-09-27T15:32:19.9147309Z adding 'torch/include/ATen/ops/dsplit.h' 2022-09-27T15:32:19.9149488Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9152250Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-09-27T15:32:19.9154255Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-09-27T15:32:19.9156195Z adding 'torch/include/ATen/ops/dstack.h' 2022-09-27T15:32:19.9158257Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9159925Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-09-27T15:32:19.9162114Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-09-27T15:32:19.9163815Z adding 'torch/include/ATen/ops/einsum.h' 2022-09-27T15:32:19.9166002Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9167512Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-09-27T15:32:19.9169762Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-09-27T15:32:19.9171605Z adding 'torch/include/ATen/ops/elu.h' 2022-09-27T15:32:19.9173745Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-09-27T15:32:19.9175865Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9177988Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9180007Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9181901Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-09-27T15:32:19.9184181Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-09-27T15:32:19.9186061Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-09-27T15:32:19.9188375Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-09-27T15:32:19.9190414Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9192318Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-09-27T15:32:19.9194205Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-09-27T15:32:19.9195960Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-09-27T15:32:19.9197610Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-09-27T15:32:19.9199101Z adding 'torch/include/ATen/ops/elu_native.h' 2022-09-27T15:32:19.9200748Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-09-27T15:32:19.9202358Z adding 'torch/include/ATen/ops/embedding.h' 2022-09-27T15:32:19.9203920Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-09-27T15:32:19.9205601Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9207095Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-09-27T15:32:19.9208656Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-09-27T15:32:19.9210303Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-09-27T15:32:19.9212292Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9213753Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-09-27T15:32:19.9215459Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-09-27T15:32:19.9217250Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9219024Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-09-27T15:32:19.9220606Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9222160Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9223896Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9225603Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-09-27T15:32:19.9227266Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-09-27T15:32:19.9228826Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-09-27T15:32:19.9230445Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-09-27T15:32:19.9232785Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-09-27T15:32:19.9234603Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9235363Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-09-27T15:32:19.9237879Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-09-27T15:32:19.9239461Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-09-27T15:32:19.9241668Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-09-27T15:32:19.9243263Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-09-27T15:32:19.9244934Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-09-27T15:32:19.9246729Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9247845Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-09-27T15:32:19.9249499Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-09-27T15:32:19.9251346Z adding 'torch/include/ATen/ops/empty.h' 2022-09-27T15:32:19.9253107Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9254631Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9256048Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-09-27T15:32:19.9257495Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-09-27T15:32:19.9259096Z adding 'torch/include/ATen/ops/empty_like.h' 2022-09-27T15:32:19.9260749Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9262198Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-09-27T15:32:19.9264038Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-09-27T15:32:19.9265617Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-09-27T15:32:19.9267217Z adding 'torch/include/ATen/ops/empty_native.h' 2022-09-27T15:32:19.9269093Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-09-27T15:32:19.9270866Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-09-27T15:32:19.9272521Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9273910Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-09-27T15:32:19.9275712Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-09-27T15:32:19.9277326Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-09-27T15:32:19.9278933Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9280361Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-09-27T15:32:19.9281862Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-09-27T15:32:19.9283333Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-09-27T15:32:19.9284771Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-09-27T15:32:19.9286338Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-09-27T15:32:19.9287851Z adding 'torch/include/ATen/ops/eq.h' 2022-09-27T15:32:19.9289422Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9290807Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-09-27T15:32:19.9292372Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-09-27T15:32:19.9293696Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-09-27T15:32:19.9295186Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-09-27T15:32:19.9296934Z adding 'torch/include/ATen/ops/eq_native.h' 2022-09-27T15:32:19.9298950Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-09-27T15:32:19.9300792Z adding 'torch/include/ATen/ops/equal.h' 2022-09-27T15:32:19.9302328Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-09-27T15:32:19.9303921Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-09-27T15:32:19.9305429Z adding 'torch/include/ATen/ops/equal_native.h' 2022-09-27T15:32:19.9307092Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-09-27T15:32:19.9308420Z adding 'torch/include/ATen/ops/erf.h' 2022-09-27T15:32:19.9310455Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9311324Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-09-27T15:32:19.9312980Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-09-27T15:32:19.9314329Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-09-27T15:32:19.9315780Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-09-27T15:32:19.9317291Z adding 'torch/include/ATen/ops/erf_native.h' 2022-09-27T15:32:19.9319299Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-09-27T15:32:19.9320766Z adding 'torch/include/ATen/ops/erfc.h' 2022-09-27T15:32:19.9322547Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9323799Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-09-27T15:32:19.9325230Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-09-27T15:32:19.9326606Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-09-27T15:32:19.9328062Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-09-27T15:32:19.9329420Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-09-27T15:32:19.9330999Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-09-27T15:32:19.9332528Z adding 'torch/include/ATen/ops/erfinv.h' 2022-09-27T15:32:19.9334246Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9335519Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-09-27T15:32:19.9336965Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-09-27T15:32:19.9338343Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-09-27T15:32:19.9339838Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-09-27T15:32:19.9341272Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-09-27T15:32:19.9343090Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-09-27T15:32:19.9344504Z adding 'torch/include/ATen/ops/exp.h' 2022-09-27T15:32:19.9346297Z adding 'torch/include/ATen/ops/exp2.h' 2022-09-27T15:32:19.9348151Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9349291Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-09-27T15:32:19.9350861Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-09-27T15:32:19.9352443Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-09-27T15:32:19.9353619Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-09-27T15:32:19.9355157Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-09-27T15:32:19.9356759Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-09-27T15:32:19.9358452Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9359872Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-09-27T15:32:19.9361534Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-09-27T15:32:19.9362890Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-09-27T15:32:19.9364493Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-09-27T15:32:19.9365891Z adding 'torch/include/ATen/ops/exp_native.h' 2022-09-27T15:32:19.9367626Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-09-27T15:32:19.9369095Z adding 'torch/include/ATen/ops/expand.h' 2022-09-27T15:32:19.9370605Z adding 'torch/include/ATen/ops/expand_as.h' 2022-09-27T15:32:19.9372400Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9373823Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-09-27T15:32:19.9375373Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-09-27T15:32:19.9376875Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9378419Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-09-27T15:32:19.9380199Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9381802Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9383201Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-09-27T15:32:19.9385209Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-09-27T15:32:19.9386873Z adding 'torch/include/ATen/ops/expand_native.h' 2022-09-27T15:32:19.9388439Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-09-27T15:32:19.9389962Z adding 'torch/include/ATen/ops/expm1.h' 2022-09-27T15:32:19.9391621Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9393082Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-09-27T15:32:19.9394636Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-09-27T15:32:19.9396165Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-09-27T15:32:19.9397740Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-09-27T15:32:19.9399341Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-09-27T15:32:19.9401068Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-09-27T15:32:19.9402758Z adding 'torch/include/ATen/ops/exponential.h' 2022-09-27T15:32:19.9404508Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9406031Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-09-27T15:32:19.9407592Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-09-27T15:32:19.9409161Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-09-27T15:32:19.9410689Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-09-27T15:32:19.9412487Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-09-27T15:32:19.9414279Z adding 'torch/include/ATen/ops/eye.h' 2022-09-27T15:32:19.9416061Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9417665Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-09-27T15:32:19.9419247Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-09-27T15:32:19.9420733Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-09-27T15:32:19.9422368Z adding 'torch/include/ATen/ops/eye_native.h' 2022-09-27T15:32:19.9424436Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-09-27T15:32:19.9426262Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-09-27T15:32:19.9427997Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-09-27T15:32:19.9429648Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-09-27T15:32:19.9431349Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9432794Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-09-27T15:32:19.9434468Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-09-27T15:32:19.9436190Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9437759Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:32:19.9439366Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:32:19.9440895Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-09-27T15:32:19.9442730Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-09-27T15:32:19.9444486Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9445895Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-09-27T15:32:19.9447524Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-09-27T15:32:19.9449094Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-09-27T15:32:19.9450626Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-09-27T15:32:19.9452146Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-09-27T15:32:19.9453644Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9455035Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-09-27T15:32:19.9456504Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-09-27T15:32:19.9458076Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9459566Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:32:19.9461056Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:32:19.9462538Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-09-27T15:32:19.9464327Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-09-27T15:32:19.9465984Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9467397Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-09-27T15:32:19.9468995Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-09-27T15:32:19.9470566Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-09-27T15:32:19.9472150Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9473598Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-09-27T15:32:19.9475170Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9476532Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-09-27T15:32:19.9478008Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-09-27T15:32:19.9479426Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-09-27T15:32:19.9480938Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-09-27T15:32:19.9482518Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-09-27T15:32:19.9484147Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9485625Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-09-27T15:32:19.9487197Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9488602Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-09-27T15:32:19.9490158Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-09-27T15:32:19.9491602Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-09-27T15:32:19.9493168Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-09-27T15:32:19.9494708Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-09-27T15:32:19.9496292Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9497675Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-09-27T15:32:19.9499241Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-09-27T15:32:19.9500672Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-09-27T15:32:19.9502274Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9503862Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-09-27T15:32:19.9505399Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-09-27T15:32:19.9506926Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-09-27T15:32:19.9508543Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9509960Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-09-27T15:32:19.9511418Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-09-27T15:32:19.9512895Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-09-27T15:32:19.9514450Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9515816Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-09-27T15:32:19.9517366Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-09-27T15:32:19.9518871Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-09-27T15:32:19.9520450Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9521863Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-09-27T15:32:19.9524097Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-09-27T15:32:19.9525899Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-09-27T15:32:19.9527436Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-09-27T15:32:19.9528973Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9530381Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-09-27T15:32:19.9531978Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-09-27T15:32:19.9533657Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9535077Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-09-27T15:32:19.9536664Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-09-27T15:32:19.9538231Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-09-27T15:32:19.9539883Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9541296Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-09-27T15:32:19.9543033Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-09-27T15:32:19.9544800Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-09-27T15:32:19.9546693Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9548156Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-09-27T15:32:19.9549770Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-09-27T15:32:19.9551331Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-09-27T15:32:19.9552946Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9554305Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-09-27T15:32:19.9555863Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-09-27T15:32:19.9557432Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-09-27T15:32:19.9559030Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-09-27T15:32:19.9560686Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9562127Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-09-27T15:32:19.9563724Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-09-27T15:32:19.9565366Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9566812Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-09-27T15:32:19.9568469Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-09-27T15:32:19.9570091Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-09-27T15:32:19.9571821Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9573206Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-09-27T15:32:19.9574818Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-09-27T15:32:19.9576419Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-09-27T15:32:19.9578013Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-09-27T15:32:19.9579704Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9581122Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-09-27T15:32:19.9582832Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-09-27T15:32:19.9584796Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9586420Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-09-27T15:32:19.9588053Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-09-27T15:32:19.9589967Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-09-27T15:32:19.9591381Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9592782Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-09-27T15:32:19.9594404Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-09-27T15:32:19.9595947Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-09-27T15:32:19.9597543Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9598855Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-09-27T15:32:19.9600422Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-09-27T15:32:19.9601945Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-09-27T15:32:19.9603529Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-09-27T15:32:19.9605206Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9606650Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-09-27T15:32:19.9608262Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-09-27T15:32:19.9609932Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9611347Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-09-27T15:32:19.9612936Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-09-27T15:32:19.9614538Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-09-27T15:32:19.9616239Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9617683Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-09-27T15:32:19.9619295Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-09-27T15:32:19.9620887Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-09-27T15:32:19.9622547Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-09-27T15:32:19.9624269Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9625754Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-09-27T15:32:19.9627407Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-09-27T15:32:19.9629122Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9630537Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-09-27T15:32:19.9632637Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-09-27T15:32:19.9634144Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-09-27T15:32:19.9635562Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9636983Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-09-27T15:32:19.9638451Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-09-27T15:32:19.9640155Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-09-27T15:32:19.9641717Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-09-27T15:32:19.9643330Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9644848Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-09-27T15:32:19.9646221Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-09-27T15:32:19.9647933Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9649273Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-09-27T15:32:19.9650832Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-09-27T15:32:19.9652650Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-09-27T15:32:19.9654521Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9655846Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-09-27T15:32:19.9657670Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-09-27T15:32:19.9659422Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-09-27T15:32:19.9661093Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9662634Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-09-27T15:32:19.9664216Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-09-27T15:32:19.9665787Z adding 'torch/include/ATen/ops/fill.h' 2022-09-27T15:32:19.9667433Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9668825Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-09-27T15:32:19.9670242Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-09-27T15:32:19.9671615Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-09-27T15:32:19.9673094Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9674398Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-09-27T15:32:19.9675819Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-09-27T15:32:19.9677258Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-09-27T15:32:19.9678667Z adding 'torch/include/ATen/ops/fill_native.h' 2022-09-27T15:32:19.9680373Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-09-27T15:32:19.9681916Z adding 'torch/include/ATen/ops/fix.h' 2022-09-27T15:32:19.9683456Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9684785Z adding 'torch/include/ATen/ops/fix_native.h' 2022-09-27T15:32:19.9686292Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-09-27T15:32:19.9687859Z adding 'torch/include/ATen/ops/flatten.h' 2022-09-27T15:32:19.9689462Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9690857Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-09-27T15:32:19.9692354Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9693646Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-09-27T15:32:19.9695090Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-09-27T15:32:19.9696470Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-09-27T15:32:19.9698074Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-09-27T15:32:19.9699631Z adding 'torch/include/ATen/ops/flip.h' 2022-09-27T15:32:19.9701202Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9702607Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-09-27T15:32:19.9704132Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-09-27T15:32:19.9705554Z adding 'torch/include/ATen/ops/flip_native.h' 2022-09-27T15:32:19.9707083Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-09-27T15:32:19.9708487Z adding 'torch/include/ATen/ops/fliplr.h' 2022-09-27T15:32:19.9710003Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9711334Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-09-27T15:32:19.9712741Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-09-27T15:32:19.9714145Z adding 'torch/include/ATen/ops/flipud.h' 2022-09-27T15:32:19.9715628Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9716908Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-09-27T15:32:19.9718232Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-09-27T15:32:19.9719797Z adding 'torch/include/ATen/ops/float_power.h' 2022-09-27T15:32:19.9721505Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9722794Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-09-27T15:32:19.9724649Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-09-27T15:32:19.9726250Z adding 'torch/include/ATen/ops/floor.h' 2022-09-27T15:32:19.9727814Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9729136Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-09-27T15:32:19.9730559Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-09-27T15:32:19.9731982Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-09-27T15:32:19.9733502Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9734875Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-09-27T15:32:19.9736301Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-09-27T15:32:19.9737690Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-09-27T15:32:19.9739036Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-09-27T15:32:19.9740739Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-09-27T15:32:19.9742268Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-09-27T15:32:19.9743887Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-09-27T15:32:19.9745493Z adding 'torch/include/ATen/ops/floor_native.h' 2022-09-27T15:32:19.9747073Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-09-27T15:32:19.9748564Z adding 'torch/include/ATen/ops/fmax.h' 2022-09-27T15:32:19.9750139Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9751461Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-09-27T15:32:19.9752894Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-09-27T15:32:19.9754239Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-09-27T15:32:19.9755675Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-09-27T15:32:19.9757021Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-09-27T15:32:19.9758509Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-09-27T15:32:19.9759942Z adding 'torch/include/ATen/ops/fmin.h' 2022-09-27T15:32:19.9761526Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9762845Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-09-27T15:32:19.9764271Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-09-27T15:32:19.9765626Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-09-27T15:32:19.9767056Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-09-27T15:32:19.9768403Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-09-27T15:32:19.9769908Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-09-27T15:32:19.9771434Z adding 'torch/include/ATen/ops/fmod.h' 2022-09-27T15:32:19.9773043Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9774540Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9775889Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-09-27T15:32:19.9777299Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-09-27T15:32:19.9778649Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-09-27T15:32:19.9780081Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-09-27T15:32:19.9781464Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-09-27T15:32:19.9783230Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-09-27T15:32:19.9784968Z adding 'torch/include/ATen/ops/frac.h' 2022-09-27T15:32:19.9786538Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9787866Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-09-27T15:32:19.9789301Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-09-27T15:32:19.9790657Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-09-27T15:32:19.9792068Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-09-27T15:32:19.9793488Z adding 'torch/include/ATen/ops/frac_native.h' 2022-09-27T15:32:19.9794950Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-09-27T15:32:19.9796535Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-09-27T15:32:19.9798109Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-09-27T15:32:19.9799781Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9801154Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9802614Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9804029Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-09-27T15:32:19.9805482Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:32:19.9806874Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-09-27T15:32:19.9808501Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-09-27T15:32:19.9810112Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9811489Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-09-27T15:32:19.9812967Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-09-27T15:32:19.9814311Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-09-27T15:32:19.9815802Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-09-27T15:32:19.9817230Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-09-27T15:32:19.9818826Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-09-27T15:32:19.9820388Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-09-27T15:32:19.9822014Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-09-27T15:32:19.9823698Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9825147Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9826576Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-09-27T15:32:19.9828151Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-09-27T15:32:19.9829810Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9831146Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-09-27T15:32:19.9832699Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-09-27T15:32:19.9834919Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-09-27T15:32:19.9836563Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-09-27T15:32:19.9838054Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-09-27T15:32:19.9839683Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-09-27T15:32:19.9841183Z adding 'torch/include/ATen/ops/frexp.h' 2022-09-27T15:32:19.9842702Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9844072Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-09-27T15:32:19.9845503Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-09-27T15:32:19.9846845Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-09-27T15:32:19.9848330Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-09-27T15:32:19.9849837Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-09-27T15:32:19.9851401Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9852718Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-09-27T15:32:19.9854260Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-09-27T15:32:19.9856104Z adding 'torch/include/ATen/ops/from_blob.h' 2022-09-27T15:32:19.9857755Z adding 'torch/include/ATen/ops/from_file.h' 2022-09-27T15:32:19.9859391Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9860765Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-09-27T15:32:19.9862268Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-09-27T15:32:19.9864055Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-09-27T15:32:19.9865743Z adding 'torch/include/ATen/ops/full.h' 2022-09-27T15:32:19.9867466Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9869049Z adding 'torch/include/ATen/ops/full_like.h' 2022-09-27T15:32:19.9870695Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9872093Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-09-27T15:32:19.9873740Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-09-27T15:32:19.9882187Z adding 'torch/include/ATen/ops/full_native.h' 2022-09-27T15:32:19.9884112Z adding 'torch/include/ATen/ops/full_ops.h' 2022-09-27T15:32:19.9885828Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-09-27T15:32:19.9887411Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9888788Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-09-27T15:32:19.9890457Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-09-27T15:32:19.9891990Z adding 'torch/include/ATen/ops/gather.h' 2022-09-27T15:32:19.9893961Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-09-27T15:32:19.9895424Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9897241Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-09-27T15:32:19.9898461Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-09-27T15:32:19.9900366Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9901863Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9903203Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-09-27T15:32:19.9904840Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-09-27T15:32:19.9906662Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-09-27T15:32:19.9908275Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-09-27T15:32:19.9909818Z adding 'torch/include/ATen/ops/gather_native.h' 2022-09-27T15:32:19.9911510Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-09-27T15:32:19.9913141Z adding 'torch/include/ATen/ops/gcd.h' 2022-09-27T15:32:19.9914957Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9916417Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-09-27T15:32:19.9917879Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-09-27T15:32:19.9919601Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-09-27T15:32:19.9921204Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-09-27T15:32:19.9922633Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-09-27T15:32:19.9924296Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-09-27T15:32:19.9925929Z adding 'torch/include/ATen/ops/ge.h' 2022-09-27T15:32:19.9927744Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9929513Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-09-27T15:32:19.9931327Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-09-27T15:32:19.9932894Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-09-27T15:32:19.9934620Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-09-27T15:32:19.9936233Z adding 'torch/include/ATen/ops/ge_native.h' 2022-09-27T15:32:19.9938042Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-09-27T15:32:19.9939692Z adding 'torch/include/ATen/ops/gelu.h' 2022-09-27T15:32:19.9941404Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-09-27T15:32:19.9943235Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9945044Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9946563Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9948028Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-09-27T15:32:19.9949621Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-09-27T15:32:19.9951193Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-09-27T15:32:19.9952910Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-09-27T15:32:19.9954678Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:19.9956192Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-09-27T15:32:19.9957817Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-09-27T15:32:19.9959334Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-09-27T15:32:19.9960910Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-09-27T15:32:19.9962491Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-09-27T15:32:19.9964216Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-09-27T15:32:19.9965867Z adding 'torch/include/ATen/ops/geometric.h' 2022-09-27T15:32:19.9967628Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:19.9969151Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-09-27T15:32:19.9970682Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-09-27T15:32:19.9972229Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-09-27T15:32:19.9973771Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-09-27T15:32:19.9975510Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-09-27T15:32:19.9977135Z adding 'torch/include/ATen/ops/geqrf.h' 2022-09-27T15:32:19.9978763Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-09-27T15:32:19.9980354Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-09-27T15:32:19.9981911Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-09-27T15:32:19.9983757Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-09-27T15:32:19.9985488Z adding 'torch/include/ATen/ops/ger.h' 2022-09-27T15:32:19.9987147Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:19.9988606Z adding 'torch/include/ATen/ops/ger_native.h' 2022-09-27T15:32:19.9990295Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-09-27T15:32:19.9991886Z adding 'torch/include/ATen/ops/glu.h' 2022-09-27T15:32:19.9993576Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-09-27T15:32:19.9995217Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-09-27T15:32:19.9996792Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-09-27T15:32:19.9998413Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-09-27T15:32:20.0000112Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0001658Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-09-27T15:32:20.0003224Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-09-27T15:32:20.0004805Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-09-27T15:32:20.0006503Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-09-27T15:32:20.0008097Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-09-27T15:32:20.0009786Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-09-27T15:32:20.0011526Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0013020Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-09-27T15:32:20.0014570Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-09-27T15:32:20.0016154Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-09-27T15:32:20.0017834Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0019389Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-09-27T15:32:20.0020922Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-09-27T15:32:20.0022541Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-09-27T15:32:20.0024322Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-09-27T15:32:20.0025939Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-09-27T15:32:20.0027503Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-09-27T15:32:20.0029015Z adding 'torch/include/ATen/ops/glu_native.h' 2022-09-27T15:32:20.0030684Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-09-27T15:32:20.0032526Z adding 'torch/include/ATen/ops/gradient.h' 2022-09-27T15:32:20.0034360Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0035895Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-09-27T15:32:20.0037867Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-09-27T15:32:20.0039705Z adding 'torch/include/ATen/ops/greater.h' 2022-09-27T15:32:20.0041504Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0043081Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-09-27T15:32:20.0044898Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0046399Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-09-27T15:32:20.0048248Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-09-27T15:32:20.0049873Z adding 'torch/include/ATen/ops/greater_native.h' 2022-09-27T15:32:20.0051684Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-09-27T15:32:20.0053360Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-09-27T15:32:20.0054995Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-09-27T15:32:20.0056717Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-09-27T15:32:20.0058534Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0060124Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0061807Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0063447Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-09-27T15:32:20.0065847Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-09-27T15:32:20.0067577Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0069124Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-09-27T15:32:20.0070947Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-09-27T15:32:20.0072300Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-09-27T15:32:20.0073878Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-09-27T15:32:20.0075513Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-09-27T15:32:20.0077195Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-09-27T15:32:20.0078946Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0080483Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0082071Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0083745Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-09-27T15:32:20.0085396Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-09-27T15:32:20.0087126Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0088642Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-09-27T15:32:20.0090248Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-09-27T15:32:20.0091797Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-09-27T15:32:20.0093594Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-09-27T15:32:20.0095413Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0097157Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-09-27T15:32:20.0098805Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-09-27T15:32:20.0100522Z adding 'torch/include/ATen/ops/group_norm.h' 2022-09-27T15:32:20.0102461Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0104009Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-09-27T15:32:20.0105792Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-09-27T15:32:20.0107534Z adding 'torch/include/ATen/ops/gru.h' 2022-09-27T15:32:20.0109203Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-09-27T15:32:20.0110950Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0112466Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-09-27T15:32:20.0114193Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-09-27T15:32:20.0115966Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0117521Z adding 'torch/include/ATen/ops/gru_native.h' 2022-09-27T15:32:20.0119350Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-09-27T15:32:20.0121131Z adding 'torch/include/ATen/ops/gt.h' 2022-09-27T15:32:20.0122996Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0124581Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-09-27T15:32:20.0126232Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-09-27T15:32:20.0127819Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-09-27T15:32:20.0129502Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-09-27T15:32:20.0131121Z adding 'torch/include/ATen/ops/gt_native.h' 2022-09-27T15:32:20.0133035Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-09-27T15:32:20.0135235Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-09-27T15:32:20.0137282Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0139016Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-09-27T15:32:20.0141230Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-09-27T15:32:20.0144251Z adding 'torch/include/ATen/ops/hann_window.h' 2022-09-27T15:32:20.0145707Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0147189Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-09-27T15:32:20.0149087Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-09-27T15:32:20.0159743Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-09-27T15:32:20.0160822Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-09-27T15:32:20.0161279Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0161706Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0162566Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0162921Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-09-27T15:32:20.0163272Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-09-27T15:32:20.0163608Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-09-27T15:32:20.0165283Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-09-27T15:32:20.0166713Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0168150Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-09-27T15:32:20.0169673Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-09-27T15:32:20.0171199Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-09-27T15:32:20.0172876Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-09-27T15:32:20.0174333Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-09-27T15:32:20.0176513Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-09-27T15:32:20.0178327Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-09-27T15:32:20.0179940Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-09-27T15:32:20.0181779Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0183456Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0185208Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0187070Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-09-27T15:32:20.0188633Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-09-27T15:32:20.0190275Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-09-27T15:32:20.0191694Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-09-27T15:32:20.0193305Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0194657Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-09-27T15:32:20.0196086Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-09-27T15:32:20.0197429Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-09-27T15:32:20.0198946Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-09-27T15:32:20.0200346Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-09-27T15:32:20.0201906Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-09-27T15:32:20.0203373Z adding 'torch/include/ATen/ops/hardswish.h' 2022-09-27T15:32:20.0204887Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-09-27T15:32:20.0206410Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0207839Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0209269Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0210685Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-09-27T15:32:20.0212243Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-09-27T15:32:20.0213748Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-09-27T15:32:20.0215171Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-09-27T15:32:20.0216576Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-09-27T15:32:20.0217959Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-09-27T15:32:20.0219492Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-09-27T15:32:20.0221034Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-09-27T15:32:20.0222661Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-09-27T15:32:20.0224428Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0226135Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0227532Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-09-27T15:32:20.0229105Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-09-27T15:32:20.0230597Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-09-27T15:32:20.0232059Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-09-27T15:32:20.0233446Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-09-27T15:32:20.0234832Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-09-27T15:32:20.0236436Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-09-27T15:32:20.0237975Z adding 'torch/include/ATen/ops/heaviside.h' 2022-09-27T15:32:20.0239531Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0240910Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-09-27T15:32:20.0242280Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-09-27T15:32:20.0243686Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-09-27T15:32:20.0245056Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-09-27T15:32:20.0246433Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-09-27T15:32:20.0247900Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-09-27T15:32:20.0249709Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-09-27T15:32:20.0250856Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0252250Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-09-27T15:32:20.0253947Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-09-27T15:32:20.0255516Z adding 'torch/include/ATen/ops/histc.h' 2022-09-27T15:32:20.0256954Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-09-27T15:32:20.0259176Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-09-27T15:32:20.0260777Z adding 'torch/include/ATen/ops/histc_native.h' 2022-09-27T15:32:20.0262482Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-09-27T15:32:20.0264436Z adding 'torch/include/ATen/ops/histogram.h' 2022-09-27T15:32:20.0266172Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-09-27T15:32:20.0267705Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-09-27T15:32:20.0269499Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-09-27T15:32:20.0271285Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-09-27T15:32:20.0272962Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0274442Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-09-27T15:32:20.0276138Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-09-27T15:32:20.0277703Z adding 'torch/include/ATen/ops/hsplit.h' 2022-09-27T15:32:20.0279297Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0280783Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-09-27T15:32:20.0282680Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-09-27T15:32:20.0284524Z adding 'torch/include/ATen/ops/hspmm.h' 2022-09-27T15:32:20.0285926Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-09-27T15:32:20.0287470Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-09-27T15:32:20.0289019Z adding 'torch/include/ATen/ops/hstack.h' 2022-09-27T15:32:20.0290817Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0292237Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-09-27T15:32:20.0293940Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-09-27T15:32:20.0295607Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-09-27T15:32:20.0297199Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-09-27T15:32:20.0298710Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0300109Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0301617Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0303081Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-09-27T15:32:20.0304832Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-09-27T15:32:20.0306308Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-09-27T15:32:20.0307736Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-09-27T15:32:20.0309140Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-09-27T15:32:20.0310660Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-09-27T15:32:20.0312075Z adding 'torch/include/ATen/ops/hypot.h' 2022-09-27T15:32:20.0313638Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0315021Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-09-27T15:32:20.0316646Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-09-27T15:32:20.0317955Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-09-27T15:32:20.0319344Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-09-27T15:32:20.0320840Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-09-27T15:32:20.0322617Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-09-27T15:32:20.0324305Z adding 'torch/include/ATen/ops/i0.h' 2022-09-27T15:32:20.0326081Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0327603Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-09-27T15:32:20.0329221Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-09-27T15:32:20.0330789Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-09-27T15:32:20.0332498Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-09-27T15:32:20.0334024Z adding 'torch/include/ATen/ops/i0_native.h' 2022-09-27T15:32:20.0335795Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-09-27T15:32:20.0337554Z adding 'torch/include/ATen/ops/igamma.h' 2022-09-27T15:32:20.0339283Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0340918Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-09-27T15:32:20.0342491Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-09-27T15:32:20.0344302Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-09-27T15:32:20.0345880Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-09-27T15:32:20.0347357Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-09-27T15:32:20.0349101Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-09-27T15:32:20.0350713Z adding 'torch/include/ATen/ops/igammac.h' 2022-09-27T15:32:20.0352378Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0353831Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-09-27T15:32:20.0355350Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-09-27T15:32:20.0356810Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-09-27T15:32:20.0358338Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-09-27T15:32:20.0359804Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-09-27T15:32:20.0361443Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-09-27T15:32:20.0363092Z adding 'torch/include/ATen/ops/im2col.h' 2022-09-27T15:32:20.0364749Z adding 'torch/include/ATen/ops/im2col_backward.h' 2022-09-27T15:32:20.0366367Z adding 'torch/include/ATen/ops/im2col_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0367939Z adding 'torch/include/ATen/ops/im2col_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0369458Z adding 'torch/include/ATen/ops/im2col_backward_native.h' 2022-09-27T15:32:20.0371167Z adding 'torch/include/ATen/ops/im2col_backward_ops.h' 2022-09-27T15:32:20.0372765Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-09-27T15:32:20.0374353Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-09-27T15:32:20.0375873Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-09-27T15:32:20.0377540Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-09-27T15:32:20.0379051Z adding 'torch/include/ATen/ops/imag.h' 2022-09-27T15:32:20.0380666Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0382129Z adding 'torch/include/ATen/ops/imag_native.h' 2022-09-27T15:32:20.0383823Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-09-27T15:32:20.0385987Z adding 'torch/include/ATen/ops/index.h' 2022-09-27T15:32:20.0387452Z adding 'torch/include/ATen/ops/index_add.h' 2022-09-27T15:32:20.0389226Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0390673Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0392140Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-09-27T15:32:20.0393691Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-09-27T15:32:20.0395216Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-09-27T15:32:20.0396754Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-09-27T15:32:20.0398239Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-09-27T15:32:20.0400246Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-09-27T15:32:20.0401683Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0403125Z adding 'torch/include/ATen/ops/index_copy.h' 2022-09-27T15:32:20.0404898Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0406581Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0407714Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-09-27T15:32:20.0409600Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-09-27T15:32:20.0411011Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-09-27T15:32:20.0412552Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-09-27T15:32:20.0414047Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-09-27T15:32:20.0415800Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-09-27T15:32:20.0417334Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-09-27T15:32:20.0418802Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-09-27T15:32:20.0420696Z adding 'torch/include/ATen/ops/index_fill.h' 2022-09-27T15:32:20.0422806Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0425070Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0427023Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-09-27T15:32:20.0428410Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-09-27T15:32:20.0430882Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-09-27T15:32:20.0432300Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-09-27T15:32:20.0435524Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-09-27T15:32:20.0437725Z adding 'torch/include/ATen/ops/index_meta.h' 2022-09-27T15:32:20.0439873Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-09-27T15:32:20.0441695Z adding 'torch/include/ATen/ops/index_native.h' 2022-09-27T15:32:20.0444159Z adding 'torch/include/ATen/ops/index_ops.h' 2022-09-27T15:32:20.0446021Z adding 'torch/include/ATen/ops/index_put.h' 2022-09-27T15:32:20.0448498Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0449860Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-09-27T15:32:20.0452523Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-09-27T15:32:20.0454502Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-09-27T15:32:20.0456943Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0458509Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-09-27T15:32:20.0461030Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-09-27T15:32:20.0462944Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-09-27T15:32:20.0465476Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-09-27T15:32:20.0466755Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-09-27T15:32:20.0468537Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-09-27T15:32:20.0470169Z adding 'torch/include/ATen/ops/index_select.h' 2022-09-27T15:32:20.0471789Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-09-27T15:32:20.0473498Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0474825Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-09-27T15:32:20.0476581Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-09-27T15:32:20.0478302Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0479623Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-09-27T15:32:20.0481300Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-09-27T15:32:20.0482903Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-09-27T15:32:20.0484705Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-09-27T15:32:20.0486202Z adding 'torch/include/ATen/ops/indices.h' 2022-09-27T15:32:20.0487740Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-09-27T15:32:20.0489471Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0491075Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0492269Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-09-27T15:32:20.0494025Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-09-27T15:32:20.0495607Z adding 'torch/include/ATen/ops/indices_native.h' 2022-09-27T15:32:20.0497078Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-09-27T15:32:20.0498699Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-09-27T15:32:20.0500429Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0501730Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-09-27T15:32:20.0503498Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-09-27T15:32:20.0505116Z adding 'torch/include/ATen/ops/inner.h' 2022-09-27T15:32:20.0506990Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0508308Z adding 'torch/include/ATen/ops/inner_native.h' 2022-09-27T15:32:20.0510103Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-09-27T15:32:20.0511855Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-09-27T15:32:20.0513584Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0514923Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-09-27T15:32:20.0516710Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-09-27T15:32:20.0518267Z adding 'torch/include/ATen/ops/int_repr.h' 2022-09-27T15:32:20.0520056Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0521299Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-09-27T15:32:20.0523121Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-09-27T15:32:20.0524731Z adding 'torch/include/ATen/ops/inverse.h' 2022-09-27T15:32:20.0526468Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0527741Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-09-27T15:32:20.0529495Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-09-27T15:32:20.0530960Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-09-27T15:32:20.0532517Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-09-27T15:32:20.0534074Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-09-27T15:32:20.0535629Z adding 'torch/include/ATen/ops/is_complex.h' 2022-09-27T15:32:20.0537308Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0538570Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-09-27T15:32:20.0540284Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-09-27T15:32:20.0541798Z adding 'torch/include/ATen/ops/is_conj.h' 2022-09-27T15:32:20.0543721Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0545394Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-09-27T15:32:20.0547028Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-09-27T15:32:20.0548568Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-09-27T15:32:20.0550396Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0551637Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-09-27T15:32:20.0553548Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-09-27T15:32:20.0554907Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-09-27T15:32:20.0556706Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0558201Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-09-27T15:32:20.0559881Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-09-27T15:32:20.0561591Z adding 'torch/include/ATen/ops/is_inference.h' 2022-09-27T15:32:20.0563359Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0564628Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-09-27T15:32:20.0566331Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-09-27T15:32:20.0567848Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-09-27T15:32:20.0569681Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0571229Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-09-27T15:32:20.0572768Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-09-27T15:32:20.0574298Z adding 'torch/include/ATen/ops/is_neg.h' 2022-09-27T15:32:20.0576046Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0577520Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-09-27T15:32:20.0579201Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-09-27T15:32:20.0580782Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-09-27T15:32:20.0582663Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0584500Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-09-27T15:32:20.0586178Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-09-27T15:32:20.0587878Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-09-27T15:32:20.0589401Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0590972Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-09-27T15:32:20.0592565Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-09-27T15:32:20.0594170Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-09-27T15:32:20.0595789Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-09-27T15:32:20.0597439Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0598758Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-09-27T15:32:20.0600264Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-09-27T15:32:20.0601752Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-09-27T15:32:20.0603392Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-09-27T15:32:20.0604968Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-09-27T15:32:20.0606453Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-09-27T15:32:20.0608201Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-09-27T15:32:20.0609847Z adding 'torch/include/ATen/ops/is_signed.h' 2022-09-27T15:32:20.0611526Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0613076Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-09-27T15:32:20.0614596Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-09-27T15:32:20.0616168Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-09-27T15:32:20.0617811Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0619253Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-09-27T15:32:20.0620844Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-09-27T15:32:20.0622506Z adding 'torch/include/ATen/ops/isclose.h' 2022-09-27T15:32:20.0624278Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0625563Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-09-27T15:32:20.0627155Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-09-27T15:32:20.0628693Z adding 'torch/include/ATen/ops/isfinite.h' 2022-09-27T15:32:20.0630264Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0631852Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-09-27T15:32:20.0633571Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-09-27T15:32:20.0635247Z adding 'torch/include/ATen/ops/isin.h' 2022-09-27T15:32:20.0638166Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0639667Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-09-27T15:32:20.0641582Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-09-27T15:32:20.0642936Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-09-27T15:32:20.0644656Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-09-27T15:32:20.0646227Z adding 'torch/include/ATen/ops/isin_native.h' 2022-09-27T15:32:20.0648442Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-09-27T15:32:20.0649914Z adding 'torch/include/ATen/ops/isinf.h' 2022-09-27T15:32:20.0651686Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0653057Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-09-27T15:32:20.0654768Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-09-27T15:32:20.0656398Z adding 'torch/include/ATen/ops/isnan.h' 2022-09-27T15:32:20.0657913Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0659331Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-09-27T15:32:20.0660891Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-09-27T15:32:20.0662398Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-09-27T15:32:20.0664310Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-09-27T15:32:20.0666929Z adding 'torch/include/ATen/ops/isneginf.h' 2022-09-27T15:32:20.0673846Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0675361Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-09-27T15:32:20.0677031Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-09-27T15:32:20.0678632Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-09-27T15:32:20.0680406Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-09-27T15:32:20.0681926Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-09-27T15:32:20.0683591Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-09-27T15:32:20.0685284Z adding 'torch/include/ATen/ops/isposinf.h' 2022-09-27T15:32:20.0687010Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0688581Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-09-27T15:32:20.0690167Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-09-27T15:32:20.0691741Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-09-27T15:32:20.0693336Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-09-27T15:32:20.0694956Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-09-27T15:32:20.0696632Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-09-27T15:32:20.0698241Z adding 'torch/include/ATen/ops/isreal.h' 2022-09-27T15:32:20.0699878Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0701357Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-09-27T15:32:20.0703081Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-09-27T15:32:20.0705119Z adding 'torch/include/ATen/ops/istft.h' 2022-09-27T15:32:20.0706791Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0708394Z adding 'torch/include/ATen/ops/istft_native.h' 2022-09-27T15:32:20.0710459Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-09-27T15:32:20.0711842Z adding 'torch/include/ATen/ops/item.h' 2022-09-27T15:32:20.0713458Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0714781Z adding 'torch/include/ATen/ops/item_native.h' 2022-09-27T15:32:20.0716342Z adding 'torch/include/ATen/ops/item_ops.h' 2022-09-27T15:32:20.0718217Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-09-27T15:32:20.0720086Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0721638Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-09-27T15:32:20.0723565Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-09-27T15:32:20.0725214Z adding 'torch/include/ATen/ops/kl_div.h' 2022-09-27T15:32:20.0726939Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0728416Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-09-27T15:32:20.0730027Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-09-27T15:32:20.0731672Z adding 'torch/include/ATen/ops/kron.h' 2022-09-27T15:32:20.0733301Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0734876Z adding 'torch/include/ATen/ops/kron_native.h' 2022-09-27T15:32:20.0736373Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-09-27T15:32:20.0738129Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-09-27T15:32:20.0739929Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0741650Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0743114Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-09-27T15:32:20.0744875Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-09-27T15:32:20.0746580Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-09-27T15:32:20.0748395Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-09-27T15:32:20.0750035Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-09-27T15:32:20.0751636Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0753082Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-09-27T15:32:20.0754698Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-09-27T15:32:20.0756298Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-09-27T15:32:20.0757911Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0759338Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-09-27T15:32:20.0760958Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-09-27T15:32:20.0762500Z adding 'torch/include/ATen/ops/lcm.h' 2022-09-27T15:32:20.0764194Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0765657Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-09-27T15:32:20.0767200Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-09-27T15:32:20.0768725Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-09-27T15:32:20.0770254Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-09-27T15:32:20.0771763Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-09-27T15:32:20.0773373Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-09-27T15:32:20.0775032Z adding 'torch/include/ATen/ops/ldexp.h' 2022-09-27T15:32:20.0776701Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0778132Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-09-27T15:32:20.0779859Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-09-27T15:32:20.0781498Z adding 'torch/include/ATen/ops/le.h' 2022-09-27T15:32:20.0783364Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0785062Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-09-27T15:32:20.0786617Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-09-27T15:32:20.0788220Z adding 'torch/include/ATen/ops/le_meta.h' 2022-09-27T15:32:20.0789641Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-09-27T15:32:20.0791131Z adding 'torch/include/ATen/ops/le_native.h' 2022-09-27T15:32:20.0792817Z adding 'torch/include/ATen/ops/le_ops.h' 2022-09-27T15:32:20.0794399Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-09-27T15:32:20.0795925Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-09-27T15:32:20.0797608Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0798825Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-09-27T15:32:20.0800364Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-09-27T15:32:20.0801895Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-09-27T15:32:20.0803250Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-09-27T15:32:20.0804652Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-09-27T15:32:20.0806234Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-09-27T15:32:20.0807853Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0809339Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-09-27T15:32:20.0810662Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-09-27T15:32:20.0812022Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-09-27T15:32:20.0813559Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-09-27T15:32:20.0815064Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-09-27T15:32:20.0816569Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-09-27T15:32:20.0818168Z adding 'torch/include/ATen/ops/lerp.h' 2022-09-27T15:32:20.0819777Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0821289Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-09-27T15:32:20.0822761Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-09-27T15:32:20.0824375Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-09-27T15:32:20.0825903Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-09-27T15:32:20.0827495Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-09-27T15:32:20.0829181Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-09-27T15:32:20.0830815Z adding 'torch/include/ATen/ops/less.h' 2022-09-27T15:32:20.0832633Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0834012Z adding 'torch/include/ATen/ops/less_equal.h' 2022-09-27T15:32:20.0835454Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0836778Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-09-27T15:32:20.0838489Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-09-27T15:32:20.0840121Z adding 'torch/include/ATen/ops/less_native.h' 2022-09-27T15:32:20.0841757Z adding 'torch/include/ATen/ops/less_ops.h' 2022-09-27T15:32:20.0843329Z adding 'torch/include/ATen/ops/lgamma.h' 2022-09-27T15:32:20.0844842Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0846302Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-09-27T15:32:20.0848422Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-09-27T15:32:20.0849184Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-09-27T15:32:20.0850858Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-09-27T15:32:20.0852121Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-09-27T15:32:20.0853798Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-09-27T15:32:20.0855413Z adding 'torch/include/ATen/ops/lift.h' 2022-09-27T15:32:20.0856873Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0858643Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-09-27T15:32:20.0859537Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0861213Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-09-27T15:32:20.0863085Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.0864804Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-09-27T15:32:20.0866532Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-09-27T15:32:20.0868177Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-09-27T15:32:20.0869831Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-09-27T15:32:20.0871392Z adding 'torch/include/ATen/ops/lift_native.h' 2022-09-27T15:32:20.0873073Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-09-27T15:32:20.0874738Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-09-27T15:32:20.0876478Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0878080Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-09-27T15:32:20.0879889Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0881517Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-09-27T15:32:20.0883179Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-09-27T15:32:20.0884760Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-09-27T15:32:20.0886530Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-09-27T15:32:20.0888092Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-09-27T15:32:20.0889952Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-09-27T15:32:20.0891467Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-09-27T15:32:20.0893178Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-09-27T15:32:20.0894998Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-09-27T15:32:20.0896771Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0898307Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-09-27T15:32:20.0900107Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-09-27T15:32:20.0901858Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-09-27T15:32:20.0904040Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0905779Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-09-27T15:32:20.0907247Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-09-27T15:32:20.0908803Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-09-27T15:32:20.0910451Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-09-27T15:32:20.0912095Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-09-27T15:32:20.0913721Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-09-27T15:32:20.0915205Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-09-27T15:32:20.0916825Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0918134Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-09-27T15:32:20.0919712Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-09-27T15:32:20.0921210Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-09-27T15:32:20.0922875Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0924214Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-09-27T15:32:20.0925797Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-09-27T15:32:20.0927395Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-09-27T15:32:20.0929045Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-09-27T15:32:20.0930559Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-09-27T15:32:20.0932100Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-09-27T15:32:20.0933760Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-09-27T15:32:20.0935359Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-09-27T15:32:20.0937061Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0938509Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-09-27T15:32:20.0940207Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-09-27T15:32:20.0941889Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-09-27T15:32:20.0943572Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0945199Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-09-27T15:32:20.0946817Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-09-27T15:32:20.0948408Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-09-27T15:32:20.0950092Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0951475Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-09-27T15:32:20.0953189Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-09-27T15:32:20.0954754Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-09-27T15:32:20.0956368Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-09-27T15:32:20.0957937Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-09-27T15:32:20.0959434Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-09-27T15:32:20.0961085Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-09-27T15:32:20.0962633Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-09-27T15:32:20.0964394Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0965796Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-09-27T15:32:20.0967556Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0968969Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-09-27T15:32:20.0970578Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-09-27T15:32:20.0972082Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-09-27T15:32:20.0973657Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-09-27T15:32:20.0975145Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-09-27T15:32:20.0976803Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-09-27T15:32:20.0978320Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-09-27T15:32:20.0979940Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-09-27T15:32:20.0981537Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-09-27T15:32:20.0983414Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.0985082Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-09-27T15:32:20.0986879Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.0988325Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-09-27T15:32:20.0989882Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-09-27T15:32:20.0991372Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-09-27T15:32:20.0992988Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-09-27T15:32:20.0994531Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-09-27T15:32:20.0996271Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-09-27T15:32:20.0997789Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-09-27T15:32:20.0999458Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-09-27T15:32:20.1001090Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-09-27T15:32:20.1002801Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1004264Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-09-27T15:32:20.1005831Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-09-27T15:32:20.1007344Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-09-27T15:32:20.1008926Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-09-27T15:32:20.1010423Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-09-27T15:32:20.1012953Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-09-27T15:32:20.1014712Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-09-27T15:32:20.1016439Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1017979Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-09-27T15:32:20.1019622Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-09-27T15:32:20.1021110Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-09-27T15:32:20.1022963Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-09-27T15:32:20.1024836Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-09-27T15:32:20.1026944Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1028405Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-09-27T15:32:20.1029971Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-09-27T15:32:20.1031572Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-09-27T15:32:20.1033313Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1034853Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-09-27T15:32:20.1036600Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1038138Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-09-27T15:32:20.1039795Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-09-27T15:32:20.1041159Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-09-27T15:32:20.1042737Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-09-27T15:32:20.1044280Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-09-27T15:32:20.1045971Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-09-27T15:32:20.1047531Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-09-27T15:32:20.1049192Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-09-27T15:32:20.1050735Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-09-27T15:32:20.1052295Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-09-27T15:32:20.1053794Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-09-27T15:32:20.1055420Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-09-27T15:32:20.1057174Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-09-27T15:32:20.1058909Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1060366Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-09-27T15:32:20.1061984Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-09-27T15:32:20.1063534Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-09-27T15:32:20.1065304Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-09-27T15:32:20.1066770Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-09-27T15:32:20.1068515Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-09-27T15:32:20.1070096Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-09-27T15:32:20.1071701Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1073156Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-09-27T15:32:20.1074786Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-09-27T15:32:20.1076374Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-09-27T15:32:20.1078013Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1079506Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-09-27T15:32:20.1081029Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-09-27T15:32:20.1082515Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-09-27T15:32:20.1084186Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-09-27T15:32:20.1085885Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-09-27T15:32:20.1087734Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1089224Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-09-27T15:32:20.1091067Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-09-27T15:32:20.1092733Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-09-27T15:32:20.1094420Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1095864Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-09-27T15:32:20.1097489Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-09-27T15:32:20.1099387Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-09-27T15:32:20.1101286Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1102928Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-09-27T15:32:20.1105171Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-09-27T15:32:20.1106911Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-09-27T15:32:20.1108615Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1110058Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-09-27T15:32:20.1111819Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-09-27T15:32:20.1113433Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-09-27T15:32:20.1115262Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1116792Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-09-27T15:32:20.1118634Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-09-27T15:32:20.1120529Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-09-27T15:32:20.1122309Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1123998Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1125476Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1127032Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-09-27T15:32:20.1129053Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-09-27T15:32:20.1130864Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-09-27T15:32:20.1132626Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1134236Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-09-27T15:32:20.1135726Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-09-27T15:32:20.1137195Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-09-27T15:32:20.1138803Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-09-27T15:32:20.1140271Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-09-27T15:32:20.1142023Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-09-27T15:32:20.1143905Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-09-27T15:32:20.1145610Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1147016Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-09-27T15:32:20.1148655Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-09-27T15:32:20.1150240Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-09-27T15:32:20.1151923Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1153444Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-09-27T15:32:20.1155208Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1156654Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-09-27T15:32:20.1158375Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-09-27T15:32:20.1159859Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-09-27T15:32:20.1161521Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-09-27T15:32:20.1163169Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-09-27T15:32:20.1164802Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-09-27T15:32:20.1166425Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-09-27T15:32:20.1167939Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-09-27T15:32:20.1169567Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-09-27T15:32:20.1171198Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-09-27T15:32:20.1172954Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1174410Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-09-27T15:32:20.1176075Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-09-27T15:32:20.1177688Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-09-27T15:32:20.1179441Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1180897Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-09-27T15:32:20.1182528Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-09-27T15:32:20.1184376Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-09-27T15:32:20.1186284Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1187620Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-09-27T15:32:20.1189251Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-09-27T15:32:20.1190872Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-09-27T15:32:20.1192620Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1194042Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-09-27T15:32:20.1195744Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-09-27T15:32:20.1197262Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-09-27T15:32:20.1198923Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1200311Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-09-27T15:32:20.1201889Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-09-27T15:32:20.1203458Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-09-27T15:32:20.1205204Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1206605Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-09-27T15:32:20.1208256Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-09-27T15:32:20.1209919Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-09-27T15:32:20.1211719Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1213192Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-09-27T15:32:20.1214790Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-09-27T15:32:20.1216356Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-09-27T15:32:20.1217969Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-09-27T15:32:20.1219494Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-09-27T15:32:20.1221185Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-09-27T15:32:20.1222895Z adding 'torch/include/ATen/ops/linear.h' 2022-09-27T15:32:20.1224792Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-09-27T15:32:20.1226472Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1227943Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-09-27T15:32:20.1229735Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-09-27T15:32:20.1231445Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1233004Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1234447Z adding 'torch/include/ATen/ops/linear_native.h' 2022-09-27T15:32:20.1236090Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-09-27T15:32:20.1237823Z adding 'torch/include/ATen/ops/linspace.h' 2022-09-27T15:32:20.1239547Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1241098Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-09-27T15:32:20.1242656Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-09-27T15:32:20.1244169Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-09-27T15:32:20.1245683Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-09-27T15:32:20.1247387Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-09-27T15:32:20.1248980Z adding 'torch/include/ATen/ops/log.h' 2022-09-27T15:32:20.1250523Z adding 'torch/include/ATen/ops/log10.h' 2022-09-27T15:32:20.1252195Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1253663Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-09-27T15:32:20.1255213Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-09-27T15:32:20.1256714Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-09-27T15:32:20.1258226Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-09-27T15:32:20.1259672Z adding 'torch/include/ATen/ops/log10_native.h' 2022-09-27T15:32:20.1261359Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-09-27T15:32:20.1263018Z adding 'torch/include/ATen/ops/log1p.h' 2022-09-27T15:32:20.1264935Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1266417Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-09-27T15:32:20.1267992Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-09-27T15:32:20.1269461Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-09-27T15:32:20.1270992Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-09-27T15:32:20.1272500Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-09-27T15:32:20.1274149Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-09-27T15:32:20.1275701Z adding 'torch/include/ATen/ops/log2.h' 2022-09-27T15:32:20.1277410Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1278847Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-09-27T15:32:20.1280431Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-09-27T15:32:20.1281894Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-09-27T15:32:20.1283450Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-09-27T15:32:20.1284918Z adding 'torch/include/ATen/ops/log2_native.h' 2022-09-27T15:32:20.1286571Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-09-27T15:32:20.1288311Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1289748Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-09-27T15:32:20.1291259Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-09-27T15:32:20.1292717Z adding 'torch/include/ATen/ops/log_meta.h' 2022-09-27T15:32:20.1294317Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-09-27T15:32:20.1295787Z adding 'torch/include/ATen/ops/log_native.h' 2022-09-27T15:32:20.1297374Z adding 'torch/include/ATen/ops/log_normal.h' 2022-09-27T15:32:20.1299070Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1300549Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-09-27T15:32:20.1302158Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-09-27T15:32:20.1303891Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-09-27T15:32:20.1305440Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-09-27T15:32:20.1307187Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-09-27T15:32:20.1308920Z adding 'torch/include/ATen/ops/log_ops.h' 2022-09-27T15:32:20.1310656Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-09-27T15:32:20.1312286Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-09-27T15:32:20.1313775Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:32:20.1315188Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1316580Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-09-27T15:32:20.1318154Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-09-27T15:32:20.1319833Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1321219Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-09-27T15:32:20.1322765Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-09-27T15:32:20.1324231Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-09-27T15:32:20.1325652Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-09-27T15:32:20.1327235Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-09-27T15:32:20.1328658Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-09-27T15:32:20.1330187Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-09-27T15:32:20.1331805Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-09-27T15:32:20.1333427Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1334907Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1336375Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-09-27T15:32:20.1337957Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-09-27T15:32:20.1339472Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-09-27T15:32:20.1340976Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-09-27T15:32:20.1342725Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1344234Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-09-27T15:32:20.1346461Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-09-27T15:32:20.1347619Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-09-27T15:32:20.1349018Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-09-27T15:32:20.1350500Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-09-27T15:32:20.1352162Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-09-27T15:32:20.1353883Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1355323Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-09-27T15:32:20.1356865Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-09-27T15:32:20.1358344Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-09-27T15:32:20.1360059Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-09-27T15:32:20.1361656Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-09-27T15:32:20.1363313Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-09-27T15:32:20.1364943Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-09-27T15:32:20.1366615Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1368141Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1369648Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-09-27T15:32:20.1371389Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-09-27T15:32:20.1372949Z adding 'torch/include/ATen/ops/logdet.h' 2022-09-27T15:32:20.1374553Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1375983Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-09-27T15:32:20.1377547Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-09-27T15:32:20.1379110Z adding 'torch/include/ATen/ops/logical_and.h' 2022-09-27T15:32:20.1381086Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1383455Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-09-27T15:32:20.1385471Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-09-27T15:32:20.1386719Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-09-27T15:32:20.1388348Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-09-27T15:32:20.1389793Z adding 'torch/include/ATen/ops/logical_not.h' 2022-09-27T15:32:20.1391514Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1393010Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-09-27T15:32:20.1394417Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-09-27T15:32:20.1395817Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-09-27T15:32:20.1397580Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-09-27T15:32:20.1399411Z adding 'torch/include/ATen/ops/logical_or.h' 2022-09-27T15:32:20.1401157Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1402857Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-09-27T15:32:20.1404353Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-09-27T15:32:20.1405983Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-09-27T15:32:20.1407618Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-09-27T15:32:20.1409361Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-09-27T15:32:20.1410917Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1412592Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-09-27T15:32:20.1414252Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-09-27T15:32:20.1415664Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-09-27T15:32:20.1417349Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-09-27T15:32:20.1419018Z adding 'torch/include/ATen/ops/logit.h' 2022-09-27T15:32:20.1420671Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-09-27T15:32:20.1422722Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1424322Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-09-27T15:32:20.1425891Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1427506Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-09-27T15:32:20.1429178Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-09-27T15:32:20.1430662Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-09-27T15:32:20.1432398Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-09-27T15:32:20.1434115Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-09-27T15:32:20.1435745Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-09-27T15:32:20.1437400Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-09-27T15:32:20.1438901Z adding 'torch/include/ATen/ops/logit_native.h' 2022-09-27T15:32:20.1440667Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-09-27T15:32:20.1442502Z adding 'torch/include/ATen/ops/logspace.h' 2022-09-27T15:32:20.1444297Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1445911Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-09-27T15:32:20.1447501Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-09-27T15:32:20.1449172Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-09-27T15:32:20.1450748Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-09-27T15:32:20.1452537Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-09-27T15:32:20.1454291Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-09-27T15:32:20.1456045Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1457748Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1459332Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1460838Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-09-27T15:32:20.1462805Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-09-27T15:32:20.1465311Z adding 'torch/include/ATen/ops/lshift.h' 2022-09-27T15:32:20.1466612Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1468111Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-09-27T15:32:20.1469634Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-09-27T15:32:20.1471166Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-09-27T15:32:20.1472608Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-09-27T15:32:20.1474411Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-09-27T15:32:20.1476062Z adding 'torch/include/ATen/ops/lstm.h' 2022-09-27T15:32:20.1477723Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-09-27T15:32:20.1479429Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1480944Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-09-27T15:32:20.1482641Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-09-27T15:32:20.1484368Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1486150Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-09-27T15:32:20.1488087Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1489708Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-09-27T15:32:20.1491687Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-09-27T15:32:20.1493363Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-09-27T15:32:20.1495101Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-09-27T15:32:20.1496789Z adding 'torch/include/ATen/ops/lstsq.h' 2022-09-27T15:32:20.1498544Z adding 'torch/include/ATen/ops/lstsq_cpu_dispatch.h' 2022-09-27T15:32:20.1500183Z adding 'torch/include/ATen/ops/lstsq_cuda_dispatch.h' 2022-09-27T15:32:20.1501828Z adding 'torch/include/ATen/ops/lstsq_native.h' 2022-09-27T15:32:20.1503717Z adding 'torch/include/ATen/ops/lstsq_ops.h' 2022-09-27T15:32:20.1505473Z adding 'torch/include/ATen/ops/lt.h' 2022-09-27T15:32:20.1507268Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1508901Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-09-27T15:32:20.1510530Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-09-27T15:32:20.1512076Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-09-27T15:32:20.1513808Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-09-27T15:32:20.1515462Z adding 'torch/include/ATen/ops/lt_native.h' 2022-09-27T15:32:20.1517337Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-09-27T15:32:20.1519106Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-09-27T15:32:20.1520876Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1522370Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-09-27T15:32:20.1524102Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-09-27T15:32:20.1525885Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-09-27T15:32:20.1527687Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1529257Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-09-27T15:32:20.1530898Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-09-27T15:32:20.1532475Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-09-27T15:32:20.1534151Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-09-27T15:32:20.1535690Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-09-27T15:32:20.1537490Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-09-27T15:32:20.1539098Z adding 'torch/include/ATen/ops/mH.h' 2022-09-27T15:32:20.1540799Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1542298Z adding 'torch/include/ATen/ops/mH_native.h' 2022-09-27T15:32:20.1544141Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-09-27T15:32:20.1545902Z adding 'torch/include/ATen/ops/mT.h' 2022-09-27T15:32:20.1547646Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1549130Z adding 'torch/include/ATen/ops/mT_native.h' 2022-09-27T15:32:20.1550780Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-09-27T15:32:20.1552461Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-09-27T15:32:20.1554204Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1555829Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-09-27T15:32:20.1557501Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-09-27T15:32:20.1559196Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-09-27T15:32:20.1561028Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1562655Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-09-27T15:32:20.1564251Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-09-27T15:32:20.1565853Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-09-27T15:32:20.1567492Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-09-27T15:32:20.1569478Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-09-27T15:32:20.1571295Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-09-27T15:32:20.1573077Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1574797Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-09-27T15:32:20.1576267Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-09-27T15:32:20.1577831Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-09-27T15:32:20.1579390Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-09-27T15:32:20.1581183Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-09-27T15:32:20.1583013Z adding 'torch/include/ATen/ops/masked_select.h' 2022-09-27T15:32:20.1585397Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-09-27T15:32:20.1586569Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1588049Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-09-27T15:32:20.1589594Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-09-27T15:32:20.1591173Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-09-27T15:32:20.1592796Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-09-27T15:32:20.1594326Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-09-27T15:32:20.1596104Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-09-27T15:32:20.1597761Z adding 'torch/include/ATen/ops/matmul.h' 2022-09-27T15:32:20.1599499Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-09-27T15:32:20.1601262Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1602808Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-09-27T15:32:20.1604547Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-09-27T15:32:20.1606329Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1607814Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-09-27T15:32:20.1609580Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-09-27T15:32:20.1611129Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-09-27T15:32:20.1612833Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1614252Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-09-27T15:32:20.1615914Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-09-27T15:32:20.1617437Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-09-27T15:32:20.1619061Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-09-27T15:32:20.1620741Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1622279Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-09-27T15:32:20.1624152Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-09-27T15:32:20.1626124Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1627740Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-09-27T15:32:20.1629149Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-09-27T15:32:20.1630949Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-09-27T15:32:20.1632683Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1633785Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-09-27T15:32:20.1635593Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-09-27T15:32:20.1637312Z adding 'torch/include/ATen/ops/matrix_rank.h' 2022-09-27T15:32:20.1639680Z adding 'torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1640070Z adding 'torch/include/ATen/ops/matrix_rank_native.h' 2022-09-27T15:32:20.1641814Z adding 'torch/include/ATen/ops/matrix_rank_ops.h' 2022-09-27T15:32:20.1643877Z adding 'torch/include/ATen/ops/max.h' 2022-09-27T15:32:20.1645684Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1647293Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1648892Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-09-27T15:32:20.1650457Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-09-27T15:32:20.1652034Z adding 'torch/include/ATen/ops/max_meta.h' 2022-09-27T15:32:20.1653668Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-09-27T15:32:20.1655226Z adding 'torch/include/ATen/ops/max_native.h' 2022-09-27T15:32:20.1657450Z adding 'torch/include/ATen/ops/max_ops.h' 2022-09-27T15:32:20.1659097Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-09-27T15:32:20.1660912Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1662674Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-09-27T15:32:20.1664421Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-09-27T15:32:20.1666004Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-09-27T15:32:20.1667781Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1669292Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-09-27T15:32:20.1671038Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-09-27T15:32:20.1672645Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-09-27T15:32:20.1674345Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1675931Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-09-27T15:32:20.1677739Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-09-27T15:32:20.1679533Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-09-27T15:32:20.1681229Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-09-27T15:32:20.1683083Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1684629Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:32:20.1686241Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1687888Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-09-27T15:32:20.1689573Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-09-27T15:32:20.1691364Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-09-27T15:32:20.1693140Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-09-27T15:32:20.1694930Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1696571Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-09-27T15:32:20.1698328Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-09-27T15:32:20.1699993Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-09-27T15:32:20.1701755Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-09-27T15:32:20.1703398Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-09-27T15:32:20.1705599Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-09-27T15:32:20.1707285Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-09-27T15:32:20.1709038Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1710495Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-09-27T15:32:20.1712258Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-09-27T15:32:20.1714029Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-09-27T15:32:20.1715824Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-09-27T15:32:20.1717594Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:32:20.1719305Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1720906Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-09-27T15:32:20.1722748Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-09-27T15:32:20.1724568Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-09-27T15:32:20.1726346Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-09-27T15:32:20.1727905Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-09-27T15:32:20.1729681Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-09-27T15:32:20.1731419Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-09-27T15:32:20.1733112Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-09-27T15:32:20.1734727Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-09-27T15:32:20.1736371Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-09-27T15:32:20.1738133Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-09-27T15:32:20.1739844Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-09-27T15:32:20.1741624Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-09-27T15:32:20.1743326Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-09-27T15:32:20.1745019Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-09-27T15:32:20.1746773Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-09-27T15:32:20.1748453Z adding 'torch/include/ATen/ops/maximum.h' 2022-09-27T15:32:20.1750275Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1751800Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-09-27T15:32:20.1753425Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-09-27T15:32:20.1754937Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-09-27T15:32:20.1756603Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-09-27T15:32:20.1758109Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-09-27T15:32:20.1759854Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-09-27T15:32:20.1761687Z adding 'torch/include/ATen/ops/mean.h' 2022-09-27T15:32:20.1763472Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1765155Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1766793Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1769228Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-09-27T15:32:20.1771025Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-09-27T15:32:20.1772642Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-09-27T15:32:20.1774343Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-09-27T15:32:20.1776137Z adding 'torch/include/ATen/ops/mean_native.h' 2022-09-27T15:32:20.1778043Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-09-27T15:32:20.1779982Z adding 'torch/include/ATen/ops/median.h' 2022-09-27T15:32:20.1781934Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1783743Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1785359Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-09-27T15:32:20.1786997Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-09-27T15:32:20.1788713Z adding 'torch/include/ATen/ops/median_native.h' 2022-09-27T15:32:20.1790652Z adding 'torch/include/ATen/ops/median_ops.h' 2022-09-27T15:32:20.1792445Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-09-27T15:32:20.1794206Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1795719Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-09-27T15:32:20.1797437Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-09-27T15:32:20.1799405Z adding 'torch/include/ATen/ops/min.h' 2022-09-27T15:32:20.1801217Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1802721Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1804157Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-09-27T15:32:20.1805741Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-09-27T15:32:20.1807250Z adding 'torch/include/ATen/ops/min_meta.h' 2022-09-27T15:32:20.1809097Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-09-27T15:32:20.1810233Z adding 'torch/include/ATen/ops/min_native.h' 2022-09-27T15:32:20.1812151Z adding 'torch/include/ATen/ops/min_ops.h' 2022-09-27T15:32:20.1813812Z adding 'torch/include/ATen/ops/minimum.h' 2022-09-27T15:32:20.1815435Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1816777Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-09-27T15:32:20.1818227Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-09-27T15:32:20.1819712Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-09-27T15:32:20.1821119Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-09-27T15:32:20.1822651Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-09-27T15:32:20.1824339Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-09-27T15:32:20.1826035Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-09-27T15:32:20.1827758Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-09-27T15:32:20.1829444Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1830942Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1832390Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-09-27T15:32:20.1834072Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-09-27T15:32:20.1835767Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1837316Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-09-27T15:32:20.1838754Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-09-27T15:32:20.1840554Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-09-27T15:32:20.1842346Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-09-27T15:32:20.1844080Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-09-27T15:32:20.1845779Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:32:20.1847387Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-09-27T15:32:20.1849090Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-09-27T15:32:20.1850838Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1852416Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-09-27T15:32:20.1853992Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-09-27T15:32:20.1855786Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-09-27T15:32:20.1857469Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-09-27T15:32:20.1859189Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-09-27T15:32:20.1860786Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-09-27T15:32:20.1862531Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-09-27T15:32:20.1864613Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-09-27T15:32:20.1866517Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1868139Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:32:20.1869714Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-09-27T15:32:20.1871525Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-09-27T15:32:20.1873332Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-09-27T15:32:20.1875164Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1876805Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-09-27T15:32:20.1878512Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-09-27T15:32:20.1880967Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-09-27T15:32:20.1882522Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-09-27T15:32:20.1884555Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-09-27T15:32:20.1886688Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1888476Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1890156Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-09-27T15:32:20.1892460Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-09-27T15:32:20.1894465Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1896187Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-09-27T15:32:20.1897886Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-09-27T15:32:20.1900008Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-09-27T15:32:20.1901833Z adding 'torch/include/ATen/ops/mish.h' 2022-09-27T15:32:20.1903578Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-09-27T15:32:20.1905727Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.1907415Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-09-27T15:32:20.1909079Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-09-27T15:32:20.1910696Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-09-27T15:32:20.1912438Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-09-27T15:32:20.1914389Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.1915973Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-09-27T15:32:20.1917631Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-09-27T15:32:20.1919281Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-09-27T15:32:20.1920996Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-09-27T15:32:20.1922670Z adding 'torch/include/ATen/ops/mish_native.h' 2022-09-27T15:32:20.1924460Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-09-27T15:32:20.1926330Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-09-27T15:32:20.1928089Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-09-27T15:32:20.1930017Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1931610Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:32:20.1933387Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:32:20.1935073Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-09-27T15:32:20.1936898Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-09-27T15:32:20.1938713Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-09-27T15:32:20.1940678Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1942416Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-09-27T15:32:20.1944387Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-09-27T15:32:20.1946185Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-09-27T15:32:20.1948016Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-09-27T15:32:20.1950059Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1951796Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-09-27T15:32:20.1953686Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1955311Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-09-27T15:32:20.1957068Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-09-27T15:32:20.1958799Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-09-27T15:32:20.1960657Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-09-27T15:32:20.1962685Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-09-27T15:32:20.1964546Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1966178Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-09-27T15:32:20.1967971Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-09-27T15:32:20.1969845Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1971436Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-09-27T15:32:20.1973225Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-09-27T15:32:20.1975114Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-09-27T15:32:20.1977013Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-09-27T15:32:20.1978982Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1980620Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-09-27T15:32:20.1982563Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-09-27T15:32:20.1984645Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1986340Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-09-27T15:32:20.1988215Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-09-27T15:32:20.1990100Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-09-27T15:32:20.1991999Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-09-27T15:32:20.1993954Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.1995600Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-09-27T15:32:20.1997481Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-09-27T15:32:20.1999398Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2001044Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-09-27T15:32:20.2002910Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-09-27T15:32:20.2004786Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-09-27T15:32:20.2006735Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2008314Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-09-27T15:32:20.2010124Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-09-27T15:32:20.2011949Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-09-27T15:32:20.2013936Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2015590Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-09-27T15:32:20.2017381Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-09-27T15:32:20.2019065Z adding 'torch/include/ATen/ops/mm.h' 2022-09-27T15:32:20.2021009Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2022656Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-09-27T15:32:20.2024459Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-09-27T15:32:20.2026226Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-09-27T15:32:20.2027710Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-09-27T15:32:20.2029233Z adding 'torch/include/ATen/ops/mm_native.h' 2022-09-27T15:32:20.2030864Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-09-27T15:32:20.2032561Z adding 'torch/include/ATen/ops/mode.h' 2022-09-27T15:32:20.2034243Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2035840Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2037322Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-09-27T15:32:20.2038917Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-09-27T15:32:20.2040401Z adding 'torch/include/ATen/ops/mode_native.h' 2022-09-27T15:32:20.2042167Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-09-27T15:32:20.2043781Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-09-27T15:32:20.2045434Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2046837Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-09-27T15:32:20.2048456Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-09-27T15:32:20.2050000Z adding 'torch/include/ATen/ops/movedim.h' 2022-09-27T15:32:20.2051617Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2053042Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-09-27T15:32:20.2054685Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-09-27T15:32:20.2056419Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-09-27T15:32:20.2058138Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2059592Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-09-27T15:32:20.2061341Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-09-27T15:32:20.2063282Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-09-27T15:32:20.2065248Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2066686Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-09-27T15:32:20.2068434Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-09-27T15:32:20.2070101Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-09-27T15:32:20.2071808Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2073212Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-09-27T15:32:20.2074951Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-09-27T15:32:20.2076541Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-09-27T15:32:20.2078179Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-09-27T15:32:20.2079766Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2081316Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2082789Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-09-27T15:32:20.2084437Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-09-27T15:32:20.2086119Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2087619Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-09-27T15:32:20.2089165Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-09-27T15:32:20.2090606Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-09-27T15:32:20.2092157Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-09-27T15:32:20.2093632Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-09-27T15:32:20.2095234Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-09-27T15:32:20.2096785Z adding 'torch/include/ATen/ops/msort.h' 2022-09-27T15:32:20.2098398Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2099844Z adding 'torch/include/ATen/ops/msort_native.h' 2022-09-27T15:32:20.2101453Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-09-27T15:32:20.2103155Z adding 'torch/include/ATen/ops/mul.h' 2022-09-27T15:32:20.2104888Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2106540Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2108000Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-09-27T15:32:20.2109543Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-09-27T15:32:20.2111293Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-09-27T15:32:20.2112740Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-09-27T15:32:20.2114472Z adding 'torch/include/ATen/ops/mul_native.h' 2022-09-27T15:32:20.2115965Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-09-27T15:32:20.2117573Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-09-27T15:32:20.2119121Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-09-27T15:32:20.2120743Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2122167Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2123783Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-09-27T15:32:20.2125499Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-09-27T15:32:20.2126989Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-09-27T15:32:20.2128481Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-09-27T15:32:20.2130471Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-09-27T15:32:20.2132002Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-09-27T15:32:20.2133571Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-09-27T15:32:20.2135039Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-09-27T15:32:20.2136687Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2138239Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2139509Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-09-27T15:32:20.2141193Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-09-27T15:32:20.2142942Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2144733Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-09-27T15:32:20.2146476Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-09-27T15:32:20.2148106Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-09-27T15:32:20.2149708Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-09-27T15:32:20.2151426Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-09-27T15:32:20.2153025Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-09-27T15:32:20.2154592Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-09-27T15:32:20.2156288Z adding 'torch/include/ATen/ops/multinomial.h' 2022-09-27T15:32:20.2157962Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-09-27T15:32:20.2160433Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-09-27T15:32:20.2162079Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-09-27T15:32:20.2163764Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-09-27T15:32:20.2165461Z adding 'torch/include/ATen/ops/multiply.h' 2022-09-27T15:32:20.2167219Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2168578Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-09-27T15:32:20.2170494Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-09-27T15:32:20.2172188Z adding 'torch/include/ATen/ops/mv.h' 2022-09-27T15:32:20.2173829Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2175214Z adding 'torch/include/ATen/ops/mv_native.h' 2022-09-27T15:32:20.2176885Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-09-27T15:32:20.2178489Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-09-27T15:32:20.2180140Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2181686Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-09-27T15:32:20.2183306Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-09-27T15:32:20.2184962Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-09-27T15:32:20.2187044Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-09-27T15:32:20.2188751Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-09-27T15:32:20.2190402Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2191858Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-09-27T15:32:20.2193436Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-09-27T15:32:20.2195001Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-09-27T15:32:20.2196765Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-09-27T15:32:20.2198453Z adding 'torch/include/ATen/ops/nanmean.h' 2022-09-27T15:32:20.2200327Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2201766Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-09-27T15:32:20.2203560Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-09-27T15:32:20.2205368Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-09-27T15:32:20.2207208Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2208785Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2210390Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-09-27T15:32:20.2211994Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-09-27T15:32:20.2213629Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-09-27T15:32:20.2215535Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-09-27T15:32:20.2217473Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-09-27T15:32:20.2219273Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2220885Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-09-27T15:32:20.2222794Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-09-27T15:32:20.2224828Z adding 'torch/include/ATen/ops/nansum.h' 2022-09-27T15:32:20.2226493Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-09-27T15:32:20.2228129Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-09-27T15:32:20.2229647Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-09-27T15:32:20.2231365Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-09-27T15:32:20.2232963Z adding 'torch/include/ATen/ops/narrow.h' 2022-09-27T15:32:20.2234674Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2236313Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-09-27T15:32:20.2238130Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2239675Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-09-27T15:32:20.2241253Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-09-27T15:32:20.2242944Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-09-27T15:32:20.2244540Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-09-27T15:32:20.2246181Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-09-27T15:32:20.2248023Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-09-27T15:32:20.2249895Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-09-27T15:32:20.2251745Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2253345Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2254968Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2256571Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-09-27T15:32:20.2258511Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-09-27T15:32:20.2260264Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-09-27T15:32:20.2262020Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-09-27T15:32:20.2263815Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-09-27T15:32:20.2265718Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-09-27T15:32:20.2267437Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-09-27T15:32:20.2269055Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2270564Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-09-27T15:32:20.2272178Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-09-27T15:32:20.2273795Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-09-27T15:32:20.2275465Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-09-27T15:32:20.2277059Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-09-27T15:32:20.2278819Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2280315Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2281949Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2283483Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-09-27T15:32:20.2285173Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-09-27T15:32:20.2286851Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2288463Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-09-27T15:32:20.2290012Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-09-27T15:32:20.2291595Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-09-27T15:32:20.2293268Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-09-27T15:32:20.2295077Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-09-27T15:32:20.2296917Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-09-27T15:32:20.2298780Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2300328Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2302033Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2303792Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-09-27T15:32:20.2305658Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-09-27T15:32:20.2307456Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2309076Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-09-27T15:32:20.2310645Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-09-27T15:32:20.2312221Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-09-27T15:32:20.2314028Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-09-27T15:32:20.2315759Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-09-27T15:32:20.2317537Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-09-27T15:32:20.2319314Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2320975Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2322543Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2324112Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-09-27T15:32:20.2326009Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-09-27T15:32:20.2328492Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2329732Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-09-27T15:32:20.2331269Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-09-27T15:32:20.2332802Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-09-27T15:32:20.2334625Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-09-27T15:32:20.2336409Z adding 'torch/include/ATen/ops/native_norm.h' 2022-09-27T15:32:20.2338221Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2339882Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-09-27T15:32:20.2341732Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-09-27T15:32:20.2343795Z adding 'torch/include/ATen/ops/ne.h' 2022-09-27T15:32:20.2345701Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2347242Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-09-27T15:32:20.2348797Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-09-27T15:32:20.2350353Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-09-27T15:32:20.2351942Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-09-27T15:32:20.2353542Z adding 'torch/include/ATen/ops/ne_native.h' 2022-09-27T15:32:20.2355399Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-09-27T15:32:20.2357103Z adding 'torch/include/ATen/ops/neg.h' 2022-09-27T15:32:20.2358831Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2360295Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-09-27T15:32:20.2361836Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-09-27T15:32:20.2363306Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-09-27T15:32:20.2364862Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-09-27T15:32:20.2366395Z adding 'torch/include/ATen/ops/neg_native.h' 2022-09-27T15:32:20.2368117Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-09-27T15:32:20.2369745Z adding 'torch/include/ATen/ops/negative.h' 2022-09-27T15:32:20.2371462Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2372924Z adding 'torch/include/ATen/ops/negative_native.h' 2022-09-27T15:32:20.2374808Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-09-27T15:32:20.2376463Z adding 'torch/include/ATen/ops/nested_tensor.h' 2022-09-27T15:32:20.2378921Z adding 'torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2380137Z adding 'torch/include/ATen/ops/nested_tensor_native.h' 2022-09-27T15:32:20.2382868Z adding 'torch/include/ATen/ops/nested_tensor_ops.h' 2022-09-27T15:32:20.2384803Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-09-27T15:32:20.2387138Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2388720Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-09-27T15:32:20.2390952Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-09-27T15:32:20.2392634Z adding 'torch/include/ATen/ops/new_empty.h' 2022-09-27T15:32:20.2395032Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2396625Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-09-27T15:32:20.2398917Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-09-27T15:32:20.2400963Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-09-27T15:32:20.2403160Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2405153Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2407059Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-09-27T15:32:20.2409327Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-09-27T15:32:20.2411069Z adding 'torch/include/ATen/ops/new_full.h' 2022-09-27T15:32:20.2413365Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2415029Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-09-27T15:32:20.2417349Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-09-27T15:32:20.2419117Z adding 'torch/include/ATen/ops/new_ones.h' 2022-09-27T15:32:20.2421390Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2423089Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-09-27T15:32:20.2427243Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-09-27T15:32:20.2429088Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-09-27T15:32:20.2431735Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2432900Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-09-27T15:32:20.2435509Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-09-27T15:32:20.2437168Z adding 'torch/include/ATen/ops/nextafter.h' 2022-09-27T15:32:20.2439645Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2441104Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-09-27T15:32:20.2443534Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-09-27T15:32:20.2445029Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-09-27T15:32:20.2447361Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-09-27T15:32:20.2448934Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-09-27T15:32:20.2451302Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-09-27T15:32:20.2453152Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-09-27T15:32:20.2455340Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-09-27T15:32:20.2457307Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-09-27T15:32:20.2459455Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2461384Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2463436Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-09-27T15:32:20.2465957Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-09-27T15:32:20.2468001Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2470028Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-09-27T15:32:20.2472169Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-09-27T15:32:20.2474208Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-09-27T15:32:20.2476199Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-09-27T15:32:20.2478558Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-09-27T15:32:20.2480456Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-09-27T15:32:20.2482696Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-09-27T15:32:20.2484781Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-09-27T15:32:20.2487123Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2488991Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2491202Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2493157Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-09-27T15:32:20.2495289Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-09-27T15:32:20.2497178Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-09-27T15:32:20.2499494Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-09-27T15:32:20.2501754Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2503913Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-09-27T15:32:20.2506646Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2508331Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-09-27T15:32:20.2510576Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-09-27T15:32:20.2512318Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-09-27T15:32:20.2514513Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-09-27T15:32:20.2516237Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-09-27T15:32:20.2518662Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-09-27T15:32:20.2520255Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-09-27T15:32:20.2522420Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-09-27T15:32:20.2524512Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2526159Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-09-27T15:32:20.2528379Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-09-27T15:32:20.2530374Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-09-27T15:32:20.2532296Z adding 'torch/include/ATen/ops/nonzero.h' 2022-09-27T15:32:20.2534265Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-09-27T15:32:20.2536112Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-09-27T15:32:20.2537966Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-09-27T15:32:20.2539891Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-09-27T15:32:20.2542063Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2543810Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-09-27T15:32:20.2546317Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-09-27T15:32:20.2547969Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-09-27T15:32:20.2550600Z adding 'torch/include/ATen/ops/norm.h' 2022-09-27T15:32:20.2552779Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2554779Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2556807Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2558734Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-09-27T15:32:20.2560752Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-09-27T15:32:20.2562585Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-09-27T15:32:20.2564737Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2566350Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-09-27T15:32:20.2568532Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-09-27T15:32:20.2570278Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-09-27T15:32:20.2572423Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-09-27T15:32:20.2574424Z adding 'torch/include/ATen/ops/norm_native.h' 2022-09-27T15:32:20.2577210Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-09-27T15:32:20.2579843Z adding 'torch/include/ATen/ops/normal.h' 2022-09-27T15:32:20.2582262Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2584317Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-09-27T15:32:20.2587560Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-09-27T15:32:20.2589418Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-09-27T15:32:20.2591656Z adding 'torch/include/ATen/ops/normal_native.h' 2022-09-27T15:32:20.2594369Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-09-27T15:32:20.2596675Z adding 'torch/include/ATen/ops/not_equal.h' 2022-09-27T15:32:20.2598690Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2600439Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-09-27T15:32:20.2602889Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-09-27T15:32:20.2604928Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-09-27T15:32:20.2607129Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2608772Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-09-27T15:32:20.2611060Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-09-27T15:32:20.2612773Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-09-27T15:32:20.2614984Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2616505Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-09-27T15:32:20.2618685Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-09-27T15:32:20.2620355Z adding 'torch/include/ATen/ops/one_hot.h' 2022-09-27T15:32:20.2622770Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2624376Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-09-27T15:32:20.2627035Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-09-27T15:32:20.2628734Z adding 'torch/include/ATen/ops/ones.h' 2022-09-27T15:32:20.2630467Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2632039Z adding 'torch/include/ATen/ops/ones_like.h' 2022-09-27T15:32:20.2633887Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2635190Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-09-27T15:32:20.2636894Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-09-27T15:32:20.2638549Z adding 'torch/include/ATen/ops/ones_native.h' 2022-09-27T15:32:20.2640415Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-09-27T15:32:20.2642202Z adding 'torch/include/ATen/ops/or.h' 2022-09-27T15:32:20.2643767Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2645109Z adding 'torch/include/ATen/ops/or_native.h' 2022-09-27T15:32:20.2646754Z adding 'torch/include/ATen/ops/or_ops.h' 2022-09-27T15:32:20.2648529Z adding 'torch/include/ATen/ops/orgqr.h' 2022-09-27T15:32:20.2650475Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2651641Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-09-27T15:32:20.2653100Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-09-27T15:32:20.2654599Z adding 'torch/include/ATen/ops/ormqr.h' 2022-09-27T15:32:20.2656203Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-09-27T15:32:20.2657888Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-09-27T15:32:20.2659686Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-09-27T15:32:20.2661335Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-09-27T15:32:20.2662878Z adding 'torch/include/ATen/ops/outer.h' 2022-09-27T15:32:20.2664573Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2666337Z adding 'torch/include/ATen/ops/outer_native.h' 2022-09-27T15:32:20.2667949Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-09-27T15:32:20.2669471Z adding 'torch/include/ATen/ops/output_nr.h' 2022-09-27T15:32:20.2671057Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2672470Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-09-27T15:32:20.2673935Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-09-27T15:32:20.2675405Z adding 'torch/include/ATen/ops/pad.h' 2022-09-27T15:32:20.2677052Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2678436Z adding 'torch/include/ATen/ops/pad_native.h' 2022-09-27T15:32:20.2679957Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-09-27T15:32:20.2681448Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-09-27T15:32:20.2683100Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2684555Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-09-27T15:32:20.2686071Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-09-27T15:32:20.2687743Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-09-27T15:32:20.2689302Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2690813Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-09-27T15:32:20.2692400Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-09-27T15:32:20.2693946Z adding 'torch/include/ATen/ops/pdist.h' 2022-09-27T15:32:20.2695721Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2697174Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-09-27T15:32:20.2698512Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-09-27T15:32:20.2699964Z adding 'torch/include/ATen/ops/permute.h' 2022-09-27T15:32:20.2701486Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2703200Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-09-27T15:32:20.2704913Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2706409Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2707905Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-09-27T15:32:20.2709454Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-09-27T15:32:20.2710964Z adding 'torch/include/ATen/ops/permute_native.h' 2022-09-27T15:32:20.2712441Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-09-27T15:32:20.2713897Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-09-27T15:32:20.2715505Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2716890Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-09-27T15:32:20.2718509Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-09-27T15:32:20.2720057Z adding 'torch/include/ATen/ops/pinverse.h' 2022-09-27T15:32:20.2721608Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2723060Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-09-27T15:32:20.2724551Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-09-27T15:32:20.2726076Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-09-27T15:32:20.2727702Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2729318Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2730715Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-09-27T15:32:20.2732207Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-09-27T15:32:20.2733935Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-09-27T15:32:20.2735510Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-09-27T15:32:20.2737112Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2738630Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2740126Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-09-27T15:32:20.2741620Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-09-27T15:32:20.2743232Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-09-27T15:32:20.2744971Z adding 'torch/include/ATen/ops/poisson.h' 2022-09-27T15:32:20.2746570Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2747923Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-09-27T15:32:20.2749348Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-09-27T15:32:20.2750785Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-09-27T15:32:20.2752301Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-09-27T15:32:20.2753897Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2755244Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-09-27T15:32:20.2756785Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-09-27T15:32:20.2758351Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-09-27T15:32:20.2759806Z adding 'torch/include/ATen/ops/polar.h' 2022-09-27T15:32:20.2761329Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2762717Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-09-27T15:32:20.2764126Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-09-27T15:32:20.2765554Z adding 'torch/include/ATen/ops/polar_native.h' 2022-09-27T15:32:20.2767129Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-09-27T15:32:20.2768728Z adding 'torch/include/ATen/ops/polygamma.h' 2022-09-27T15:32:20.2770311Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2771903Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2773346Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-09-27T15:32:20.2774900Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-09-27T15:32:20.2776257Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-09-27T15:32:20.2777757Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-09-27T15:32:20.2779186Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-09-27T15:32:20.2780750Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-09-27T15:32:20.2782383Z adding 'torch/include/ATen/ops/positive.h' 2022-09-27T15:32:20.2784113Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2785658Z adding 'torch/include/ATen/ops/positive_native.h' 2022-09-27T15:32:20.2787227Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-09-27T15:32:20.2788864Z adding 'torch/include/ATen/ops/pow.h' 2022-09-27T15:32:20.2790617Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2792176Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-09-27T15:32:20.2793782Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-09-27T15:32:20.2795350Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-09-27T15:32:20.2796929Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-09-27T15:32:20.2798494Z adding 'torch/include/ATen/ops/pow_native.h' 2022-09-27T15:32:20.2800379Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-09-27T15:32:20.2802043Z adding 'torch/include/ATen/ops/prelu.h' 2022-09-27T15:32:20.2803659Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-09-27T15:32:20.2805308Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2806780Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-09-27T15:32:20.2808331Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-09-27T15:32:20.2809726Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-09-27T15:32:20.2811343Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-09-27T15:32:20.2812982Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2814429Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-09-27T15:32:20.2815948Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-09-27T15:32:20.2817608Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-09-27T15:32:20.2818974Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-09-27T15:32:20.2820703Z adding 'torch/include/ATen/ops/prod.h' 2022-09-27T15:32:20.2822544Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2824480Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.2826245Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2827911Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-09-27T15:32:20.2829618Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-09-27T15:32:20.2831260Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-09-27T15:32:20.2832966Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-09-27T15:32:20.2834650Z adding 'torch/include/ATen/ops/prod_native.h' 2022-09-27T15:32:20.2836671Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-09-27T15:32:20.2838400Z adding 'torch/include/ATen/ops/promote_types.h' 2022-09-27T15:32:20.2840190Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2841719Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-09-27T15:32:20.2843505Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-09-27T15:32:20.2845081Z adding 'torch/include/ATen/ops/put.h' 2022-09-27T15:32:20.2846900Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2848502Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-09-27T15:32:20.2850193Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-09-27T15:32:20.2851836Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-09-27T15:32:20.2853451Z adding 'torch/include/ATen/ops/put_native.h' 2022-09-27T15:32:20.2855223Z adding 'torch/include/ATen/ops/put_ops.h' 2022-09-27T15:32:20.2857065Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-09-27T15:32:20.2858589Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-09-27T15:32:20.2860241Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-09-27T15:32:20.2861943Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-09-27T15:32:20.2863884Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2865496Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-09-27T15:32:20.2867201Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-09-27T15:32:20.2868928Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-09-27T15:32:20.2870751Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2872231Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-09-27T15:32:20.2874065Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-09-27T15:32:20.2875532Z adding 'torch/include/ATen/ops/q_scale.h' 2022-09-27T15:32:20.2877084Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-09-27T15:32:20.2878748Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-09-27T15:32:20.2880345Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-09-27T15:32:20.2881917Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-09-27T15:32:20.2884158Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-09-27T15:32:20.2885443Z adding 'torch/include/ATen/ops/qr.h' 2022-09-27T15:32:20.2887241Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2888639Z adding 'torch/include/ATen/ops/qr_native.h' 2022-09-27T15:32:20.2890241Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-09-27T15:32:20.2891774Z adding 'torch/include/ATen/ops/qscheme.h' 2022-09-27T15:32:20.2893168Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-09-27T15:32:20.2894832Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-09-27T15:32:20.2896913Z adding 'torch/include/ATen/ops/quantile.h' 2022-09-27T15:32:20.2898568Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2900044Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-09-27T15:32:20.2902077Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-09-27T15:32:20.2903938Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-09-27T15:32:20.2906460Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2906958Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-09-27T15:32:20.2909144Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-09-27T15:32:20.2910363Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-09-27T15:32:20.2912558Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-09-27T15:32:20.2913788Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-09-27T15:32:20.2915649Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2917240Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-09-27T15:32:20.2918832Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-09-27T15:32:20.2920567Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-09-27T15:32:20.2922165Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2923695Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-09-27T15:32:20.2925216Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-09-27T15:32:20.2926702Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-09-27T15:32:20.2928358Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-09-27T15:32:20.2929961Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-09-27T15:32:20.2932043Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-09-27T15:32:20.2933695Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-09-27T15:32:20.2935476Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2936920Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-09-27T15:32:20.2938709Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-09-27T15:32:20.2940651Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-09-27T15:32:20.2942471Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2944133Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-09-27T15:32:20.2945770Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-09-27T15:32:20.2947649Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-09-27T15:32:20.2949319Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2950903Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-09-27T15:32:20.2952666Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-09-27T15:32:20.2954537Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-09-27T15:32:20.2956358Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2957957Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-09-27T15:32:20.2959728Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-09-27T15:32:20.2961553Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-09-27T15:32:20.2963350Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2964920Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-09-27T15:32:20.2967680Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-09-27T15:32:20.2969550Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-09-27T15:32:20.2971375Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2972942Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-09-27T15:32:20.2974629Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-09-27T15:32:20.2976416Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-09-27T15:32:20.2978242Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2979803Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-09-27T15:32:20.2981733Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-09-27T15:32:20.2983432Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-09-27T15:32:20.2985515Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2987073Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-09-27T15:32:20.2988799Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-09-27T15:32:20.2990942Z adding 'torch/include/ATen/ops/rand.h' 2022-09-27T15:32:20.2992933Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2994727Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.2996468Z adding 'torch/include/ATen/ops/rand_like.h' 2022-09-27T15:32:20.2998391Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.2999935Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-09-27T15:32:20.3001785Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-09-27T15:32:20.3003520Z adding 'torch/include/ATen/ops/rand_native.h' 2022-09-27T15:32:20.3005869Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-09-27T15:32:20.3008015Z adding 'torch/include/ATen/ops/randint.h' 2022-09-27T15:32:20.3010140Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3012066Z adding 'torch/include/ATen/ops/randint_like.h' 2022-09-27T15:32:20.3014136Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3015693Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-09-27T15:32:20.3017749Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-09-27T15:32:20.3019573Z adding 'torch/include/ATen/ops/randint_native.h' 2022-09-27T15:32:20.3021847Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-09-27T15:32:20.3024060Z adding 'torch/include/ATen/ops/randn.h' 2022-09-27T15:32:20.3026528Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3028189Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3029997Z adding 'torch/include/ATen/ops/randn_like.h' 2022-09-27T15:32:20.3031902Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3033427Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-09-27T15:32:20.3035241Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-09-27T15:32:20.3036993Z adding 'torch/include/ATen/ops/randn_native.h' 2022-09-27T15:32:20.3039140Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-09-27T15:32:20.3041173Z adding 'torch/include/ATen/ops/random.h' 2022-09-27T15:32:20.3043126Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3044802Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-09-27T15:32:20.3046450Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-09-27T15:32:20.3048116Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-09-27T15:32:20.3049805Z adding 'torch/include/ATen/ops/random_native.h' 2022-09-27T15:32:20.3051838Z adding 'torch/include/ATen/ops/random_ops.h' 2022-09-27T15:32:20.3053895Z adding 'torch/include/ATen/ops/randperm.h' 2022-09-27T15:32:20.3055867Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3057464Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-09-27T15:32:20.3059081Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-09-27T15:32:20.3060739Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-09-27T15:32:20.3062739Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-09-27T15:32:20.3064849Z adding 'torch/include/ATen/ops/range.h' 2022-09-27T15:32:20.3066914Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3068536Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-09-27T15:32:20.3070150Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-09-27T15:32:20.3071778Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-09-27T15:32:20.3073414Z adding 'torch/include/ATen/ops/range_native.h' 2022-09-27T15:32:20.3075355Z adding 'torch/include/ATen/ops/range_ops.h' 2022-09-27T15:32:20.3077038Z adding 'torch/include/ATen/ops/ravel.h' 2022-09-27T15:32:20.3078853Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3080300Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-09-27T15:32:20.3082005Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-09-27T15:32:20.3083559Z adding 'torch/include/ATen/ops/real.h' 2022-09-27T15:32:20.3085353Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3086766Z adding 'torch/include/ATen/ops/real_native.h' 2022-09-27T15:32:20.3088402Z adding 'torch/include/ATen/ops/real_ops.h' 2022-09-27T15:32:20.3090099Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-09-27T15:32:20.3091969Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3093449Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-09-27T15:32:20.3095150Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-09-27T15:32:20.3096698Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-09-27T15:32:20.3098354Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-09-27T15:32:20.3099936Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-09-27T15:32:20.3101869Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-09-27T15:32:20.3103415Z adding 'torch/include/ATen/ops/record_stream.h' 2022-09-27T15:32:20.3105233Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-09-27T15:32:20.3106873Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-09-27T15:32:20.3108468Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-09-27T15:32:20.3110124Z adding 'torch/include/ATen/ops/refine_names.h' 2022-09-27T15:32:20.3111884Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3113371Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-09-27T15:32:20.3115018Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-09-27T15:32:20.3116754Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-09-27T15:32:20.3118455Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-09-27T15:32:20.3120633Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3122005Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3123844Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3125391Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-09-27T15:32:20.3127005Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-09-27T15:32:20.3128612Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-09-27T15:32:20.3130409Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-09-27T15:32:20.3132239Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3133776Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-09-27T15:32:20.3135411Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-09-27T15:32:20.3137006Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-09-27T15:32:20.3138711Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-09-27T15:32:20.3140303Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-09-27T15:32:20.3142175Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-09-27T15:32:20.3144096Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-09-27T15:32:20.3146088Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-09-27T15:32:20.3147920Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3149546Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3151197Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-09-27T15:32:20.3152982Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-09-27T15:32:20.3154679Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-09-27T15:32:20.3156351Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-09-27T15:32:20.3158015Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-09-27T15:32:20.3159700Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-09-27T15:32:20.3161421Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-09-27T15:32:20.3163242Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-09-27T15:32:20.3165148Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3166441Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3168120Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3169649Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-09-27T15:32:20.3171321Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-09-27T15:32:20.3172904Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-09-27T15:32:20.3174782Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-09-27T15:32:20.3176529Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3178035Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-09-27T15:32:20.3179638Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-09-27T15:32:20.3181211Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-09-27T15:32:20.3182906Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-09-27T15:32:20.3184675Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-09-27T15:32:20.3186335Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-09-27T15:32:20.3188002Z adding 'torch/include/ATen/ops/relu.h' 2022-09-27T15:32:20.3189556Z adding 'torch/include/ATen/ops/relu6.h' 2022-09-27T15:32:20.3191393Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3192814Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-09-27T15:32:20.3194458Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-09-27T15:32:20.3196200Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3197715Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-09-27T15:32:20.3199272Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-09-27T15:32:20.3200891Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-09-27T15:32:20.3202376Z adding 'torch/include/ATen/ops/relu_native.h' 2022-09-27T15:32:20.3204207Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-09-27T15:32:20.3205963Z adding 'torch/include/ATen/ops/remainder.h' 2022-09-27T15:32:20.3207857Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3209521Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3211066Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-09-27T15:32:20.3212652Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-09-27T15:32:20.3214263Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-09-27T15:32:20.3215863Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-09-27T15:32:20.3217505Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-09-27T15:32:20.3219501Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-09-27T15:32:20.3221157Z adding 'torch/include/ATen/ops/rename.h' 2022-09-27T15:32:20.3222955Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3224560Z adding 'torch/include/ATen/ops/rename_native.h' 2022-09-27T15:32:20.3226249Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-09-27T15:32:20.3227884Z adding 'torch/include/ATen/ops/renorm.h' 2022-09-27T15:32:20.3229694Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3231179Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-09-27T15:32:20.3232815Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-09-27T15:32:20.3234285Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-09-27T15:32:20.3235929Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-09-27T15:32:20.3237448Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-09-27T15:32:20.3239180Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-09-27T15:32:20.3240757Z adding 'torch/include/ATen/ops/repeat.h' 2022-09-27T15:32:20.3242475Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3244113Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-09-27T15:32:20.3245916Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3247509Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3249009Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-09-27T15:32:20.3250536Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-09-27T15:32:20.3252168Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-09-27T15:32:20.3253901Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-09-27T15:32:20.3255478Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-09-27T15:32:20.3257151Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-09-27T15:32:20.3258846Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-09-27T15:32:20.3260477Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-09-27T15:32:20.3262352Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3264064Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3265639Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3267057Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-09-27T15:32:20.3268626Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-09-27T15:32:20.3270221Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-09-27T15:32:20.3271903Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-09-27T15:32:20.3273658Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3275120Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-09-27T15:32:20.3276926Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-09-27T15:32:20.3278199Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-09-27T15:32:20.3279799Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-09-27T15:32:20.3281252Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-09-27T15:32:20.3282931Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-09-27T15:32:20.3284554Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-09-27T15:32:20.3286377Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-09-27T15:32:20.3288114Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3289620Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3291097Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-09-27T15:32:20.3292736Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-09-27T15:32:20.3294476Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3296030Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-09-27T15:32:20.3297574Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-09-27T15:32:20.3299074Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-09-27T15:32:20.3300639Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-09-27T15:32:20.3302255Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-09-27T15:32:20.3304272Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-09-27T15:32:20.3306046Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-09-27T15:32:20.3307703Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-09-27T15:32:20.3309337Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3310915Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3312465Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-09-27T15:32:20.3314140Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-09-27T15:32:20.3315844Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3317367Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-09-27T15:32:20.3318921Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-09-27T15:32:20.3320470Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-09-27T15:32:20.3322105Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-09-27T15:32:20.3323611Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-09-27T15:32:20.3325166Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-09-27T15:32:20.3326682Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-09-27T15:32:20.3328279Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3329725Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-09-27T15:32:20.3331252Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-09-27T15:32:20.3332750Z adding 'torch/include/ATen/ops/reshape.h' 2022-09-27T15:32:20.3334263Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-09-27T15:32:20.3335900Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3337518Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:32:20.3338941Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-09-27T15:32:20.3340470Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-09-27T15:32:20.3342129Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3343954Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:32:20.3345416Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-09-27T15:32:20.3346939Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-09-27T15:32:20.3348511Z adding 'torch/include/ATen/ops/resize.h' 2022-09-27T15:32:20.3350188Z adding 'torch/include/ATen/ops/resize_as.h' 2022-09-27T15:32:20.3351970Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3353485Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-09-27T15:32:20.3355198Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-09-27T15:32:20.3357697Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-09-27T15:32:20.3359507Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3361104Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-09-27T15:32:20.3362614Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-09-27T15:32:20.3364314Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-09-27T15:32:20.3366097Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3367752Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-09-27T15:32:20.3369188Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-09-27T15:32:20.3370717Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-09-27T15:32:20.3372273Z adding 'torch/include/ATen/ops/resize_native.h' 2022-09-27T15:32:20.3374288Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-09-27T15:32:20.3375986Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-09-27T15:32:20.3377755Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3379135Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-09-27T15:32:20.3380677Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-09-27T15:32:20.3382193Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-09-27T15:32:20.3384085Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3385639Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-09-27T15:32:20.3387130Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-09-27T15:32:20.3388825Z adding 'torch/include/ATen/ops/result_type.h' 2022-09-27T15:32:20.3390594Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3391849Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-09-27T15:32:20.3393593Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-09-27T15:32:20.3395085Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-09-27T15:32:20.3396729Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3397998Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-09-27T15:32:20.3399480Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-09-27T15:32:20.3400872Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-09-27T15:32:20.3402570Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3403931Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-09-27T15:32:20.3405407Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-09-27T15:32:20.3406990Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-09-27T15:32:20.3408500Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-09-27T15:32:20.3410087Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3411453Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-09-27T15:32:20.3413027Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-09-27T15:32:20.3414695Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3416126Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-09-27T15:32:20.3417812Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-09-27T15:32:20.3419431Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-09-27T15:32:20.3420989Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-09-27T15:32:20.3422674Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3424370Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-09-27T15:32:20.3425907Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-09-27T15:32:20.3427576Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3429034Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-09-27T15:32:20.3430694Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-09-27T15:32:20.3432271Z adding 'torch/include/ATen/ops/roll.h' 2022-09-27T15:32:20.3433967Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3435414Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-09-27T15:32:20.3436900Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-09-27T15:32:20.3438324Z adding 'torch/include/ATen/ops/roll_native.h' 2022-09-27T15:32:20.3439948Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-09-27T15:32:20.3441542Z adding 'torch/include/ATen/ops/rot90.h' 2022-09-27T15:32:20.3443175Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3444562Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-09-27T15:32:20.3446172Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-09-27T15:32:20.3447730Z adding 'torch/include/ATen/ops/round.h' 2022-09-27T15:32:20.3449432Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3450909Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-09-27T15:32:20.3452463Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-09-27T15:32:20.3453907Z adding 'torch/include/ATen/ops/round_meta.h' 2022-09-27T15:32:20.3455449Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-09-27T15:32:20.3456943Z adding 'torch/include/ATen/ops/round_native.h' 2022-09-27T15:32:20.3458665Z adding 'torch/include/ATen/ops/round_ops.h' 2022-09-27T15:32:20.3460202Z adding 'torch/include/ATen/ops/row_indices.h' 2022-09-27T15:32:20.3461784Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-09-27T15:32:20.3463479Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3465146Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-09-27T15:32:20.3466741Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-09-27T15:32:20.3468190Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-09-27T15:32:20.3469706Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-09-27T15:32:20.3471220Z adding 'torch/include/ATen/ops/row_stack.h' 2022-09-27T15:32:20.3472941Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3474265Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-09-27T15:32:20.3475855Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-09-27T15:32:20.3488656Z adding 'torch/include/ATen/ops/rrelu.h' 2022-09-27T15:32:20.3488992Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3489276Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-09-27T15:32:20.3489563Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-09-27T15:32:20.3489766Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-09-27T15:32:20.3489936Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-09-27T15:32:20.3490252Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3490432Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-09-27T15:32:20.3490885Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-09-27T15:32:20.3492993Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-09-27T15:32:20.3494263Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-09-27T15:32:20.3495682Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-09-27T15:32:20.3497113Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-09-27T15:32:20.3498781Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-09-27T15:32:20.3500369Z adding 'torch/include/ATen/ops/rshift.h' 2022-09-27T15:32:20.3502135Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3503492Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-09-27T15:32:20.3505110Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-09-27T15:32:20.3506542Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-09-27T15:32:20.3508001Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-09-27T15:32:20.3510037Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-09-27T15:32:20.3511447Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-09-27T15:32:20.3513201Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3514528Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-09-27T15:32:20.3516016Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-09-27T15:32:20.3517388Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-09-27T15:32:20.3518884Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-09-27T15:32:20.3520254Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-09-27T15:32:20.3521775Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-09-27T15:32:20.3523370Z adding 'torch/include/ATen/ops/rsub.h' 2022-09-27T15:32:20.3525188Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3526510Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-09-27T15:32:20.3527921Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-09-27T15:32:20.3529326Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-09-27T15:32:20.3530971Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-09-27T15:32:20.3532636Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-09-27T15:32:20.3534426Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3535522Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-09-27T15:32:20.3537230Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-09-27T15:32:20.3539017Z adding 'torch/include/ATen/ops/scatter.h' 2022-09-27T15:32:20.3540714Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-09-27T15:32:20.3542601Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3544082Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3545397Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-09-27T15:32:20.3546871Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-09-27T15:32:20.3548362Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-09-27T15:32:20.3549832Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-09-27T15:32:20.3551239Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-09-27T15:32:20.3552947Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-09-27T15:32:20.3554814Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3556187Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3557683Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-09-27T15:32:20.3559359Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-09-27T15:32:20.3560868Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-09-27T15:32:20.3562546Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-09-27T15:32:20.3564052Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-09-27T15:32:20.3566325Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-09-27T15:32:20.3568137Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-09-27T15:32:20.3569957Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3571240Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-09-27T15:32:20.3572756Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-09-27T15:32:20.3574318Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-09-27T15:32:20.3575742Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-09-27T15:32:20.3577140Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-09-27T15:32:20.3578822Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-09-27T15:32:20.3580556Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-09-27T15:32:20.3582424Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3584078Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-09-27T15:32:20.3585772Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-09-27T15:32:20.3587169Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-09-27T15:32:20.3588966Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-09-27T15:32:20.3590718Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-09-27T15:32:20.3592409Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3593828Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-09-27T15:32:20.3595317Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-09-27T15:32:20.3596754Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-09-27T15:32:20.3598417Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-09-27T15:32:20.3600042Z adding 'torch/include/ATen/ops/select.h' 2022-09-27T15:32:20.3601437Z adding 'torch/include/ATen/ops/select_backward.h' 2022-09-27T15:32:20.3603085Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3604660Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3605877Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-09-27T15:32:20.3607513Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-09-27T15:32:20.3609230Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3610568Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3611889Z adding 'torch/include/ATen/ops/select_copy.h' 2022-09-27T15:32:20.3613514Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3615386Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3616610Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-09-27T15:32:20.3618285Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-09-27T15:32:20.3619997Z adding 'torch/include/ATen/ops/select_native.h' 2022-09-27T15:32:20.3621725Z adding 'torch/include/ATen/ops/select_ops.h' 2022-09-27T15:32:20.3623436Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-09-27T15:32:20.3625582Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3627018Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-09-27T15:32:20.3628746Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-09-27T15:32:20.3630410Z adding 'torch/include/ATen/ops/selu.h' 2022-09-27T15:32:20.3632158Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3633715Z adding 'torch/include/ATen/ops/selu_native.h' 2022-09-27T15:32:20.3635280Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-09-27T15:32:20.3637254Z adding 'torch/include/ATen/ops/set.h' 2022-09-27T15:32:20.3639309Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3641023Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3642464Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-09-27T15:32:20.3644157Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-09-27T15:32:20.3645664Z adding 'torch/include/ATen/ops/set_data.h' 2022-09-27T15:32:20.3647429Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3648975Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-09-27T15:32:20.3650532Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-09-27T15:32:20.3652317Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-09-27T15:32:20.3654025Z adding 'torch/include/ATen/ops/set_native.h' 2022-09-27T15:32:20.3656411Z adding 'torch/include/ATen/ops/set_ops.h' 2022-09-27T15:32:20.3658258Z adding 'torch/include/ATen/ops/sgn.h' 2022-09-27T15:32:20.3660229Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3661790Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-09-27T15:32:20.3663463Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-09-27T15:32:20.3665322Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-09-27T15:32:20.3667046Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-09-27T15:32:20.3668588Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-09-27T15:32:20.3670390Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-09-27T15:32:20.3672153Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-09-27T15:32:20.3673911Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-09-27T15:32:20.3675789Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3677407Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3678960Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3680557Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-09-27T15:32:20.3682334Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-09-27T15:32:20.3683865Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-09-27T15:32:20.3685674Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-09-27T15:32:20.3687622Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3689075Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-09-27T15:32:20.3690731Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-09-27T15:32:20.3692381Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-09-27T15:32:20.3693994Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-09-27T15:32:20.3695676Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-09-27T15:32:20.3697368Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-09-27T15:32:20.3699095Z adding 'torch/include/ATen/ops/sign.h' 2022-09-27T15:32:20.3701017Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3702782Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-09-27T15:32:20.3704614Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-09-27T15:32:20.3706125Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-09-27T15:32:20.3707796Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-09-27T15:32:20.3709540Z adding 'torch/include/ATen/ops/sign_native.h' 2022-09-27T15:32:20.3710962Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-09-27T15:32:20.3712399Z adding 'torch/include/ATen/ops/signbit.h' 2022-09-27T15:32:20.3714124Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3715522Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-09-27T15:32:20.3716994Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-09-27T15:32:20.3718388Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-09-27T15:32:20.3719894Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-09-27T15:32:20.3721362Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-09-27T15:32:20.3722984Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-09-27T15:32:20.3724481Z adding 'torch/include/ATen/ops/silu.h' 2022-09-27T15:32:20.3726898Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-09-27T15:32:20.3728766Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3730200Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3731801Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3733173Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3734631Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-09-27T15:32:20.3736147Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-09-27T15:32:20.3737612Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-09-27T15:32:20.3739212Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-09-27T15:32:20.3740939Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3742378Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-09-27T15:32:20.3744234Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-09-27T15:32:20.3745786Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-09-27T15:32:20.3747184Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-09-27T15:32:20.3748674Z adding 'torch/include/ATen/ops/silu_native.h' 2022-09-27T15:32:20.3750445Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-09-27T15:32:20.3751929Z adding 'torch/include/ATen/ops/sin.h' 2022-09-27T15:32:20.3753617Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3755086Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-09-27T15:32:20.3756593Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-09-27T15:32:20.3758089Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-09-27T15:32:20.3759736Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-09-27T15:32:20.3761225Z adding 'torch/include/ATen/ops/sin_native.h' 2022-09-27T15:32:20.3762879Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-09-27T15:32:20.3764462Z adding 'torch/include/ATen/ops/sinc.h' 2022-09-27T15:32:20.3766146Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3767632Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-09-27T15:32:20.3769134Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-09-27T15:32:20.3770583Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-09-27T15:32:20.3772119Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-09-27T15:32:20.3773583Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-09-27T15:32:20.3775268Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-09-27T15:32:20.3776875Z adding 'torch/include/ATen/ops/sinh.h' 2022-09-27T15:32:20.3778559Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3780114Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-09-27T15:32:20.3781712Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-09-27T15:32:20.3783236Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-09-27T15:32:20.3784915Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-09-27T15:32:20.3786730Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-09-27T15:32:20.3788410Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-09-27T15:32:20.3789926Z adding 'torch/include/ATen/ops/size.h' 2022-09-27T15:32:20.3791631Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3793015Z adding 'torch/include/ATen/ops/size_native.h' 2022-09-27T15:32:20.3794667Z adding 'torch/include/ATen/ops/size_ops.h' 2022-09-27T15:32:20.3796271Z adding 'torch/include/ATen/ops/slice.h' 2022-09-27T15:32:20.3797892Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-09-27T15:32:20.3799584Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3801036Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-09-27T15:32:20.3802714Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-09-27T15:32:20.3804392Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3805905Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-09-27T15:32:20.3807634Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3809273Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3810691Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-09-27T15:32:20.3812364Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-09-27T15:32:20.3813878Z adding 'torch/include/ATen/ops/slice_native.h' 2022-09-27T15:32:20.3815486Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-09-27T15:32:20.3817162Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-09-27T15:32:20.3818922Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3820421Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-09-27T15:32:20.3822163Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-09-27T15:32:20.3823887Z adding 'torch/include/ATen/ops/slogdet.h' 2022-09-27T15:32:20.3825723Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3827166Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-09-27T15:32:20.3828818Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-09-27T15:32:20.3830501Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-09-27T15:32:20.3832272Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3833887Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-09-27T15:32:20.3835549Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-09-27T15:32:20.3837056Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-09-27T15:32:20.3838780Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-09-27T15:32:20.3840335Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-09-27T15:32:20.3842028Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-09-27T15:32:20.3843774Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-09-27T15:32:20.3845526Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3847043Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-09-27T15:32:20.3848606Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-09-27T15:32:20.3850146Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-09-27T15:32:20.3851859Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-09-27T15:32:20.3853558Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-09-27T15:32:20.3855335Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3856910Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-09-27T15:32:20.3858386Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-09-27T15:32:20.3859917Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-09-27T15:32:20.3861718Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-09-27T15:32:20.3863969Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-09-27T15:32:20.3865629Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3867243Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-09-27T15:32:20.3868945Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-09-27T15:32:20.3870360Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-09-27T15:32:20.3872018Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-09-27T15:32:20.3873710Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-09-27T15:32:20.3875430Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-09-27T15:32:20.3877252Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-09-27T15:32:20.3879107Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-09-27T15:32:20.3881444Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-09-27T15:32:20.3882685Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-09-27T15:32:20.3884748Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-09-27T15:32:20.3886276Z adding 'torch/include/ATen/ops/smm.h' 2022-09-27T15:32:20.3888323Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3889756Z adding 'torch/include/ATen/ops/smm_native.h' 2022-09-27T15:32:20.3891331Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-09-27T15:32:20.3892837Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-09-27T15:32:20.3894516Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-09-27T15:32:20.3896372Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3897901Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3899307Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3900929Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-09-27T15:32:20.3902680Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-09-27T15:32:20.3904615Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3906256Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-09-27T15:32:20.3907896Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-09-27T15:32:20.3909478Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-09-27T15:32:20.3911250Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-09-27T15:32:20.3912765Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-09-27T15:32:20.3914538Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-09-27T15:32:20.3916190Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-09-27T15:32:20.3917992Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-09-27T15:32:20.3919762Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3921289Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-09-27T15:32:20.3923051Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-09-27T15:32:20.3924813Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3926304Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-09-27T15:32:20.3928029Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-09-27T15:32:20.3929735Z adding 'torch/include/ATen/ops/softmax.h' 2022-09-27T15:32:20.3931721Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3933210Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3934796Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-09-27T15:32:20.3936559Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-09-27T15:32:20.3938287Z adding 'torch/include/ATen/ops/softplus.h' 2022-09-27T15:32:20.3939993Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-09-27T15:32:20.3941867Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3943508Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3945280Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3946856Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-09-27T15:32:20.3948508Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-09-27T15:32:20.3950096Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-09-27T15:32:20.3951854Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-09-27T15:32:20.3953644Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3955192Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-09-27T15:32:20.3956866Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-09-27T15:32:20.3958530Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-09-27T15:32:20.3960144Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-09-27T15:32:20.3961667Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-09-27T15:32:20.3963414Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-09-27T15:32:20.3965116Z adding 'torch/include/ATen/ops/softshrink.h' 2022-09-27T15:32:20.3966787Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-09-27T15:32:20.3968580Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3970129Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-09-27T15:32:20.3971773Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-09-27T15:32:20.3973409Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-09-27T15:32:20.3975071Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-09-27T15:32:20.3976655Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-09-27T15:32:20.3978344Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-09-27T15:32:20.3980153Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3981748Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-09-27T15:32:20.3983422Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-09-27T15:32:20.3985342Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-09-27T15:32:20.3987008Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-09-27T15:32:20.3988542Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-09-27T15:32:20.3990245Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-09-27T15:32:20.3992217Z adding 'torch/include/ATen/ops/sort.h' 2022-09-27T15:32:20.3994071Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.3995758Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.3997449Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.3999103Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-09-27T15:32:20.4000730Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-09-27T15:32:20.4002336Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-09-27T15:32:20.4003987Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-09-27T15:32:20.4005673Z adding 'torch/include/ATen/ops/sort_native.h' 2022-09-27T15:32:20.4007876Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-09-27T15:32:20.4009960Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-09-27T15:32:20.4011712Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4013276Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-09-27T15:32:20.4015154Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-09-27T15:32:20.4016965Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-09-27T15:32:20.4018798Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4020431Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-09-27T15:32:20.4022306Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-09-27T15:32:20.4024772Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-09-27T15:32:20.4026381Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4028017Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-09-27T15:32:20.4029846Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-09-27T15:32:20.4031842Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-09-27T15:32:20.4033799Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4035564Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4037186Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-09-27T15:32:20.4039139Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-09-27T15:32:20.4041029Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-09-27T15:32:20.4042885Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4044504Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-09-27T15:32:20.4046364Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-09-27T15:32:20.4048211Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-09-27T15:32:20.4050028Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4051577Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-09-27T15:32:20.4053424Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-09-27T15:32:20.4055002Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-09-27T15:32:20.4056598Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-09-27T15:32:20.4058243Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-09-27T15:32:20.4059892Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-09-27T15:32:20.4061648Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4063212Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-09-27T15:32:20.4065139Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-09-27T15:32:20.4066875Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-09-27T15:32:20.4068537Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-09-27T15:32:20.4070368Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4071980Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-09-27T15:32:20.4073590Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-09-27T15:32:20.4075356Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-09-27T15:32:20.4077129Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4078769Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-09-27T15:32:20.4080355Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-09-27T15:32:20.4082087Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-09-27T15:32:20.4083918Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-09-27T15:32:20.4085526Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-09-27T15:32:20.4087302Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-09-27T15:32:20.4088989Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-09-27T15:32:20.4090730Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4092221Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-09-27T15:32:20.4093853Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-09-27T15:32:20.4095365Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-09-27T15:32:20.4097053Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-09-27T15:32:20.4098603Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-09-27T15:32:20.4100337Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-09-27T15:32:20.4102039Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-09-27T15:32:20.4103960Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4105479Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-09-27T15:32:20.4107279Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-09-27T15:32:20.4108671Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-09-27T15:32:20.4111561Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-09-27T15:32:20.4113073Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-09-27T15:32:20.4114687Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-09-27T15:32:20.4116296Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-09-27T15:32:20.4118025Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4119528Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-09-27T15:32:20.4121104Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-09-27T15:32:20.4122636Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-09-27T15:32:20.4124190Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-09-27T15:32:20.4125743Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-09-27T15:32:20.4127383Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-09-27T15:32:20.4128950Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-09-27T15:32:20.4130639Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4132109Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-09-27T15:32:20.4133636Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-09-27T15:32:20.4135107Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-09-27T15:32:20.4136645Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-09-27T15:32:20.4138147Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-09-27T15:32:20.4139838Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-09-27T15:32:20.4141468Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-09-27T15:32:20.4143581Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4145146Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-09-27T15:32:20.4146718Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-09-27T15:32:20.4148211Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-09-27T15:32:20.4149793Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-09-27T15:32:20.4151254Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-09-27T15:32:20.4153014Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-09-27T15:32:20.4154774Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-09-27T15:32:20.4156576Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4158368Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4159823Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4161432Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:32:20.4163000Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:32:20.4164544Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-09-27T15:32:20.4166125Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:32:20.4167710Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-09-27T15:32:20.4169523Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-09-27T15:32:20.4171296Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-09-27T15:32:20.4173027Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4174670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4176268Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4177809Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:32:20.4179454Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:32:20.4180837Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-09-27T15:32:20.4182480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:32:20.4184198Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-09-27T15:32:20.4186207Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-09-27T15:32:20.4187887Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-09-27T15:32:20.4189766Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4191347Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4192876Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4194419Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:32:20.4195963Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:32:20.4197481Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-09-27T15:32:20.4199041Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:32:20.4200568Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-09-27T15:32:20.4202446Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-09-27T15:32:20.4204251Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-09-27T15:32:20.4205973Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4207610Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4209167Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4210693Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:32:20.4212288Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:32:20.4213813Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-09-27T15:32:20.4215358Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:32:20.4216897Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-09-27T15:32:20.4218797Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-09-27T15:32:20.4220380Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-09-27T15:32:20.4222125Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4223544Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-09-27T15:32:20.4225409Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-09-27T15:32:20.4226962Z adding 'torch/include/ATen/ops/special_entr.h' 2022-09-27T15:32:20.4228660Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4230128Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-09-27T15:32:20.4231665Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-09-27T15:32:20.4233129Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-09-27T15:32:20.4234677Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-09-27T15:32:20.4236161Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-09-27T15:32:20.4237775Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-09-27T15:32:20.4239368Z adding 'torch/include/ATen/ops/special_erf.h' 2022-09-27T15:32:20.4241035Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4242444Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-09-27T15:32:20.4244058Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-09-27T15:32:20.4245631Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-09-27T15:32:20.4247269Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4248672Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-09-27T15:32:20.4250296Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-09-27T15:32:20.4251847Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-09-27T15:32:20.4253561Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4255032Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-09-27T15:32:20.4256546Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-09-27T15:32:20.4258016Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-09-27T15:32:20.4259560Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-09-27T15:32:20.4261015Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-09-27T15:32:20.4262716Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-09-27T15:32:20.4264448Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-09-27T15:32:20.4266205Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4267632Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-09-27T15:32:20.4269247Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-09-27T15:32:20.4270813Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-09-27T15:32:20.4272491Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4273889Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-09-27T15:32:20.4275531Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-09-27T15:32:20.4277090Z adding 'torch/include/ATen/ops/special_expit.h' 2022-09-27T15:32:20.4278779Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4280213Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-09-27T15:32:20.4281850Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-09-27T15:32:20.4283413Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-09-27T15:32:20.4285039Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4286458Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-09-27T15:32:20.4288093Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-09-27T15:32:20.4289652Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-09-27T15:32:20.4291371Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4292828Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-09-27T15:32:20.4294485Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-09-27T15:32:20.4296069Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-09-27T15:32:20.4297719Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4299148Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-09-27T15:32:20.4300790Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-09-27T15:32:20.4302505Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-09-27T15:32:20.4304249Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4306193Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-09-27T15:32:20.4307803Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-09-27T15:32:20.4309574Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-09-27T15:32:20.4311296Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4312945Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4314387Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4315894Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-09-27T15:32:20.4317473Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-09-27T15:32:20.4319005Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-09-27T15:32:20.4320547Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-09-27T15:32:20.4322079Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-09-27T15:32:20.4323933Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-09-27T15:32:20.4325726Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-09-27T15:32:20.4327430Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4329073Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4330636Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4332166Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-09-27T15:32:20.4333704Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-09-27T15:32:20.4335218Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-09-27T15:32:20.4336765Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-09-27T15:32:20.4338291Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-09-27T15:32:20.4340151Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-09-27T15:32:20.4341829Z adding 'torch/include/ATen/ops/special_i0.h' 2022-09-27T15:32:20.4343540Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4345169Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-09-27T15:32:20.4346793Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-09-27T15:32:20.4348370Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-09-27T15:32:20.4350058Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4351520Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-09-27T15:32:20.4353071Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-09-27T15:32:20.4354570Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-09-27T15:32:20.4356153Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-09-27T15:32:20.4357785Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-09-27T15:32:20.4359528Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-09-27T15:32:20.4361210Z adding 'torch/include/ATen/ops/special_i1.h' 2022-09-27T15:32:20.4362678Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4364193Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-09-27T15:32:20.4365614Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-09-27T15:32:20.4367172Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-09-27T15:32:20.4368709Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-09-27T15:32:20.4370238Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-09-27T15:32:20.4371889Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-09-27T15:32:20.4373464Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-09-27T15:32:20.4375190Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4376535Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-09-27T15:32:20.4378112Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-09-27T15:32:20.4379572Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-09-27T15:32:20.4381166Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-09-27T15:32:20.4382682Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-09-27T15:32:20.4384569Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-09-27T15:32:20.4386435Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-09-27T15:32:20.4388156Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4389717Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4391247Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4392727Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-09-27T15:32:20.4394287Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-09-27T15:32:20.4395753Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-09-27T15:32:20.4397366Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-09-27T15:32:20.4398860Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-09-27T15:32:20.4400650Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-09-27T15:32:20.4402487Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-09-27T15:32:20.4404235Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4405862Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4407396Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4408957Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-09-27T15:32:20.4410426Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-09-27T15:32:20.4411872Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-09-27T15:32:20.4413399Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-09-27T15:32:20.4414951Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-09-27T15:32:20.4416796Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-09-27T15:32:20.4418445Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-09-27T15:32:20.4420139Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4421517Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-09-27T15:32:20.4423292Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-09-27T15:32:20.4425156Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-09-27T15:32:20.4426887Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4428273Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-09-27T15:32:20.4429830Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-09-27T15:32:20.4431217Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-09-27T15:32:20.4432898Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-09-27T15:32:20.4434328Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-09-27T15:32:20.4435986Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-09-27T15:32:20.4437495Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-09-27T15:32:20.4439199Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4440580Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-09-27T15:32:20.4442167Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-09-27T15:32:20.4443675Z adding 'torch/include/ATen/ops/special_logit.h' 2022-09-27T15:32:20.4445409Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4446837Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-09-27T15:32:20.4448468Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-09-27T15:32:20.4450101Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-09-27T15:32:20.4451804Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4453327Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-09-27T15:32:20.4454965Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-09-27T15:32:20.4456502Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-09-27T15:32:20.4458335Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4459744Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-09-27T15:32:20.4461319Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-09-27T15:32:20.4462825Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-09-27T15:32:20.4464561Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-09-27T15:32:20.4466188Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-09-27T15:32:20.4467884Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-09-27T15:32:20.4469416Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-09-27T15:32:20.4471240Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4472670Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-09-27T15:32:20.4474181Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-09-27T15:32:20.4475629Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-09-27T15:32:20.4477237Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-09-27T15:32:20.4485259Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-09-27T15:32:20.4487109Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-09-27T15:32:20.4488742Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-09-27T15:32:20.4490557Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4491986Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:32:20.4493626Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:32:20.4495071Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-09-27T15:32:20.4496696Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:32:20.4498197Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-09-27T15:32:20.4499850Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-09-27T15:32:20.4501370Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-09-27T15:32:20.4503228Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4504752Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:32:20.4506382Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:32:20.4507913Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-09-27T15:32:20.4509550Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:32:20.4510963Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-09-27T15:32:20.4512638Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-09-27T15:32:20.4514174Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-09-27T15:32:20.4515875Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4517311Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-09-27T15:32:20.4518971Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-09-27T15:32:20.4520540Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-09-27T15:32:20.4522221Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4523625Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-09-27T15:32:20.4525265Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-09-27T15:32:20.4526824Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-09-27T15:32:20.4528564Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4530025Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-09-27T15:32:20.4531587Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-09-27T15:32:20.4533055Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-09-27T15:32:20.4534600Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-09-27T15:32:20.4536055Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-09-27T15:32:20.4537696Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-09-27T15:32:20.4539288Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-09-27T15:32:20.4541008Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4542437Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-09-27T15:32:20.4544264Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-09-27T15:32:20.4545960Z adding 'torch/include/ATen/ops/special_psi.h' 2022-09-27T15:32:20.4547758Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4549064Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-09-27T15:32:20.4550779Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-09-27T15:32:20.4552311Z adding 'torch/include/ATen/ops/special_round.h' 2022-09-27T15:32:20.4553980Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4555387Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-09-27T15:32:20.4557092Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-09-27T15:32:20.4558762Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-09-27T15:32:20.4560603Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4562039Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:32:20.4563606Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:32:20.4565030Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-09-27T15:32:20.4566730Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:32:20.4568109Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-09-27T15:32:20.4569850Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-09-27T15:32:20.4571460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-09-27T15:32:20.4573218Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4574647Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:32:20.4576162Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:32:20.4577597Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-09-27T15:32:20.4579222Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:32:20.4580690Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-09-27T15:32:20.4582420Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-09-27T15:32:20.4584417Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-09-27T15:32:20.4586037Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4587694Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4589217Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4590746Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:32:20.4592297Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:32:20.4593862Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-09-27T15:32:20.4595453Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:32:20.4597006Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-09-27T15:32:20.4598842Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-09-27T15:32:20.4600706Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-09-27T15:32:20.4602539Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4604167Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4605738Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4607404Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:32:20.4608942Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:32:20.4610408Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-09-27T15:32:20.4611982Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:32:20.4613594Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-09-27T15:32:20.4615397Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-09-27T15:32:20.4617316Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-09-27T15:32:20.4619060Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4620756Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4622340Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4624101Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:32:20.4625851Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:32:20.4627348Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-09-27T15:32:20.4628931Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:32:20.4631454Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-09-27T15:32:20.4632706Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-09-27T15:32:20.4635480Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-09-27T15:32:20.4637426Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4639625Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4641705Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4643785Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:32:20.4645592Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:32:20.4647777Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-09-27T15:32:20.4649554Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:32:20.4651555Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-09-27T15:32:20.4654058Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-09-27T15:32:20.4655806Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-09-27T15:32:20.4658064Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4659672Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-09-27T15:32:20.4662105Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-09-27T15:32:20.4664101Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-09-27T15:32:20.4666229Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4667892Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-09-27T15:32:20.4669586Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-09-27T15:32:20.4671199Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-09-27T15:32:20.4672860Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4674332Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-09-27T15:32:20.4675900Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-09-27T15:32:20.4677401Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-09-27T15:32:20.4678801Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-09-27T15:32:20.4680311Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-09-27T15:32:20.4681983Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-09-27T15:32:20.4683690Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-09-27T15:32:20.4685499Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4687174Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4688724Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-09-27T15:32:20.4690316Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-09-27T15:32:20.4691876Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-09-27T15:32:20.4693474Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-09-27T15:32:20.4695126Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-09-27T15:32:20.4696955Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-09-27T15:32:20.4698782Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-09-27T15:32:20.4700670Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4702312Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-09-27T15:32:20.4704412Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-09-27T15:32:20.4706284Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-09-27T15:32:20.4708114Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4709772Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4711295Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-09-27T15:32:20.4712929Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-09-27T15:32:20.4714488Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-09-27T15:32:20.4716091Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-09-27T15:32:20.4717663Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-09-27T15:32:20.4719530Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-09-27T15:32:20.4721212Z adding 'torch/include/ATen/ops/split.h' 2022-09-27T15:32:20.4722911Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4724508Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4726102Z adding 'torch/include/ATen/ops/split_copy.h' 2022-09-27T15:32:20.4727828Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4729486Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4730935Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-09-27T15:32:20.4732653Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-09-27T15:32:20.4734248Z adding 'torch/include/ATen/ops/split_native.h' 2022-09-27T15:32:20.4735886Z adding 'torch/include/ATen/ops/split_ops.h' 2022-09-27T15:32:20.4737542Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-09-27T15:32:20.4739277Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4740867Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-09-27T15:32:20.4742671Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4744774Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4746105Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-09-27T15:32:20.4747790Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-09-27T15:32:20.4749415Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-09-27T15:32:20.4751052Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-09-27T15:32:20.4752658Z adding 'torch/include/ATen/ops/sqrt.h' 2022-09-27T15:32:20.4754671Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4755917Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-09-27T15:32:20.4757584Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-09-27T15:32:20.4759064Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-09-27T15:32:20.4760595Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-09-27T15:32:20.4762235Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-09-27T15:32:20.4763943Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-09-27T15:32:20.4765560Z adding 'torch/include/ATen/ops/square.h' 2022-09-27T15:32:20.4767295Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4768752Z adding 'torch/include/ATen/ops/square_native.h' 2022-09-27T15:32:20.4770442Z adding 'torch/include/ATen/ops/square_ops.h' 2022-09-27T15:32:20.4772215Z adding 'torch/include/ATen/ops/squeeze.h' 2022-09-27T15:32:20.4773796Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4775402Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4776935Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-09-27T15:32:20.4778741Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4780410Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4781866Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-09-27T15:32:20.4783819Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-09-27T15:32:20.4785722Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-09-27T15:32:20.4787574Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-09-27T15:32:20.4789323Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-09-27T15:32:20.4791113Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4792786Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-09-27T15:32:20.4794387Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-09-27T15:32:20.4795858Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-09-27T15:32:20.4797616Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-09-27T15:32:20.4799284Z adding 'torch/include/ATen/ops/stack.h' 2022-09-27T15:32:20.4801036Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4802478Z adding 'torch/include/ATen/ops/stack_native.h' 2022-09-27T15:32:20.4804145Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-09-27T15:32:20.4806084Z adding 'torch/include/ATen/ops/std.h' 2022-09-27T15:32:20.4808046Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4809633Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-09-27T15:32:20.4811249Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-09-27T15:32:20.4813043Z adding 'torch/include/ATen/ops/std_mean.h' 2022-09-27T15:32:20.4814867Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4816597Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4818091Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-09-27T15:32:20.4819668Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-09-27T15:32:20.4821228Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-09-27T15:32:20.4823292Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-09-27T15:32:20.4825353Z adding 'torch/include/ATen/ops/std_native.h' 2022-09-27T15:32:20.4827445Z adding 'torch/include/ATen/ops/std_ops.h' 2022-09-27T15:32:20.4829378Z adding 'torch/include/ATen/ops/stft.h' 2022-09-27T15:32:20.4831233Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4832746Z adding 'torch/include/ATen/ops/stft_native.h' 2022-09-27T15:32:20.4834546Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-09-27T15:32:20.4836231Z adding 'torch/include/ATen/ops/stride.h' 2022-09-27T15:32:20.4837898Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4839347Z adding 'torch/include/ATen/ops/stride_native.h' 2022-09-27T15:32:20.4841041Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-09-27T15:32:20.4842748Z adding 'torch/include/ATen/ops/sub.h' 2022-09-27T15:32:20.4844555Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4846224Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4847734Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-09-27T15:32:20.4849340Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-09-27T15:32:20.4850867Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-09-27T15:32:20.4852480Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-09-27T15:32:20.4854221Z adding 'torch/include/ATen/ops/sub_native.h' 2022-09-27T15:32:20.4856211Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-09-27T15:32:20.4857945Z adding 'torch/include/ATen/ops/subtract.h' 2022-09-27T15:32:20.4859761Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.4861138Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-09-27T15:32:20.4863115Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-09-27T15:32:20.4865301Z adding 'torch/include/ATen/ops/sum.h' 2022-09-27T15:32:20.4867097Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.4868932Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.4870426Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5071308Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-09-27T15:32:20.5072847Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-09-27T15:32:20.5074442Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-09-27T15:32:20.5076122Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-09-27T15:32:20.5077581Z adding 'torch/include/ATen/ops/sum_native.h' 2022-09-27T15:32:20.5079544Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-09-27T15:32:20.5081146Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-09-27T15:32:20.5082831Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5084246Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-09-27T15:32:20.5085765Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-09-27T15:32:20.5087353Z adding 'torch/include/ATen/ops/svd.h' 2022-09-27T15:32:20.5089000Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5090426Z adding 'torch/include/ATen/ops/svd_native.h' 2022-09-27T15:32:20.5092127Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-09-27T15:32:20.5093718Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-09-27T15:32:20.5095390Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5096762Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-09-27T15:32:20.5098372Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-09-27T15:32:20.5099840Z adding 'torch/include/ATen/ops/swapdims.h' 2022-09-27T15:32:20.5101761Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5103282Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-09-27T15:32:20.5105358Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-09-27T15:32:20.5106872Z adding 'torch/include/ATen/ops/symeig.h' 2022-09-27T15:32:20.5108704Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5110076Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-09-27T15:32:20.5111632Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-09-27T15:32:20.5113130Z adding 'torch/include/ATen/ops/t.h' 2022-09-27T15:32:20.5114712Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5116148Z adding 'torch/include/ATen/ops/t_copy.h' 2022-09-27T15:32:20.5117772Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5119370Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5120728Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-09-27T15:32:20.5122288Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-09-27T15:32:20.5123752Z adding 'torch/include/ATen/ops/t_native.h' 2022-09-27T15:32:20.5125301Z adding 'torch/include/ATen/ops/t_ops.h' 2022-09-27T15:32:20.5126788Z adding 'torch/include/ATen/ops/take.h' 2022-09-27T15:32:20.5128378Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-09-27T15:32:20.5129996Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5131425Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-09-27T15:32:20.5133129Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-09-27T15:32:20.5134611Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-09-27T15:32:20.5136109Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-09-27T15:32:20.5137518Z adding 'torch/include/ATen/ops/take_native.h' 2022-09-27T15:32:20.5139121Z adding 'torch/include/ATen/ops/take_ops.h' 2022-09-27T15:32:20.5140625Z adding 'torch/include/ATen/ops/tan.h' 2022-09-27T15:32:20.5142341Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5143943Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-09-27T15:32:20.5145544Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-09-27T15:32:20.5147076Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-09-27T15:32:20.5148513Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-09-27T15:32:20.5149954Z adding 'torch/include/ATen/ops/tan_native.h' 2022-09-27T15:32:20.5151564Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-09-27T15:32:20.5153389Z adding 'torch/include/ATen/ops/tanh.h' 2022-09-27T15:32:20.5154826Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-09-27T15:32:20.5156410Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5157955Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5159583Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5161032Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-09-27T15:32:20.5162608Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-09-27T15:32:20.5164074Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-09-27T15:32:20.5165703Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-09-27T15:32:20.5167993Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5168921Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-09-27T15:32:20.5171243Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-09-27T15:32:20.5173095Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-09-27T15:32:20.5174726Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-09-27T15:32:20.5176437Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-09-27T15:32:20.5178535Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-09-27T15:32:20.5180687Z adding 'torch/include/ATen/ops/tensor.h' 2022-09-27T15:32:20.5183905Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-09-27T15:32:20.5186203Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5188070Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-09-27T15:32:20.5190359Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-09-27T15:32:20.5192601Z adding 'torch/include/ATen/ops/tensordot.h' 2022-09-27T15:32:20.5195054Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5196990Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-09-27T15:32:20.5199012Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-09-27T15:32:20.5200919Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-09-27T15:32:20.5203103Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-09-27T15:32:20.5205229Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-09-27T15:32:20.5207429Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5209324Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-09-27T15:32:20.5211534Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-09-27T15:32:20.5213586Z adding 'torch/include/ATen/ops/threshold.h' 2022-09-27T15:32:20.5215771Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-09-27T15:32:20.5217801Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5219729Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5221856Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5224108Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-09-27T15:32:20.5225927Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-09-27T15:32:20.5227625Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-09-27T15:32:20.5229312Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-09-27T15:32:20.5231153Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5232807Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-09-27T15:32:20.5234455Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-09-27T15:32:20.5236103Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-09-27T15:32:20.5237862Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-09-27T15:32:20.5239470Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-09-27T15:32:20.5241273Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-09-27T15:32:20.5242941Z adding 'torch/include/ATen/ops/tile.h' 2022-09-27T15:32:20.5244707Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5246273Z adding 'torch/include/ATen/ops/tile_native.h' 2022-09-27T15:32:20.5247933Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-09-27T15:32:20.5249490Z adding 'torch/include/ATen/ops/to.h' 2022-09-27T15:32:20.5251368Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5252955Z adding 'torch/include/ATen/ops/to_dense.h' 2022-09-27T15:32:20.5254564Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-09-27T15:32:20.5256347Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5257919Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-09-27T15:32:20.5259634Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-09-27T15:32:20.5261331Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5262995Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-09-27T15:32:20.5264804Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-09-27T15:32:20.5266468Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-09-27T15:32:20.5268118Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-09-27T15:32:20.5269844Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5271435Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-09-27T15:32:20.5273052Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-09-27T15:32:20.5274705Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5276319Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-09-27T15:32:20.5277901Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-09-27T15:32:20.5279664Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-09-27T15:32:20.5281332Z adding 'torch/include/ATen/ops/to_native.h' 2022-09-27T15:32:20.5283273Z adding 'torch/include/ATen/ops/to_ops.h' 2022-09-27T15:32:20.5285068Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-09-27T15:32:20.5286823Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5288410Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-09-27T15:32:20.5290147Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-09-27T15:32:20.5291833Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-09-27T15:32:20.5293539Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-09-27T15:32:20.5295303Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5296895Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-09-27T15:32:20.5298517Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-09-27T15:32:20.5300084Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-09-27T15:32:20.5301858Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-09-27T15:32:20.5303839Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-09-27T15:32:20.5305592Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5307286Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-09-27T15:32:20.5309018Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-09-27T15:32:20.5310571Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-09-27T15:32:20.5312352Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-09-27T15:32:20.5314167Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5315805Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-09-27T15:32:20.5317828Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-09-27T15:32:20.5319409Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5320904Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-09-27T15:32:20.5322562Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-09-27T15:32:20.5323975Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-09-27T15:32:20.5325966Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-09-27T15:32:20.5327606Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-09-27T15:32:20.5329238Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5330707Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-09-27T15:32:20.5332281Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-09-27T15:32:20.5333816Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-09-27T15:32:20.5335680Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-09-27T15:32:20.5337330Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-09-27T15:32:20.5338828Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-09-27T15:32:20.5340791Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-09-27T15:32:20.5342648Z adding 'torch/include/ATen/ops/topk.h' 2022-09-27T15:32:20.5344665Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5346569Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-09-27T15:32:20.5347987Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-09-27T15:32:20.5349450Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-09-27T15:32:20.5351191Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-09-27T15:32:20.5352642Z adding 'torch/include/ATen/ops/topk_native.h' 2022-09-27T15:32:20.5355121Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-09-27T15:32:20.5356029Z adding 'torch/include/ATen/ops/trace.h' 2022-09-27T15:32:20.5357653Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-09-27T15:32:20.5359339Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5360847Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-09-27T15:32:20.5362582Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-09-27T15:32:20.5364236Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5365708Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-09-27T15:32:20.5367278Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-09-27T15:32:20.5368765Z adding 'torch/include/ATen/ops/trace_native.h' 2022-09-27T15:32:20.5370338Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-09-27T15:32:20.5371936Z adding 'torch/include/ATen/ops/transpose.h' 2022-09-27T15:32:20.5373614Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5375319Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5376901Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-09-27T15:32:20.5378464Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5380123Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5381295Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-09-27T15:32:20.5383323Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-09-27T15:32:20.5384982Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-09-27T15:32:20.5386655Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-09-27T15:32:20.5388478Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-09-27T15:32:20.5390092Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5391650Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-09-27T15:32:20.5393218Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-09-27T15:32:20.5394906Z adding 'torch/include/ATen/ops/trapz.h' 2022-09-27T15:32:20.5396564Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5398127Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-09-27T15:32:20.5399711Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-09-27T15:32:20.5401506Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-09-27T15:32:20.5403308Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5404965Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-09-27T15:32:20.5406547Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-09-27T15:32:20.5408152Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-09-27T15:32:20.5409762Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-09-27T15:32:20.5411434Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-09-27T15:32:20.5413272Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-09-27T15:32:20.5414960Z adding 'torch/include/ATen/ops/tril.h' 2022-09-27T15:32:20.5416674Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5418250Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-09-27T15:32:20.5419820Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-09-27T15:32:20.5421616Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-09-27T15:32:20.5423391Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5425257Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-09-27T15:32:20.5426868Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-09-27T15:32:20.5428472Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-09-27T15:32:20.5430153Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-09-27T15:32:20.5431713Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-09-27T15:32:20.5433296Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-09-27T15:32:20.5434866Z adding 'torch/include/ATen/ops/tril_native.h' 2022-09-27T15:32:20.5436585Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-09-27T15:32:20.5438277Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-09-27T15:32:20.5440101Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5441706Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-09-27T15:32:20.5443365Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-09-27T15:32:20.5445022Z adding 'torch/include/ATen/ops/triu.h' 2022-09-27T15:32:20.5446811Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5448417Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-09-27T15:32:20.5449995Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-09-27T15:32:20.5451786Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-09-27T15:32:20.5453609Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5455260Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-09-27T15:32:20.5457836Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-09-27T15:32:20.5459626Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-09-27T15:32:20.5461405Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-09-27T15:32:20.5463150Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-09-27T15:32:20.5464963Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-09-27T15:32:20.5466762Z adding 'torch/include/ATen/ops/triu_native.h' 2022-09-27T15:32:20.5468627Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-09-27T15:32:20.5470407Z adding 'torch/include/ATen/ops/true_divide.h' 2022-09-27T15:32:20.5472258Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5473856Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-09-27T15:32:20.5475776Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-09-27T15:32:20.5477527Z adding 'torch/include/ATen/ops/trunc.h' 2022-09-27T15:32:20.5479372Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5481016Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-09-27T15:32:20.5482715Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-09-27T15:32:20.5484350Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-09-27T15:32:20.5486043Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-09-27T15:32:20.5487675Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-09-27T15:32:20.5489476Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-09-27T15:32:20.5491128Z adding 'torch/include/ATen/ops/type_as.h' 2022-09-27T15:32:20.5492874Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5494489Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-09-27T15:32:20.5496169Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-09-27T15:32:20.5497871Z adding 'torch/include/ATen/ops/unbind.h' 2022-09-27T15:32:20.5499641Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5501322Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5503138Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:32:20.5505384Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-09-27T15:32:20.5506633Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5508241Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5509791Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-09-27T15:32:20.5511413Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-09-27T15:32:20.5512965Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-09-27T15:32:20.5514632Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-09-27T15:32:20.5516273Z adding 'torch/include/ATen/ops/unflatten.h' 2022-09-27T15:32:20.5517983Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5519586Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-09-27T15:32:20.5521298Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5522904Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-09-27T15:32:20.5524569Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-09-27T15:32:20.5526174Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-09-27T15:32:20.5527925Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-09-27T15:32:20.5529531Z adding 'torch/include/ATen/ops/unfold.h' 2022-09-27T15:32:20.5531252Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-09-27T15:32:20.5533031Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5534611Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5536270Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5537882Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-09-27T15:32:20.5539675Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-09-27T15:32:20.5541458Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-09-27T15:32:20.5543273Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5545180Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5546802Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-09-27T15:32:20.5548570Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-09-27T15:32:20.5550337Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-09-27T15:32:20.5552029Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-09-27T15:32:20.5553680Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-09-27T15:32:20.5555300Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-09-27T15:32:20.5556990Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-09-27T15:32:20.5558781Z adding 'torch/include/ATen/ops/uniform.h' 2022-09-27T15:32:20.5560593Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5562268Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-09-27T15:32:20.5563952Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-09-27T15:32:20.5565536Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-09-27T15:32:20.5567191Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-09-27T15:32:20.5569077Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-09-27T15:32:20.5570785Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-09-27T15:32:20.5572527Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5574311Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-09-27T15:32:20.5575984Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-09-27T15:32:20.5577484Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-09-27T15:32:20.5579526Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-09-27T15:32:20.5580880Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-09-27T15:32:20.5582567Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5584513Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-09-27T15:32:20.5586591Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5588146Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-09-27T15:32:20.5589995Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-09-27T15:32:20.5591322Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-09-27T15:32:20.5593073Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-09-27T15:32:20.5594672Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-09-27T15:32:20.5596199Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-09-27T15:32:20.5597740Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-09-27T15:32:20.5599521Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-09-27T15:32:20.5601356Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-09-27T15:32:20.5603101Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5604677Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-09-27T15:32:20.5606312Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-09-27T15:32:20.5607869Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-09-27T15:32:20.5609610Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5611200Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-09-27T15:32:20.5612922Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-09-27T15:32:20.5614638Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-09-27T15:32:20.5616401Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5618019Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-09-27T15:32:20.5619775Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-09-27T15:32:20.5621273Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-09-27T15:32:20.5623069Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5624849Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-09-27T15:32:20.5626658Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5628253Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5629376Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-09-27T15:32:20.5631028Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-09-27T15:32:20.5632530Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-09-27T15:32:20.5633993Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-09-27T15:32:20.5636185Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-09-27T15:32:20.5637421Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-09-27T15:32:20.5639328Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5640899Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5642324Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5643958Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5645509Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-09-27T15:32:20.5647382Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5649165Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-09-27T15:32:20.5650763Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-09-27T15:32:20.5652352Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5653798Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5655103Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-09-27T15:32:20.5656672Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-09-27T15:32:20.5657952Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-09-27T15:32:20.5659546Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-09-27T15:32:20.5661051Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-09-27T15:32:20.5662844Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-09-27T15:32:20.5664727Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-09-27T15:32:20.5666511Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-09-27T15:32:20.5668438Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5669838Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5671364Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5672920Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5674253Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-09-27T15:32:20.5675989Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5677577Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-09-27T15:32:20.5679433Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-09-27T15:32:20.5681234Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5682958Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5684379Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-09-27T15:32:20.5685984Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-09-27T15:32:20.5687469Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-09-27T15:32:20.5689087Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-09-27T15:32:20.5690690Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-09-27T15:32:20.5692584Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-09-27T15:32:20.5694354Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-09-27T15:32:20.5696189Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-09-27T15:32:20.5698045Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5699589Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5701104Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5702772Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5704441Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-09-27T15:32:20.5706055Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5707526Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-09-27T15:32:20.5709293Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-09-27T15:32:20.5710976Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5712441Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5713736Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-09-27T15:32:20.5715327Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-09-27T15:32:20.5716847Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-09-27T15:32:20.5718381Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-09-27T15:32:20.5719897Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-09-27T15:32:20.5721669Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-09-27T15:32:20.5723435Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-09-27T15:32:20.5725240Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-09-27T15:32:20.5727114Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5728782Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5730007Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5731654Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5733111Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-09-27T15:32:20.5734709Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5736206Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-09-27T15:32:20.5738038Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-09-27T15:32:20.5739830Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5741462Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5742818Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-09-27T15:32:20.5744598Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-09-27T15:32:20.5746271Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-09-27T15:32:20.5747846Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-09-27T15:32:20.5749523Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-09-27T15:32:20.5751186Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-09-27T15:32:20.5752944Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-09-27T15:32:20.5754746Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-09-27T15:32:20.5756578Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5758165Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5759707Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5761265Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5762773Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-09-27T15:32:20.5764340Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5765922Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-09-27T15:32:20.5767755Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-09-27T15:32:20.5769536Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5771180Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5772490Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-09-27T15:32:20.5774133Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-09-27T15:32:20.5775609Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-09-27T15:32:20.5777164Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-09-27T15:32:20.5778756Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-09-27T15:32:20.5780532Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-09-27T15:32:20.5782374Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-09-27T15:32:20.5784452Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-09-27T15:32:20.5786336Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5787882Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5789880Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5791252Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5792890Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-09-27T15:32:20.5794385Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5795905Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-09-27T15:32:20.5797674Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-09-27T15:32:20.5799418Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5801184Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5802684Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-09-27T15:32:20.5804210Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-09-27T15:32:20.5805712Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-09-27T15:32:20.5807253Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-09-27T15:32:20.5808834Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-09-27T15:32:20.5810637Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-09-27T15:32:20.5812435Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-09-27T15:32:20.5814311Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-09-27T15:32:20.5816056Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5817819Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5819742Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-09-27T15:32:20.5821253Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-09-27T15:32:20.5822919Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-09-27T15:32:20.5824445Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-09-27T15:32:20.5826287Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-09-27T15:32:20.5828527Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-09-27T15:32:20.5830162Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5831826Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5833294Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-09-27T15:32:20.5834839Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-09-27T15:32:20.5836421Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-09-27T15:32:20.5838078Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-09-27T15:32:20.5840427Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-09-27T15:32:20.5842377Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-09-27T15:32:20.5844174Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-09-27T15:32:20.5845949Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5847388Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-09-27T15:32:20.5849069Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-09-27T15:32:20.5850564Z adding 'torch/include/ATen/ops/values.h' 2022-09-27T15:32:20.5852008Z adding 'torch/include/ATen/ops/values_copy.h' 2022-09-27T15:32:20.5853776Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5855383Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5856670Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-09-27T15:32:20.5858332Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-09-27T15:32:20.5859704Z adding 'torch/include/ATen/ops/values_native.h' 2022-09-27T15:32:20.5861339Z adding 'torch/include/ATen/ops/values_ops.h' 2022-09-27T15:32:20.5862933Z adding 'torch/include/ATen/ops/vander.h' 2022-09-27T15:32:20.5864818Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5866303Z adding 'torch/include/ATen/ops/vander_native.h' 2022-09-27T15:32:20.5867810Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-09-27T15:32:20.5869594Z adding 'torch/include/ATen/ops/var.h' 2022-09-27T15:32:20.5871507Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5873648Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-09-27T15:32:20.5875115Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-09-27T15:32:20.5876740Z adding 'torch/include/ATen/ops/var_mean.h' 2022-09-27T15:32:20.5878597Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5880426Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5881592Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-09-27T15:32:20.5883375Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-09-27T15:32:20.5885099Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-09-27T15:32:20.5887014Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-09-27T15:32:20.5888895Z adding 'torch/include/ATen/ops/var_native.h' 2022-09-27T15:32:20.5890825Z adding 'torch/include/ATen/ops/var_ops.h' 2022-09-27T15:32:20.5892766Z adding 'torch/include/ATen/ops/vdot.h' 2022-09-27T15:32:20.5894389Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5895839Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-09-27T15:32:20.5897387Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-09-27T15:32:20.5898879Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-09-27T15:32:20.5900566Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-09-27T15:32:20.5902120Z adding 'torch/include/ATen/ops/view.h' 2022-09-27T15:32:20.5903759Z adding 'torch/include/ATen/ops/view_as.h' 2022-09-27T15:32:20.5905654Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-09-27T15:32:20.5907251Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-09-27T15:32:20.5909052Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5910619Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5911946Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-09-27T15:32:20.5913728Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-09-27T15:32:20.5915425Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-09-27T15:32:20.5917036Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-09-27T15:32:20.5918595Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-09-27T15:32:20.5920053Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-09-27T15:32:20.5921706Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-09-27T15:32:20.5923431Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5924696Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-09-27T15:32:20.5926437Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-09-27T15:32:20.5927999Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-09-27T15:32:20.5929616Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-09-27T15:32:20.5931442Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5933146Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5934398Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-09-27T15:32:20.5936221Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-09-27T15:32:20.5938026Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-09-27T15:32:20.5939537Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-09-27T15:32:20.5940707Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-09-27T15:32:20.5942314Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-09-27T15:32:20.5943961Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-09-27T15:32:20.5945474Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5947025Z adding 'torch/include/ATen/ops/view_copy.h' 2022-09-27T15:32:20.5948655Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5950154Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5951460Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-09-27T15:32:20.5953055Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-09-27T15:32:20.5954636Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-09-27T15:32:20.5956084Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-09-27T15:32:20.5957492Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-09-27T15:32:20.5958885Z adding 'torch/include/ATen/ops/view_native.h' 2022-09-27T15:32:20.5960361Z adding 'torch/include/ATen/ops/view_ops.h' 2022-09-27T15:32:20.5961851Z adding 'torch/include/ATen/ops/vsplit.h' 2022-09-27T15:32:20.5963346Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5964864Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-09-27T15:32:20.5966431Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-09-27T15:32:20.5967792Z adding 'torch/include/ATen/ops/vstack.h' 2022-09-27T15:32:20.5969241Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5970548Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-09-27T15:32:20.5972059Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-09-27T15:32:20.5973615Z adding 'torch/include/ATen/ops/where.h' 2022-09-27T15:32:20.5975207Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5976599Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-09-27T15:32:20.5978063Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-09-27T15:32:20.5979516Z adding 'torch/include/ATen/ops/where_native.h' 2022-09-27T15:32:20.5981250Z adding 'torch/include/ATen/ops/where_ops.h' 2022-09-27T15:32:20.5983015Z adding 'torch/include/ATen/ops/xlogy.h' 2022-09-27T15:32:20.5984840Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.5986318Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:32:20.5987687Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-09-27T15:32:20.5989150Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-09-27T15:32:20.5990527Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-09-27T15:32:20.5991997Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-09-27T15:32:20.5993421Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-09-27T15:32:20.5995167Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-09-27T15:32:20.5996769Z adding 'torch/include/ATen/ops/xor.h' 2022-09-27T15:32:20.5998282Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:32:20.5999576Z adding 'torch/include/ATen/ops/xor_native.h' 2022-09-27T15:32:20.6001161Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-09-27T15:32:20.6002683Z adding 'torch/include/ATen/ops/zero.h' 2022-09-27T15:32:20.6004221Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.6005572Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-09-27T15:32:20.6007096Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-09-27T15:32:20.6008440Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-09-27T15:32:20.6009850Z adding 'torch/include/ATen/ops/zero_native.h' 2022-09-27T15:32:20.6011379Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-09-27T15:32:20.6013143Z adding 'torch/include/ATen/ops/zeros.h' 2022-09-27T15:32:20.6014995Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.6016550Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-09-27T15:32:20.6018167Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:32:20.6019633Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-09-27T15:32:20.6021190Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-09-27T15:32:20.6022684Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-09-27T15:32:20.6024567Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-09-27T15:32:20.6029381Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-09-27T15:32:20.6032737Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-09-27T15:32:20.6034457Z adding 'torch/include/THC/THCAtomics.cuh' 2022-09-27T15:32:20.6035702Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2022-09-27T15:32:20.6039875Z adding 'torch/include/c10/core/Allocator.h' 2022-09-27T15:32:20.6041787Z adding 'torch/include/c10/core/AutogradState.h' 2022-09-27T15:32:20.6044362Z adding 'torch/include/c10/core/Backend.h' 2022-09-27T15:32:20.6046357Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-09-27T15:32:20.6048559Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-09-27T15:32:20.6049859Z adding 'torch/include/c10/core/CopyBytes.h' 2022-09-27T15:32:20.6051396Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-09-27T15:32:20.6052908Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-09-27T15:32:20.6055378Z adding 'torch/include/c10/core/Device.h' 2022-09-27T15:32:20.6057122Z adding 'torch/include/c10/core/DeviceArray.h' 2022-09-27T15:32:20.6059973Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-09-27T15:32:20.6062392Z adding 'torch/include/c10/core/DeviceType.h' 2022-09-27T15:32:20.6072653Z adding 'torch/include/c10/core/DispatchKey.h' 2022-09-27T15:32:20.6085832Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-09-27T15:32:20.6089271Z adding 'torch/include/c10/core/DynamicCast.h' 2022-09-27T15:32:20.6091477Z adding 'torch/include/c10/core/Event.h' 2022-09-27T15:32:20.6093839Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-09-27T15:32:20.6095699Z adding 'torch/include/c10/core/GradMode.h' 2022-09-27T15:32:20.6097602Z adding 'torch/include/c10/core/InferenceMode.h' 2022-09-27T15:32:20.6099381Z adding 'torch/include/c10/core/Layout.h' 2022-09-27T15:32:20.6102759Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-09-27T15:32:20.6104615Z adding 'torch/include/c10/core/OptionalRef.h' 2022-09-27T15:32:20.6106871Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-09-27T15:32:20.6108493Z adding 'torch/include/c10/core/QEngine.h' 2022-09-27T15:32:20.6110141Z adding 'torch/include/c10/core/QScheme.h' 2022-09-27T15:32:20.6111950Z adding 'torch/include/c10/core/SafePyObject.h' 2022-09-27T15:32:20.6114550Z adding 'torch/include/c10/core/Scalar.h' 2022-09-27T15:32:20.6119456Z adding 'torch/include/c10/core/ScalarType.h' 2022-09-27T15:32:20.6121594Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-09-27T15:32:20.6123818Z adding 'torch/include/c10/core/Storage.h' 2022-09-27T15:32:20.6126729Z adding 'torch/include/c10/core/StorageImpl.h' 2022-09-27T15:32:20.6130042Z adding 'torch/include/c10/core/Stream.h' 2022-09-27T15:32:20.6132629Z adding 'torch/include/c10/core/StreamGuard.h' 2022-09-27T15:32:20.6134272Z adding 'torch/include/c10/core/SymFloat.h' 2022-09-27T15:32:20.6135860Z adding 'torch/include/c10/core/SymFloatNodeImpl.h' 2022-09-27T15:32:20.6138656Z adding 'torch/include/c10/core/SymInt.h' 2022-09-27T15:32:20.6140329Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-09-27T15:32:20.6141981Z adding 'torch/include/c10/core/SymIntNodeImpl.h' 2022-09-27T15:32:20.6179307Z adding 'torch/include/c10/core/TensorImpl.h' 2022-09-27T15:32:20.6189307Z adding 'torch/include/c10/core/TensorOptions.h' 2022-09-27T15:32:20.6191350Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-09-27T15:32:20.6192728Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-09-27T15:32:20.6194084Z adding 'torch/include/c10/core/alignment.h' 2022-09-27T15:32:20.6195980Z adding 'torch/include/c10/core/thread_pool.h' 2022-09-27T15:32:20.6200674Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-09-27T15:32:20.6202864Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-09-27T15:32:20.6204441Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-09-27T15:32:20.6208954Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-09-27T15:32:20.6211141Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-09-27T15:32:20.6214421Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-09-27T15:32:20.6217050Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-09-27T15:32:20.6220508Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-09-27T15:32:20.6222224Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-09-27T15:32:20.6224788Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-09-27T15:32:20.6226491Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-09-27T15:32:20.6228209Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-09-27T15:32:20.6229573Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-09-27T15:32:20.6231441Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-09-27T15:32:20.6233946Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-09-27T15:32:20.6236096Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-09-27T15:32:20.6238211Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-09-27T15:32:20.6240018Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-09-27T15:32:20.6243133Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-09-27T15:32:20.6244952Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-09-27T15:32:20.6246716Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-09-27T15:32:20.6248142Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-09-27T15:32:20.6251557Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-09-27T15:32:20.6254741Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-09-27T15:32:20.6256209Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-09-27T15:32:20.6257719Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2022-09-27T15:32:20.6260362Z adding 'torch/include/c10/macros/Export.h' 2022-09-27T15:32:20.6266086Z adding 'torch/include/c10/macros/Macros.h' 2022-09-27T15:32:20.6267941Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-09-27T15:32:20.6271151Z adding 'torch/include/c10/util/AlignOf.h' 2022-09-27T15:32:20.6274503Z adding 'torch/include/c10/util/Array.h' 2022-09-27T15:32:20.6278052Z adding 'torch/include/c10/util/ArrayRef.h' 2022-09-27T15:32:20.6280689Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-09-27T15:32:20.6283141Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-09-27T15:32:20.6285076Z adding 'torch/include/c10/util/BFloat16.h' 2022-09-27T15:32:20.6286521Z adding 'torch/include/c10/util/Backtrace.h' 2022-09-27T15:32:20.6288418Z adding 'torch/include/c10/util/Bitset.h' 2022-09-27T15:32:20.6292409Z adding 'torch/include/c10/util/C++17.h' 2022-09-27T15:32:20.6294501Z adding 'torch/include/c10/util/CallOnce.h' 2022-09-27T15:32:20.6297524Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-09-27T15:32:20.6299438Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-09-27T15:32:20.6301367Z adding 'torch/include/c10/util/Deprecated.h' 2022-09-27T15:32:20.6302922Z adding 'torch/include/c10/util/DimVector.h' 2022-09-27T15:32:20.6309883Z adding 'torch/include/c10/util/Exception.h' 2022-09-27T15:32:20.6312742Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-09-27T15:32:20.6314597Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-09-27T15:32:20.6317724Z adding 'torch/include/c10/util/Flags.h' 2022-09-27T15:32:20.6319738Z adding 'torch/include/c10/util/FunctionRef.h' 2022-09-27T15:32:20.6322129Z adding 'torch/include/c10/util/Half-inl.h' 2022-09-27T15:32:20.6328203Z adding 'torch/include/c10/util/Half.h' 2022-09-27T15:32:20.6330452Z adding 'torch/include/c10/util/IdWrapper.h' 2022-09-27T15:32:20.6333193Z adding 'torch/include/c10/util/LeftRight.h' 2022-09-27T15:32:20.6335062Z adding 'torch/include/c10/util/Load.h' 2022-09-27T15:32:20.6338486Z adding 'torch/include/c10/util/Logging.h' 2022-09-27T15:32:20.6340616Z adding 'torch/include/c10/util/MathConstants.h' 2022-09-27T15:32:20.6343503Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-09-27T15:32:20.6348407Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-09-27T15:32:20.6356274Z adding 'torch/include/c10/util/Optional.h' 2022-09-27T15:32:20.6359329Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-09-27T15:32:20.6362968Z adding 'torch/include/c10/util/Registry.h' 2022-09-27T15:32:20.6365160Z adding 'torch/include/c10/util/ScopeExit.h' 2022-09-27T15:32:20.6366873Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-09-27T15:32:20.6380253Z adding 'torch/include/c10/util/SmallVector.h' 2022-09-27T15:32:20.6385123Z adding 'torch/include/c10/util/StringUtil.h' 2022-09-27T15:32:20.6387136Z adding 'torch/include/c10/util/Synchronized.h' 2022-09-27T15:32:20.6389211Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-09-27T15:32:20.6391214Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-09-27T15:32:20.6392760Z adding 'torch/include/c10/util/Type.h' 2022-09-27T15:32:20.6394787Z adding 'torch/include/c10/util/TypeCast.h' 2022-09-27T15:32:20.6397262Z adding 'torch/include/c10/util/TypeIndex.h' 2022-09-27T15:32:20.6401555Z adding 'torch/include/c10/util/TypeList.h' 2022-09-27T15:32:20.6404156Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-09-27T15:32:20.6406448Z adding 'torch/include/c10/util/TypeTraits.h' 2022-09-27T15:32:20.6408049Z adding 'torch/include/c10/util/Unicode.h' 2022-09-27T15:32:20.6410190Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-09-27T15:32:20.6411736Z adding 'torch/include/c10/util/Unroll.h' 2022-09-27T15:32:20.6413643Z adding 'torch/include/c10/util/accumulate.h' 2022-09-27T15:32:20.6418396Z adding 'torch/include/c10/util/complex.h' 2022-09-27T15:32:20.6421082Z adding 'torch/include/c10/util/complex_math.h' 2022-09-27T15:32:20.6423055Z adding 'torch/include/c10/util/complex_utils.h' 2022-09-27T15:32:20.6424725Z adding 'torch/include/c10/util/copysign.h' 2022-09-27T15:32:20.6427176Z adding 'torch/include/c10/util/either.h' 2022-09-27T15:32:20.6428869Z adding 'torch/include/c10/util/env.h' 2022-09-27T15:32:20.6440970Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-09-27T15:32:20.6445921Z adding 'torch/include/c10/util/hash.h' 2022-09-27T15:32:20.6447680Z adding 'torch/include/c10/util/in_place.h' 2022-09-27T15:32:20.6451387Z adding 'torch/include/c10/util/int128.h' 2022-09-27T15:32:20.6461213Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-09-27T15:32:20.6464213Z adding 'torch/include/c10/util/irange.h' 2022-09-27T15:32:20.6471860Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-09-27T15:32:20.6474623Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-09-27T15:32:20.6477587Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-09-27T15:32:20.6480157Z adding 'torch/include/c10/util/math_compat.h' 2022-09-27T15:32:20.6481907Z adding 'torch/include/c10/util/numa.h' 2022-09-27T15:32:20.6496305Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-09-27T15:32:20.6499283Z adding 'torch/include/c10/util/overloaded.h' 2022-09-27T15:32:20.6501083Z adding 'torch/include/c10/util/python_stub.h' 2022-09-27T15:32:20.6502443Z adding 'torch/include/c10/util/qint32.h' 2022-09-27T15:32:20.6503972Z adding 'torch/include/c10/util/qint8.h' 2022-09-27T15:32:20.6505329Z adding 'torch/include/c10/util/quint2x4.h' 2022-09-27T15:32:20.6506805Z adding 'torch/include/c10/util/quint4x2.h' 2022-09-27T15:32:20.6508183Z adding 'torch/include/c10/util/quint8.h' 2022-09-27T15:32:20.6510804Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-09-27T15:32:20.6512894Z adding 'torch/include/c10/util/safe_numerics.h' 2022-09-27T15:32:20.6515013Z adding 'torch/include/c10/util/signal_handler.h' 2022-09-27T15:32:20.6521729Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-09-27T15:32:20.6524015Z adding 'torch/include/c10/util/strides.h' 2022-09-27T15:32:20.6526075Z adding 'torch/include/c10/util/string_utils.h' 2022-09-27T15:32:20.6531211Z adding 'torch/include/c10/util/string_view.h' 2022-09-27T15:32:20.6538630Z adding 'torch/include/c10/util/strong_type.h' 2022-09-27T15:32:20.6542185Z adding 'torch/include/c10/util/tempfile.h' 2022-09-27T15:32:20.6543982Z adding 'torch/include/c10/util/thread_name.h' 2022-09-27T15:32:20.6550519Z adding 'torch/include/c10/util/typeid.h' 2022-09-27T15:32:20.6570842Z adding 'torch/include/c10/util/variant.h' 2022-09-27T15:32:20.6574653Z adding 'torch/include/c10/util/win32-headers.h' 2022-09-27T15:32:20.6578190Z adding 'torch/include/c10d/Backend.hpp' 2022-09-27T15:32:20.6580167Z adding 'torch/include/c10d/FileStore.hpp' 2022-09-27T15:32:20.6581917Z adding 'torch/include/c10d/GlooDeviceFactory.hpp' 2022-09-27T15:32:20.6583563Z adding 'torch/include/c10d/HashStore.hpp' 2022-09-27T15:32:20.6587083Z adding 'torch/include/c10d/NCCLUtils.hpp' 2022-09-27T15:32:20.6589039Z adding 'torch/include/c10d/Ops.hpp' 2022-09-27T15:32:20.6590899Z adding 'torch/include/c10d/ParamCommsUtils.hpp' 2022-09-27T15:32:20.6592468Z adding 'torch/include/c10d/PrefixStore.hpp' 2022-09-27T15:32:20.6595797Z adding 'torch/include/c10d/ProcessGroup.hpp' 2022-09-27T15:32:20.6600041Z adding 'torch/include/c10d/ProcessGroupGloo.hpp' 2022-09-27T15:32:20.6603119Z adding 'torch/include/c10d/ProcessGroupMPI.hpp' 2022-09-27T15:32:20.6611317Z adding 'torch/include/c10d/ProcessGroupNCCL.hpp' 2022-09-27T15:32:20.6613797Z adding 'torch/include/c10d/ProcessGroupRoundRobin.hpp' 2022-09-27T15:32:20.6617005Z adding 'torch/include/c10d/ProcessGroupUCC.hpp' 2022-09-27T15:32:20.6619364Z adding 'torch/include/c10d/ProcessGroupWrapper.hpp' 2022-09-27T15:32:20.6621338Z adding 'torch/include/c10d/PyProcessGroup.hpp' 2022-09-27T15:32:20.6623371Z adding 'torch/include/c10d/Store.hpp' 2022-09-27T15:32:20.6625657Z adding 'torch/include/c10d/TCPStore.hpp' 2022-09-27T15:32:20.6628473Z adding 'torch/include/c10d/TraceUtils.h' 2022-09-27T15:32:20.6631154Z adding 'torch/include/c10d/Types.hpp' 2022-09-27T15:32:20.6632707Z adding 'torch/include/c10d/UCCForNCCL.hpp' 2022-09-27T15:32:20.6634459Z adding 'torch/include/c10d/UCCTracing.hpp' 2022-09-27T15:32:20.6636827Z adding 'torch/include/c10d/UCCUtils.hpp' 2022-09-27T15:32:20.6638511Z adding 'torch/include/c10d/UnixSockUtils.hpp' 2022-09-27T15:32:20.6643839Z adding 'torch/include/c10d/Utils.hpp' 2022-09-27T15:32:20.6645817Z adding 'torch/include/c10d/WinSockUtils.hpp' 2022-09-27T15:32:20.6648087Z adding 'torch/include/c10d/Work.hpp' 2022-09-27T15:32:20.6649602Z adding 'torch/include/c10d/c10d.h' 2022-09-27T15:32:20.6651734Z adding 'torch/include/c10d/comm.hpp' 2022-09-27T15:32:20.6653304Z adding 'torch/include/c10d/debug.h' 2022-09-27T15:32:20.6654918Z adding 'torch/include/c10d/default_comm_hooks.hpp' 2022-09-27T15:32:20.6656535Z adding 'torch/include/c10d/error.h' 2022-09-27T15:32:20.6657984Z adding 'torch/include/c10d/exception.h' 2022-09-27T15:32:20.6660265Z adding 'torch/include/c10d/logger.hpp' 2022-09-27T15:32:20.6662149Z adding 'torch/include/c10d/logging.h' 2022-09-27T15:32:20.6663926Z adding 'torch/include/c10d/python_comm_hook.h' 2022-09-27T15:32:20.6671578Z adding 'torch/include/c10d/reducer.hpp' 2022-09-27T15:32:20.6674005Z adding 'torch/include/c10d/reducer_timer.hpp' 2022-09-27T15:32:20.6675792Z adding 'torch/include/c10d/sequence_num.hpp' 2022-09-27T15:32:20.6677593Z adding 'torch/include/c10d/socket.h' 2022-09-27T15:32:20.6680001Z adding 'torch/include/caffe2/contrib/aten/aten_op.h' 2022-09-27T15:32:20.6682929Z adding 'torch/include/caffe2/contrib/aten/aten_op_template.h' 2022-09-27T15:32:20.6686612Z adding 'torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h' 2022-09-27T15:32:20.6688255Z adding 'torch/include/caffe2/contrib/fakelowp/common.h' 2022-09-27T15:32:20.6691694Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h' 2022-09-27T15:32:20.6693441Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fma.h' 2022-09-27T15:32:20.6695093Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h' 2022-09-27T15:32:20.6696796Z adding 'torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h' 2022-09-27T15:32:20.6698808Z adding 'torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h' 2022-09-27T15:32:20.6700635Z adding 'torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h' 2022-09-27T15:32:20.6703394Z adding 'torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h' 2022-09-27T15:32:20.6706507Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h' 2022-09-27T15:32:20.6709882Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h' 2022-09-27T15:32:20.6712946Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h' 2022-09-27T15:32:20.6715155Z adding 'torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h' 2022-09-27T15:32:20.6718257Z adding 'torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h' 2022-09-27T15:32:20.6720328Z adding 'torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h' 2022-09-27T15:32:20.6722041Z adding 'torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h' 2022-09-27T15:32:20.6724697Z adding 'torch/include/caffe2/contrib/gloo/allgather_ops.h' 2022-09-27T15:32:20.6726937Z adding 'torch/include/caffe2/contrib/gloo/allreduce_ops.h' 2022-09-27T15:32:20.6728838Z adding 'torch/include/caffe2/contrib/gloo/barrier_ops.h' 2022-09-27T15:32:20.6730815Z adding 'torch/include/caffe2/contrib/gloo/broadcast_ops.h' 2022-09-27T15:32:20.6732565Z adding 'torch/include/caffe2/contrib/gloo/common.h' 2022-09-27T15:32:20.6735307Z adding 'torch/include/caffe2/contrib/gloo/common_world_ops.h' 2022-09-27T15:32:20.6736785Z adding 'torch/include/caffe2/contrib/gloo/context.h' 2022-09-27T15:32:20.6738908Z adding 'torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h' 2022-09-27T15:32:20.6740520Z adding 'torch/include/caffe2/contrib/gloo/store_handler.h' 2022-09-27T15:32:20.6742642Z adding 'torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h' 2022-09-27T15:32:20.6745101Z adding 'torch/include/caffe2/contrib/opencl/context.h' 2022-09-27T15:32:20.6747381Z adding 'torch/include/caffe2/contrib/prof/prof_dag_stats_op.h' 2022-09-27T15:32:20.6750842Z adding 'torch/include/caffe2/contrib/shm_mutex/shm_mutex.h' 2022-09-27T15:32:20.6753022Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h' 2022-09-27T15:32:20.6754978Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h' 2022-09-27T15:32:20.6756652Z adding 'torch/include/caffe2/contrib/tensorrt/trt_utils.h' 2022-09-27T15:32:20.6759084Z adding 'torch/include/caffe2/contrib/warpctc/ctc_op.h' 2022-09-27T15:32:20.6761364Z adding 'torch/include/caffe2/core/allocator.h' 2022-09-27T15:32:20.6763486Z adding 'torch/include/caffe2/core/blob.h' 2022-09-27T15:32:20.6767169Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-09-27T15:32:20.6769686Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-09-27T15:32:20.6771399Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-09-27T15:32:20.6773723Z adding 'torch/include/caffe2/core/common.h' 2022-09-27T15:32:20.6776888Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-09-27T15:32:20.6781758Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-09-27T15:32:20.6783851Z adding 'torch/include/caffe2/core/common_omp.h' 2022-09-27T15:32:20.6786546Z adding 'torch/include/caffe2/core/context.h' 2022-09-27T15:32:20.6788976Z adding 'torch/include/caffe2/core/context_base.h' 2022-09-27T15:32:20.6792643Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-09-27T15:32:20.6795934Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-09-27T15:32:20.6799540Z adding 'torch/include/caffe2/core/db.h' 2022-09-27T15:32:20.6801608Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-09-27T15:32:20.6805011Z adding 'torch/include/caffe2/core/event.h' 2022-09-27T15:32:20.6807025Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-09-27T15:32:20.6810138Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-09-27T15:32:20.6813867Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-09-27T15:32:20.6815517Z adding 'torch/include/caffe2/core/flags.h' 2022-09-27T15:32:20.6817995Z adding 'torch/include/caffe2/core/graph.h' 2022-09-27T15:32:20.6820796Z adding 'torch/include/caffe2/core/init.h' 2022-09-27T15:32:20.6822345Z adding 'torch/include/caffe2/core/logging.h' 2022-09-27T15:32:20.6824516Z adding 'torch/include/caffe2/core/macros.h' 2022-09-27T15:32:20.6826129Z adding 'torch/include/caffe2/core/memonger.h' 2022-09-27T15:32:20.6827998Z adding 'torch/include/caffe2/core/module.h' 2022-09-27T15:32:20.6830339Z adding 'torch/include/caffe2/core/net.h' 2022-09-27T15:32:20.6833298Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-09-27T15:32:20.6835224Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-09-27T15:32:20.6836713Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-09-27T15:32:20.6838515Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-09-27T15:32:20.6840831Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-09-27T15:32:20.6843082Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-09-27T15:32:20.6845128Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-09-27T15:32:20.6847056Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-09-27T15:32:20.6849127Z adding 'torch/include/caffe2/core/net_simple.h' 2022-09-27T15:32:20.6851322Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-09-27T15:32:20.6852859Z adding 'torch/include/caffe2/core/numa.h' 2022-09-27T15:32:20.6855001Z adding 'torch/include/caffe2/core/observer.h' 2022-09-27T15:32:20.6871593Z adding 'torch/include/caffe2/core/operator.h' 2022-09-27T15:32:20.6876390Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-09-27T15:32:20.6882161Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-09-27T15:32:20.6884083Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-09-27T15:32:20.6886178Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-09-27T15:32:20.6889016Z adding 'torch/include/caffe2/core/qtensor.h' 2022-09-27T15:32:20.6891188Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-09-27T15:32:20.6893611Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-09-27T15:32:20.6895326Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-09-27T15:32:20.6897637Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-09-27T15:32:20.6901196Z adding 'torch/include/caffe2/core/stats.h' 2022-09-27T15:32:20.6903178Z adding 'torch/include/caffe2/core/storage.h' 2022-09-27T15:32:20.6909648Z adding 'torch/include/caffe2/core/tensor.h' 2022-09-27T15:32:20.6911551Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-09-27T15:32:20.6913079Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-09-27T15:32:20.6915588Z adding 'torch/include/caffe2/core/test_utils.h' 2022-09-27T15:32:20.6917401Z adding 'torch/include/caffe2/core/timer.h' 2022-09-27T15:32:20.6920005Z adding 'torch/include/caffe2/core/transform.h' 2022-09-27T15:32:20.6922015Z adding 'torch/include/caffe2/core/types.h' 2022-09-27T15:32:20.6926091Z adding 'torch/include/caffe2/core/workspace.h' 2022-09-27T15:32:20.6929342Z adding 'torch/include/caffe2/core/hip/common_miopen.h' 2022-09-27T15:32:20.6932079Z adding 'torch/include/caffe2/core/hip/miopen_wrapper.h' 2022-09-27T15:32:20.6936199Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h' 2022-09-27T15:32:20.6939886Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h' 2022-09-27T15:32:20.6941891Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h' 2022-09-27T15:32:20.6943691Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h' 2022-09-27T15:32:20.6946805Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h' 2022-09-27T15:32:20.6948990Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h' 2022-09-27T15:32:20.6953752Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h' 2022-09-27T15:32:20.6956865Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h' 2022-09-27T15:32:20.6958961Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h' 2022-09-27T15:32:20.6961174Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h' 2022-09-27T15:32:20.6963834Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h' 2022-09-27T15:32:20.6968448Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h' 2022-09-27T15:32:20.6972835Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h' 2022-09-27T15:32:20.6975311Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h' 2022-09-27T15:32:20.6977628Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h' 2022-09-27T15:32:20.6982206Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h' 2022-09-27T15:32:20.6985150Z adding 'torch/include/caffe2/core/nomnigraph/tests/test_util.h' 2022-09-27T15:32:20.6987847Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-09-27T15:32:20.6989901Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-09-27T15:32:20.6991908Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-09-27T15:32:20.6993506Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-09-27T15:32:20.6995129Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-09-27T15:32:20.6996802Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-09-27T15:32:20.6998659Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-09-27T15:32:20.7000300Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-09-27T15:32:20.7003563Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h' 2022-09-27T15:32:20.7007320Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_prune.h' 2022-09-27T15:32:20.7010029Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h' 2022-09-27T15:32:20.7012756Z adding 'torch/include/caffe2/experiments/operators/funhash_op.h' 2022-09-27T15:32:20.7015673Z adding 'torch/include/caffe2/experiments/operators/sparse_funhash_op.h' 2022-09-27T15:32:20.7018156Z adding 'torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h' 2022-09-27T15:32:20.7020429Z adding 'torch/include/caffe2/experiments/operators/tt_contraction_op.h' 2022-09-27T15:32:20.7022577Z adding 'torch/include/caffe2/experiments/operators/tt_pad_op.h' 2022-09-27T15:32:20.7024952Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-09-27T15:32:20.7027309Z adding 'torch/include/caffe2/ideep/operators/conv_pool_base_op.h' 2022-09-27T15:32:20.7030099Z adding 'torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h' 2022-09-27T15:32:20.7034413Z adding 'torch/include/caffe2/ideep/operators/operator_fallback_ideep.h' 2022-09-27T15:32:20.7037111Z adding 'torch/include/caffe2/ideep/utils/ideep_context.h' 2022-09-27T15:32:20.7039815Z adding 'torch/include/caffe2/ideep/utils/ideep_operator.h' 2022-09-27T15:32:20.7052061Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-09-27T15:32:20.7055099Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-09-27T15:32:20.7057370Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe.h' 2022-09-27T15:32:20.7058859Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h' 2022-09-27T15:32:20.7060471Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h' 2022-09-27T15:32:20.7062450Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h' 2022-09-27T15:32:20.7064340Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h' 2022-09-27T15:32:20.7065922Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h' 2022-09-27T15:32:20.7075194Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h' 2022-09-27T15:32:20.7077791Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h' 2022-09-27T15:32:20.7081245Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h' 2022-09-27T15:32:20.7093267Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h' 2022-09-27T15:32:20.7098194Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h' 2022-09-27T15:32:20.7101171Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h' 2022-09-27T15:32:20.7103566Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h' 2022-09-27T15:32:20.7111343Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h' 2022-09-27T15:32:20.7114146Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h' 2022-09-27T15:32:20.7119867Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h' 2022-09-27T15:32:20.7122854Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h' 2022-09-27T15:32:20.7178106Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h' 2022-09-27T15:32:20.7204350Z adding 'torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h' 2022-09-27T15:32:20.7208430Z adding 'torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h' 2022-09-27T15:32:20.7210414Z adding 'torch/include/caffe2/mobile/contrib/nnapi/nnapi.h' 2022-09-27T15:32:20.7212348Z adding 'torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h' 2022-09-27T15:32:20.7214351Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp.h' 2022-09-27T15:32:20.7216089Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h' 2022-09-27T15:32:20.7218744Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-09-27T15:32:20.7221351Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-09-27T15:32:20.7223777Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-09-27T15:32:20.7225784Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-09-27T15:32:20.7227476Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-09-27T15:32:20.7229147Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-09-27T15:32:20.7232281Z adding 'torch/include/caffe2/onnx/backend.h' 2022-09-27T15:32:20.7234115Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-09-27T15:32:20.7235577Z adding 'torch/include/caffe2/onnx/device.h' 2022-09-27T15:32:20.7237368Z adding 'torch/include/caffe2/onnx/helper.h' 2022-09-27T15:32:20.7239138Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-09-27T15:32:20.7241127Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-09-27T15:32:20.7243241Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-09-27T15:32:20.7244772Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-09-27T15:32:20.7246315Z adding 'torch/include/caffe2/onnx/torch_ops/constants.h' 2022-09-27T15:32:20.7247892Z adding 'torch/include/caffe2/onnx/torch_ops/operator_sets.h' 2022-09-27T15:32:20.7249323Z adding 'torch/include/caffe2/onnx/torch_ops/schema.h' 2022-09-27T15:32:20.7253418Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-09-27T15:32:20.7255140Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-09-27T15:32:20.7256653Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-09-27T15:32:20.7258148Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-09-27T15:32:20.7260221Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-09-27T15:32:20.7262197Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-09-27T15:32:20.7264207Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-09-27T15:32:20.7265781Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-09-27T15:32:20.7267685Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-09-27T15:32:20.7269377Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-09-27T15:32:20.7271028Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-09-27T15:32:20.7272732Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-09-27T15:32:20.7274246Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-09-27T15:32:20.7276177Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-09-27T15:32:20.7277809Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-09-27T15:32:20.7280342Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-09-27T15:32:20.7283145Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-09-27T15:32:20.7285248Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-09-27T15:32:20.7286962Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-09-27T15:32:20.7289289Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-09-27T15:32:20.7291461Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-09-27T15:32:20.7293957Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-09-27T15:32:20.7295956Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-09-27T15:32:20.7297532Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-09-27T15:32:20.7299904Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-09-27T15:32:20.7301790Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-09-27T15:32:20.7303904Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-09-27T15:32:20.7305549Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-09-27T15:32:20.7307176Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-09-27T15:32:20.7309412Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-09-27T15:32:20.7311150Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-09-27T15:32:20.7312788Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-09-27T15:32:20.7314448Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-09-27T15:32:20.7316227Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-09-27T15:32:20.7318044Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-09-27T15:32:20.7320420Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-09-27T15:32:20.7324202Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-09-27T15:32:20.7326075Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-09-27T15:32:20.7328052Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-09-27T15:32:20.7329928Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-09-27T15:32:20.7335461Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-09-27T15:32:20.7337739Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-09-27T15:32:20.7345288Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-09-27T15:32:20.7347804Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-09-27T15:32:20.7351386Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-09-27T15:32:20.7353630Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-09-27T15:32:20.7359416Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-09-27T15:32:20.7363052Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-09-27T15:32:20.7365000Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-09-27T15:32:20.7366990Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-09-27T15:32:20.7368600Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-09-27T15:32:20.7370137Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-09-27T15:32:20.7371836Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-09-27T15:32:20.7373795Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-09-27T15:32:20.7376206Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-09-27T15:32:20.7378248Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-09-27T15:32:20.7380060Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-09-27T15:32:20.7381728Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-09-27T15:32:20.7383334Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-09-27T15:32:20.7385039Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-09-27T15:32:20.7387643Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-09-27T15:32:20.7389872Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-09-27T15:32:20.7393387Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-09-27T15:32:20.7395555Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-09-27T15:32:20.7398228Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-09-27T15:32:20.7401092Z adding 'torch/include/caffe2/operators/do_op.h' 2022-09-27T15:32:20.7402949Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-09-27T15:32:20.7404754Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-09-27T15:32:20.7406442Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-09-27T15:32:20.7408057Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-09-27T15:32:20.7410461Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-09-27T15:32:20.7412157Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-09-27T15:32:20.7414644Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-09-27T15:32:20.7418823Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-09-27T15:32:20.7420952Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-09-27T15:32:20.7422775Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-09-27T15:32:20.7424595Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-09-27T15:32:20.7426537Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-09-27T15:32:20.7428386Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-09-27T15:32:20.7430152Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-09-27T15:32:20.7431759Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-09-27T15:32:20.7433224Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-09-27T15:32:20.7435332Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-09-27T15:32:20.7437449Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-09-27T15:32:20.7439052Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-09-27T15:32:20.7443383Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-09-27T15:32:20.7445829Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-09-27T15:32:20.7450227Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-09-27T15:32:20.7452572Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-09-27T15:32:20.7454519Z adding 'torch/include/caffe2/operators/find_op.h' 2022-09-27T15:32:20.7456439Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-09-27T15:32:20.7458358Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-09-27T15:32:20.7459632Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-09-27T15:32:20.7461190Z adding 'torch/include/caffe2/operators/free_op.h' 2022-09-27T15:32:20.7464314Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-09-27T15:32:20.7467012Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-09-27T15:32:20.7470188Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-09-27T15:32:20.7472712Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-09-27T15:32:20.7474718Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-09-27T15:32:20.7476725Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-09-27T15:32:20.7479824Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-09-27T15:32:20.7483171Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-09-27T15:32:20.7485053Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-09-27T15:32:20.7487818Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-09-27T15:32:20.7492318Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-09-27T15:32:20.7498674Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-09-27T15:32:20.7501097Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-09-27T15:32:20.7503134Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-09-27T15:32:20.7505403Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-09-27T15:32:20.7507157Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-09-27T15:32:20.7509796Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-09-27T15:32:20.7512632Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-09-27T15:32:20.7515152Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-09-27T15:32:20.7517246Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-09-27T15:32:20.7518986Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-09-27T15:32:20.7520627Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-09-27T15:32:20.7522585Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-09-27T15:32:20.7524428Z adding 'torch/include/caffe2/operators/if_op.h' 2022-09-27T15:32:20.7526947Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-09-27T15:32:20.7529103Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-09-27T15:32:20.7531245Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-09-27T15:32:20.7534687Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-09-27T15:32:20.7537349Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-09-27T15:32:20.7539503Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-09-27T15:32:20.7541052Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-09-27T15:32:20.7542664Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-09-27T15:32:20.7544605Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-09-27T15:32:20.7547240Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-09-27T15:32:20.7548958Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-09-27T15:32:20.7550863Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-09-27T15:32:20.7552912Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-09-27T15:32:20.7555553Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-09-27T15:32:20.7560231Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-09-27T15:32:20.7566555Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-09-27T15:32:20.7569743Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-09-27T15:32:20.7571460Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-09-27T15:32:20.7573151Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-09-27T15:32:20.7574926Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-09-27T15:32:20.7579101Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-09-27T15:32:20.7581235Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-09-27T15:32:20.7583293Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-09-27T15:32:20.7585548Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-09-27T15:32:20.7590008Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-09-27T15:32:20.7592336Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-09-27T15:32:20.7593970Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-09-27T15:32:20.7595533Z adding 'torch/include/caffe2/operators/log_op.h' 2022-09-27T15:32:20.7597177Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-09-27T15:32:20.7598767Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-09-27T15:32:20.7600397Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-09-27T15:32:20.7602774Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-09-27T15:32:20.7606069Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-09-27T15:32:20.7609058Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-09-27T15:32:20.7611065Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-09-27T15:32:20.7612758Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-09-27T15:32:20.7614760Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-09-27T15:32:20.7616501Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-09-27T15:32:20.7618487Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-09-27T15:32:20.7620587Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-09-27T15:32:20.7622714Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-09-27T15:32:20.7624583Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-09-27T15:32:20.7626222Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-09-27T15:32:20.7628283Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-09-27T15:32:20.7629946Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-09-27T15:32:20.7631528Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-09-27T15:32:20.7633521Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-09-27T15:32:20.7635402Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-09-27T15:32:20.7636887Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-09-27T15:32:20.7638508Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-09-27T15:32:20.7640299Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-09-27T15:32:20.7642567Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-09-27T15:32:20.7644479Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-09-27T15:32:20.7648087Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-09-27T15:32:20.7650194Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-09-27T15:32:20.7652603Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-09-27T15:32:20.7664598Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-09-27T15:32:20.7665215Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-09-27T15:32:20.7665559Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-09-27T15:32:20.7665840Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-09-27T15:32:20.7666130Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-09-27T15:32:20.7666468Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-09-27T15:32:20.7668166Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-09-27T15:32:20.7671155Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-09-27T15:32:20.7673804Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-09-27T15:32:20.7676760Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-09-27T15:32:20.7679190Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-09-27T15:32:20.7681814Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-09-27T15:32:20.7683597Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-09-27T15:32:20.7685615Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-09-27T15:32:20.7688243Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-09-27T15:32:20.7690670Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-09-27T15:32:20.7692476Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-09-27T15:32:20.7694108Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-09-27T15:32:20.7696316Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-09-27T15:32:20.7698791Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-09-27T15:32:20.7701498Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-09-27T15:32:20.7707259Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-09-27T15:32:20.7710150Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-09-27T15:32:20.7711995Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-09-27T15:32:20.7713647Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-09-27T15:32:20.7715777Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-09-27T15:32:20.7717577Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-09-27T15:32:20.7720200Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-09-27T15:32:20.7722207Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-09-27T15:32:20.7724040Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-09-27T15:32:20.7726138Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-09-27T15:32:20.7727862Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-09-27T15:32:20.7729806Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-09-27T15:32:20.7731691Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-09-27T15:32:20.7733727Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-09-27T15:32:20.7735563Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-09-27T15:32:20.7737353Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-09-27T15:32:20.7739181Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-09-27T15:32:20.7741125Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-09-27T15:32:20.7742787Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-09-27T15:32:20.7744925Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-09-27T15:32:20.7747108Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-09-27T15:32:20.7760915Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-09-27T15:32:20.7764992Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-09-27T15:32:20.7766808Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-09-27T15:32:20.7769125Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-09-27T15:32:20.7771046Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-09-27T15:32:20.7772574Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-09-27T15:32:20.7774132Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-09-27T15:32:20.7775671Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-09-27T15:32:20.7777821Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-09-27T15:32:20.7780869Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-09-27T15:32:20.7783166Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-09-27T15:32:20.7784744Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-09-27T15:32:20.7786657Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-09-27T15:32:20.7788176Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-09-27T15:32:20.7789638Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-09-27T15:32:20.7791967Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-09-27T15:32:20.7793684Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-09-27T15:32:20.7795568Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-09-27T15:32:20.7796997Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-09-27T15:32:20.7798478Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-09-27T15:32:20.7801482Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-09-27T15:32:20.7803884Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-09-27T15:32:20.7807601Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-09-27T15:32:20.7809664Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-09-27T15:32:20.7811258Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-09-27T15:32:20.7812701Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-09-27T15:32:20.7814364Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-09-27T15:32:20.7816139Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-09-27T15:32:20.7817642Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-09-27T15:32:20.7819311Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-09-27T15:32:20.7821027Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-09-27T15:32:20.7822885Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-09-27T15:32:20.7824523Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-09-27T15:32:20.7826085Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-09-27T15:32:20.7827544Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-09-27T15:32:20.7829502Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-09-27T15:32:20.7831582Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-09-27T15:32:20.7833157Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-09-27T15:32:20.7835812Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-09-27T15:32:20.7837534Z adding 'torch/include/caffe2/operators/top_k.h' 2022-09-27T15:32:20.7839361Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-09-27T15:32:20.7841868Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-09-27T15:32:20.7843768Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-09-27T15:32:20.7845687Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-09-27T15:32:20.7847540Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-09-27T15:32:20.7859745Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-09-27T15:32:20.7862748Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-09-27T15:32:20.7864452Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-09-27T15:32:20.7866006Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-09-27T15:32:20.7867727Z adding 'torch/include/caffe2/operators/while_op.h' 2022-09-27T15:32:20.7869245Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-09-27T15:32:20.7871597Z adding 'torch/include/caffe2/operators/hip/activation_ops_miopen.h' 2022-09-27T15:32:20.7874195Z adding 'torch/include/caffe2/operators/quantized/int8_add_op.h' 2022-09-27T15:32:20.7876513Z adding 'torch/include/caffe2/operators/quantized/int8_average_pool_op.h' 2022-09-27T15:32:20.7878644Z adding 'torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h' 2022-09-27T15:32:20.7880702Z adding 'torch/include/caffe2/operators/quantized/int8_concat_op.h' 2022-09-27T15:32:20.7883133Z adding 'torch/include/caffe2/operators/quantized/int8_conv_op.h' 2022-09-27T15:32:20.7885722Z adding 'torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h' 2022-09-27T15:32:20.7887485Z adding 'torch/include/caffe2/operators/quantized/int8_dequantize_op.h' 2022-09-27T15:32:20.7889658Z adding 'torch/include/caffe2/operators/quantized/int8_fc_op.h' 2022-09-27T15:32:20.7891411Z adding 'torch/include/caffe2/operators/quantized/int8_flatten_op.h' 2022-09-27T15:32:20.7893355Z adding 'torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h' 2022-09-27T15:32:20.7895460Z adding 'torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h' 2022-09-27T15:32:20.7897533Z adding 'torch/include/caffe2/operators/quantized/int8_max_pool_op.h' 2022-09-27T15:32:20.7899558Z adding 'torch/include/caffe2/operators/quantized/int8_quantize_op.h' 2022-09-27T15:32:20.7901613Z adding 'torch/include/caffe2/operators/quantized/int8_relu_op.h' 2022-09-27T15:32:20.7903365Z adding 'torch/include/caffe2/operators/quantized/int8_reshape_op.h' 2022-09-27T15:32:20.7905574Z adding 'torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h' 2022-09-27T15:32:20.7909357Z adding 'torch/include/caffe2/operators/quantized/int8_roi_align_op.h' 2022-09-27T15:32:20.7911553Z adding 'torch/include/caffe2/operators/quantized/int8_sigmoid_op.h' 2022-09-27T15:32:20.7913175Z adding 'torch/include/caffe2/operators/quantized/int8_simd.h' 2022-09-27T15:32:20.7915171Z adding 'torch/include/caffe2/operators/quantized/int8_slice_op.h' 2022-09-27T15:32:20.7917186Z adding 'torch/include/caffe2/operators/quantized/int8_softmax_op.h' 2022-09-27T15:32:20.7919276Z adding 'torch/include/caffe2/operators/quantized/int8_test_utils.h' 2022-09-27T15:32:20.7920976Z adding 'torch/include/caffe2/operators/quantized/int8_transpose_op.h' 2022-09-27T15:32:20.7923176Z adding 'torch/include/caffe2/operators/quantized/int8_utils.h' 2022-09-27T15:32:20.7925586Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h' 2022-09-27T15:32:20.7930813Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor.h' 2022-09-27T15:32:20.7933198Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h' 2022-09-27T15:32:20.7935029Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h' 2022-09-27T15:32:20.7944122Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_op.h' 2022-09-27T15:32:20.7946977Z adding 'torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h' 2022-09-27T15:32:20.7949332Z adding 'torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h' 2022-09-27T15:32:20.7951748Z adding 'torch/include/caffe2/opt/annotations.h' 2022-09-27T15:32:20.7953334Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-09-27T15:32:20.7955189Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-09-27T15:32:20.7957815Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-09-27T15:32:20.7959802Z adding 'torch/include/caffe2/opt/converter.h' 2022-09-27T15:32:20.7961331Z adding 'torch/include/caffe2/opt/device.h' 2022-09-27T15:32:20.7962888Z adding 'torch/include/caffe2/opt/distributed.h' 2022-09-27T15:32:20.7964402Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-09-27T15:32:20.7966427Z adding 'torch/include/caffe2/opt/fusion.h' 2022-09-27T15:32:20.7968227Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-09-27T15:32:20.7969649Z adding 'torch/include/caffe2/opt/mobile.h' 2022-09-27T15:32:20.7971239Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-09-27T15:32:20.7976827Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-09-27T15:32:20.7979874Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-09-27T15:32:20.7981513Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-09-27T15:32:20.7983077Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-09-27T15:32:20.7984857Z adding 'torch/include/caffe2/opt/passes.h' 2022-09-27T15:32:20.7987363Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-09-27T15:32:20.7989416Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-09-27T15:32:20.7992327Z adding 'torch/include/caffe2/opt/custom/cc_amrc.h' 2022-09-27T15:32:20.7994004Z adding 'torch/include/caffe2/opt/custom/concat_elim.h' 2022-09-27T15:32:20.7995559Z adding 'torch/include/caffe2/opt/custom/freeze_quantization_params.h' 2022-09-27T15:32:20.7996992Z adding 'torch/include/caffe2/opt/custom/in_batch_broadcast.h' 2022-09-27T15:32:20.7998405Z adding 'torch/include/caffe2/opt/custom/pointwise_elim.h' 2022-09-27T15:32:20.8000339Z adding 'torch/include/caffe2/opt/nql/ast.h' 2022-09-27T15:32:20.8002824Z adding 'torch/include/caffe2/opt/nql/graphmatcher.h' 2022-09-27T15:32:20.8005605Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-09-27T15:32:20.8008125Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-09-27T15:32:20.8010156Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-09-27T15:32:20.8011877Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-09-27T15:32:20.8013723Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-09-27T15:32:20.8015555Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-09-27T15:32:20.8017606Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-09-27T15:32:20.8019021Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-09-27T15:32:20.8020994Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-09-27T15:32:20.8022902Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-09-27T15:32:20.8024557Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-09-27T15:32:20.8026229Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-09-27T15:32:20.8028056Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-09-27T15:32:20.8030086Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-09-27T15:32:20.8032415Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-09-27T15:32:20.8034367Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-09-27T15:32:20.8036361Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-09-27T15:32:20.8038243Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-09-27T15:32:20.8039769Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-09-27T15:32:20.8041612Z adding 'torch/include/caffe2/predictor/emulator/benchmark.h' 2022-09-27T15:32:20.8043990Z adding 'torch/include/caffe2/predictor/emulator/data_filler.h' 2022-09-27T15:32:20.8045728Z adding 'torch/include/caffe2/predictor/emulator/emulator.h' 2022-09-27T15:32:20.8047655Z adding 'torch/include/caffe2/predictor/emulator/net_supplier.h' 2022-09-27T15:32:20.8049289Z adding 'torch/include/caffe2/predictor/emulator/output_formatter.h' 2022-09-27T15:32:20.8050682Z adding 'torch/include/caffe2/predictor/emulator/profiler.h' 2022-09-27T15:32:20.8052592Z adding 'torch/include/caffe2/predictor/emulator/std_output_formatter.h' 2022-09-27T15:32:20.8053855Z adding 'torch/include/caffe2/predictor/emulator/time_profiler.h' 2022-09-27T15:32:20.8055507Z adding 'torch/include/caffe2/predictor/emulator/utils.h' 2022-09-27T15:32:20.8125932Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-09-27T15:32:20.8138352Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-09-27T15:32:20.8158344Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-09-27T15:32:20.8162804Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-09-27T15:32:20.8165826Z adding 'torch/include/caffe2/python/dlpack.h' 2022-09-27T15:32:20.8170827Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-09-27T15:32:20.8173653Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-09-27T15:32:20.8175513Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-09-27T15:32:20.8179255Z adding 'torch/include/caffe2/quantization/server/activation_distribution_observer.h' 2022-09-27T15:32:20.8181233Z adding 'torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h' 2022-09-27T15:32:20.8183064Z adding 'torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h' 2022-09-27T15:32:20.8185361Z adding 'torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h' 2022-09-27T15:32:20.8187102Z adding 'torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h' 2022-09-27T15:32:20.8188736Z adding 'torch/include/caffe2/quantization/server/compute_equalization_scale.h' 2022-09-27T15:32:20.8190329Z adding 'torch/include/caffe2/quantization/server/concat_dnnlowp_op.h' 2022-09-27T15:32:20.8192279Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h' 2022-09-27T15:32:20.8194663Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_op.h' 2022-09-27T15:32:20.8197889Z adding 'torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h' 2022-09-27T15:32:20.8199821Z adding 'torch/include/caffe2/quantization/server/conv_relu_op.h' 2022-09-27T15:32:20.8201478Z adding 'torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h' 2022-09-27T15:32:20.8204197Z adding 'torch/include/caffe2/quantization/server/dnnlowp.h' 2022-09-27T15:32:20.8208172Z adding 'torch/include/caffe2/quantization/server/dnnlowp_op.h' 2022-09-27T15:32:20.8210152Z adding 'torch/include/caffe2/quantization/server/dnnlowp_partition.h' 2022-09-27T15:32:20.8212075Z adding 'torch/include/caffe2/quantization/server/dynamic_histogram.h' 2022-09-27T15:32:20.8214785Z adding 'torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h' 2022-09-27T15:32:20.8216760Z adding 'torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h' 2022-09-27T15:32:20.8219726Z adding 'torch/include/caffe2/quantization/server/fb_fc_packed_op.h' 2022-09-27T15:32:20.8222033Z adding 'torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h' 2022-09-27T15:32:20.8224157Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_blob.h' 2022-09-27T15:32:20.8225793Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h' 2022-09-27T15:32:20.8228267Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_op.h' 2022-09-27T15:32:20.8230189Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h' 2022-09-27T15:32:20.8232137Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h' 2022-09-27T15:32:20.8234339Z adding 'torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h' 2022-09-27T15:32:20.8236642Z adding 'torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h' 2022-09-27T15:32:20.8240352Z adding 'torch/include/caffe2/quantization/server/im2col_dnnlowp.h' 2022-09-27T15:32:20.8242709Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params.h' 2022-09-27T15:32:20.8244689Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h' 2022-09-27T15:32:20.8246477Z adding 'torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h' 2022-09-27T15:32:20.8248185Z adding 'torch/include/caffe2/quantization/server/kl_minimization.h' 2022-09-27T15:32:20.8249766Z adding 'torch/include/caffe2/quantization/server/l2_minimization.h' 2022-09-27T15:32:20.8251581Z adding 'torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h' 2022-09-27T15:32:20.8253360Z adding 'torch/include/caffe2/quantization/server/mmio.h' 2022-09-27T15:32:20.8255841Z adding 'torch/include/caffe2/quantization/server/op_wrapper.h' 2022-09-27T15:32:20.8257777Z adding 'torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h' 2022-09-27T15:32:20.8259517Z adding 'torch/include/caffe2/quantization/server/quantization_error_minimization.h' 2022-09-27T15:32:20.8261167Z adding 'torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h' 2022-09-27T15:32:20.8262748Z adding 'torch/include/caffe2/quantization/server/relu_dnnlowp_op.h' 2022-09-27T15:32:20.8264607Z adding 'torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h' 2022-09-27T15:32:20.8266578Z adding 'torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h' 2022-09-27T15:32:20.8268579Z adding 'torch/include/caffe2/quantization/server/sigmoid.h' 2022-09-27T15:32:20.8270090Z adding 'torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h' 2022-09-27T15:32:20.8271779Z adding 'torch/include/caffe2/quantization/server/tanh.h' 2022-09-27T15:32:20.8273241Z adding 'torch/include/caffe2/quantization/server/transpose.h' 2022-09-27T15:32:20.8275407Z adding 'torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h' 2022-09-27T15:32:20.8277694Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-09-27T15:32:20.8279886Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-09-27T15:32:20.8282910Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-09-27T15:32:20.8285005Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-09-27T15:32:20.8287904Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-09-27T15:32:20.8320786Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-09-27T15:32:20.8324451Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-09-27T15:32:20.8326086Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-09-27T15:32:20.8329051Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-09-27T15:32:20.8330931Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-09-27T15:32:20.8332529Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-09-27T15:32:20.8335501Z adding 'torch/include/caffe2/serialize/versions.h' 2022-09-27T15:32:20.8338629Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-09-27T15:32:20.8342215Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-09-27T15:32:20.8346888Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-09-27T15:32:20.8351945Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-09-27T15:32:20.8354517Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-09-27T15:32:20.8356670Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-09-27T15:32:20.8358715Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-09-27T15:32:20.8360685Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-09-27T15:32:20.8362636Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-09-27T15:32:20.8364428Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-09-27T15:32:20.8366689Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-09-27T15:32:20.8368745Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-09-27T15:32:20.8370772Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-09-27T15:32:20.8374758Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-09-27T15:32:20.8378398Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-09-27T15:32:20.8380359Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-09-27T15:32:20.8382826Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-09-27T15:32:20.8385019Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-09-27T15:32:20.8390877Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-09-27T15:32:20.8393786Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-09-27T15:32:20.8396169Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-09-27T15:32:20.8398378Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-09-27T15:32:20.8401037Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-09-27T15:32:20.8404559Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-09-27T15:32:20.8407108Z adding 'torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h' 2022-09-27T15:32:20.8409263Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-09-27T15:32:20.8410968Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-09-27T15:32:20.8413438Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-09-27T15:32:20.8415260Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-09-27T15:32:20.8417443Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-09-27T15:32:20.8419170Z adding 'torch/include/caffe2/utils/cast.h' 2022-09-27T15:32:20.8423889Z adding 'torch/include/caffe2/utils/cblas.h' 2022-09-27T15:32:20.8426508Z adding 'torch/include/caffe2/utils/conversions.h' 2022-09-27T15:32:20.8428276Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-09-27T15:32:20.8430401Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-09-27T15:32:20.8432942Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-09-27T15:32:20.8435346Z adding 'torch/include/caffe2/utils/filler.h' 2022-09-27T15:32:20.8437720Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-09-27T15:32:20.8439441Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-09-27T15:32:20.8441004Z adding 'torch/include/caffe2/utils/knobs.h' 2022-09-27T15:32:20.8442641Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-09-27T15:32:20.8444418Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-09-27T15:32:20.8447959Z adding 'torch/include/caffe2/utils/math.h' 2022-09-27T15:32:20.8450131Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-09-27T15:32:20.8451730Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-09-27T15:32:20.8455385Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-09-27T15:32:20.8457278Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-09-27T15:32:20.8458753Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-09-27T15:32:20.8460447Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-09-27T15:32:20.8462162Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-09-27T15:32:20.8463934Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-09-27T15:32:20.8465780Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-09-27T15:32:20.8467760Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-09-27T15:32:20.8469611Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-09-27T15:32:20.8471192Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-09-27T15:32:20.8472819Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-09-27T15:32:20.8474274Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-09-27T15:32:20.8476411Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-09-27T15:32:20.8478594Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-09-27T15:32:20.8480313Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-09-27T15:32:20.8484113Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-09-27T15:32:20.8486121Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-09-27T15:32:20.8488384Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-09-27T15:32:20.8490035Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-09-27T15:32:20.8491855Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-09-27T15:32:20.8496098Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-09-27T15:32:20.8505315Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-09-27T15:32:20.8507751Z adding 'torch/include/caffe2/video/video_io.h' 2022-09-27T15:32:20.8514631Z adding 'torch/include/pybind11/attr.h' 2022-09-27T15:32:20.8518203Z adding 'torch/include/pybind11/buffer_info.h' 2022-09-27T15:32:20.8537964Z adding 'torch/include/pybind11/cast.h' 2022-09-27T15:32:20.8542208Z adding 'torch/include/pybind11/chrono.h' 2022-09-27T15:32:20.8544068Z adding 'torch/include/pybind11/common.h' 2022-09-27T15:32:20.8546397Z adding 'torch/include/pybind11/complex.h' 2022-09-27T15:32:20.8554198Z adding 'torch/include/pybind11/eigen.h' 2022-09-27T15:32:20.8558757Z adding 'torch/include/pybind11/embed.h' 2022-09-27T15:32:20.8561224Z adding 'torch/include/pybind11/eval.h' 2022-09-27T15:32:20.8563616Z adding 'torch/include/pybind11/functional.h' 2022-09-27T15:32:20.8566318Z adding 'torch/include/pybind11/gil.h' 2022-09-27T15:32:20.8569555Z adding 'torch/include/pybind11/iostream.h' 2022-09-27T15:32:20.8591427Z adding 'torch/include/pybind11/numpy.h' 2022-09-27T15:32:20.8595828Z adding 'torch/include/pybind11/operators.h' 2022-09-27T15:32:20.8597810Z adding 'torch/include/pybind11/options.h' 2022-09-27T15:32:20.8632971Z adding 'torch/include/pybind11/pybind11.h' 2022-09-27T15:32:20.8658893Z adding 'torch/include/pybind11/pytypes.h' 2022-09-27T15:32:20.8665065Z adding 'torch/include/pybind11/stl.h' 2022-09-27T15:32:20.8671860Z adding 'torch/include/pybind11/stl_bind.h' 2022-09-27T15:32:20.8680766Z adding 'torch/include/pybind11/detail/class.h' 2022-09-27T15:32:20.8695049Z adding 'torch/include/pybind11/detail/common.h' 2022-09-27T15:32:20.8698465Z adding 'torch/include/pybind11/detail/descr.h' 2022-09-27T15:32:20.8703449Z adding 'torch/include/pybind11/detail/init.h' 2022-09-27T15:32:20.8710399Z adding 'torch/include/pybind11/detail/internals.h' 2022-09-27T15:32:20.8723206Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-09-27T15:32:20.8725911Z adding 'torch/include/pybind11/detail/typeid.h' 2022-09-27T15:32:20.8731819Z adding 'torch/include/torch/custom_class.h' 2022-09-27T15:32:20.8735262Z adding 'torch/include/torch/custom_class_detail.h' 2022-09-27T15:32:20.8736862Z adding 'torch/include/torch/extension.h' 2022-09-27T15:32:20.8748199Z adding 'torch/include/torch/library.h' 2022-09-27T15:32:20.8750532Z adding 'torch/include/torch/script.h' 2022-09-27T15:32:20.8753315Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-09-27T15:32:20.8754768Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-09-27T15:32:20.8756524Z adding 'torch/include/torch/csrc/Device.h' 2022-09-27T15:32:20.8758153Z adding 'torch/include/torch/csrc/Dtype.h' 2022-09-27T15:32:20.8759635Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-09-27T15:32:20.8764087Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-09-27T15:32:20.8765812Z adding 'torch/include/torch/csrc/Export.h' 2022-09-27T15:32:20.8767456Z adding 'torch/include/torch/csrc/Generator.h' 2022-09-27T15:32:20.8769103Z adding 'torch/include/torch/csrc/Layout.h' 2022-09-27T15:32:20.8770570Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-09-27T15:32:20.8772763Z adding 'torch/include/torch/csrc/Module.h' 2022-09-27T15:32:20.8774237Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-09-27T15:32:20.8776156Z adding 'torch/include/torch/csrc/QScheme.h' 2022-09-27T15:32:20.8778089Z adding 'torch/include/torch/csrc/Size.h' 2022-09-27T15:32:20.8779750Z adding 'torch/include/torch/csrc/Storage.h' 2022-09-27T15:32:20.8781540Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-09-27T15:32:20.8783383Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-09-27T15:32:20.8785490Z adding 'torch/include/torch/csrc/Stream.h' 2022-09-27T15:32:20.8787075Z adding 'torch/include/torch/csrc/THConcat.h' 2022-09-27T15:32:20.8789171Z adding 'torch/include/torch/csrc/THP.h' 2022-09-27T15:32:20.8790764Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-09-27T15:32:20.8792693Z adding 'torch/include/torch/csrc/Types.h' 2022-09-27T15:32:20.8794852Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-09-27T15:32:20.8796999Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-09-27T15:32:20.8797964Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-09-27T15:32:20.8800096Z adding 'torch/include/torch/csrc/python_headers.h' 2022-09-27T15:32:20.8801719Z adding 'torch/include/torch/csrc/serialization.h' 2022-09-27T15:32:20.8805125Z adding 'torch/include/torch/csrc/utils.h' 2022-09-27T15:32:20.8808370Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-09-27T15:32:20.8809859Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-09-27T15:32:20.8811822Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-09-27T15:32:20.8813841Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-09-27T15:32:20.8815398Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-09-27T15:32:20.8818780Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-09-27T15:32:20.8821842Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-09-27T15:32:20.8825327Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-09-27T15:32:20.8827778Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-09-27T15:32:20.8829621Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-09-27T15:32:20.8834969Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-09-27T15:32:20.8837777Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-09-27T15:32:20.8838800Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-09-27T15:32:20.8841013Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-09-27T15:32:20.8845837Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-09-27T15:32:20.8849933Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-09-27T15:32:20.8852813Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-09-27T15:32:20.8854426Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-09-27T15:32:20.8859948Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-09-27T15:32:20.8862814Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-09-27T15:32:20.8865084Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-09-27T15:32:20.8867933Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-09-27T15:32:20.8869430Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-09-27T15:32:20.8872427Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-09-27T15:32:20.8874517Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-09-27T15:32:20.8876257Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-09-27T15:32:20.8878590Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-09-27T15:32:20.8881441Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-09-27T15:32:20.8883021Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-09-27T15:32:20.8885091Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-09-27T15:32:20.8887045Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-09-27T15:32:20.8891519Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-09-27T15:32:20.8894107Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-09-27T15:32:20.8896752Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-09-27T15:32:20.8899624Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-09-27T15:32:20.8906892Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-09-27T15:32:20.8909930Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-09-27T15:32:20.8912071Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-09-27T15:32:20.8914452Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-09-27T15:32:20.8916879Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-09-27T15:32:20.8918705Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-09-27T15:32:20.8921854Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-09-27T15:32:20.8924108Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-09-27T15:32:20.8927129Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-09-27T15:32:20.8929646Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-09-27T15:32:20.8931294Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-09-27T15:32:20.8934074Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-09-27T15:32:20.8936202Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-09-27T15:32:20.8938232Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-09-27T15:32:20.8940213Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-09-27T15:32:20.8942771Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-09-27T15:32:20.8945567Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-09-27T15:32:20.8947433Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-09-27T15:32:20.8949829Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-09-27T15:32:20.8951643Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-09-27T15:32:20.8954326Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-09-27T15:32:20.8959321Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-09-27T15:32:20.8961940Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-09-27T15:32:20.8964996Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-09-27T15:32:20.8966638Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-09-27T15:32:20.8969548Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-09-27T15:32:20.8976805Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-09-27T15:32:20.8979385Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-09-27T15:32:20.8980967Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-09-27T15:32:20.8984059Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-09-27T15:32:20.8987439Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-09-27T15:32:20.8989082Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-09-27T15:32:20.8995687Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-09-27T15:32:20.8998665Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-09-27T15:32:20.9001307Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-09-27T15:32:20.9004152Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-09-27T15:32:20.9006273Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-09-27T15:32:20.9009645Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-09-27T15:32:20.9012043Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-09-27T15:32:20.9014253Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-09-27T15:32:20.9016286Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-09-27T15:32:20.9021946Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-09-27T15:32:20.9025669Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-09-27T15:32:20.9027916Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-09-27T15:32:20.9030048Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-09-27T15:32:20.9034522Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-09-27T15:32:20.9038342Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-09-27T15:32:20.9040511Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-09-27T15:32:20.9042424Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-09-27T15:32:20.9046740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-09-27T15:32:20.9049642Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-09-27T15:32:20.9052435Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-09-27T15:32:20.9054622Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-09-27T15:32:20.9058150Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-09-27T15:32:20.9061319Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-09-27T15:32:20.9064005Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-09-27T15:32:20.9066431Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-09-27T15:32:20.9068334Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-09-27T15:32:20.9070481Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-09-27T15:32:20.9072878Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-09-27T15:32:20.9078221Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-09-27T15:32:20.9081346Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-09-27T15:32:20.9084222Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-09-27T15:32:20.9086465Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-09-27T15:32:20.9090767Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-09-27T15:32:20.9094589Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-09-27T15:32:20.9097402Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-09-27T15:32:20.9099837Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-09-27T15:32:20.9102431Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-09-27T15:32:20.9104562Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-09-27T15:32:20.9106221Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-09-27T15:32:20.9110749Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-09-27T15:32:20.9113442Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-09-27T15:32:20.9115752Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-09-27T15:32:20.9117994Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-09-27T15:32:20.9121024Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-09-27T15:32:20.9124290Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-09-27T15:32:20.9126427Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-09-27T15:32:20.9128628Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-09-27T15:32:20.9131026Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-09-27T15:32:20.9135446Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-09-27T15:32:20.9139890Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-09-27T15:32:20.9142000Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-09-27T15:32:20.9143953Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-09-27T15:32:20.9146771Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-09-27T15:32:20.9148728Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-09-27T15:32:20.9150457Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-09-27T15:32:20.9153174Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-09-27T15:32:20.9155253Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-09-27T15:32:20.9157013Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-09-27T15:32:20.9158841Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-09-27T15:32:20.9163302Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-09-27T15:32:20.9166063Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-09-27T15:32:20.9168315Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-09-27T15:32:20.9170079Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-09-27T15:32:20.9173214Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-09-27T15:32:20.9176009Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-09-27T15:32:20.9177975Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-09-27T15:32:20.9179742Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-09-27T15:32:20.9181409Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-09-27T15:32:20.9183814Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-09-27T15:32:20.9185540Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-09-27T15:32:20.9189714Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-09-27T15:32:20.9192351Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-09-27T15:32:20.9194437Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-09-27T15:32:20.9198345Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-09-27T15:32:20.9201009Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-09-27T15:32:20.9203117Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-09-27T15:32:20.9205118Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-09-27T15:32:20.9207157Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-09-27T15:32:20.9209926Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-09-27T15:32:20.9212005Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-09-27T15:32:20.9215440Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-09-27T15:32:20.9217614Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-09-27T15:32:20.9219642Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-09-27T15:32:20.9221208Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-09-27T15:32:20.9222752Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-09-27T15:32:20.9224919Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-09-27T15:32:20.9226851Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-09-27T15:32:20.9228293Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-09-27T15:32:20.9234773Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-09-27T15:32:20.9236857Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-09-27T15:32:20.9241434Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-09-27T15:32:20.9243591Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-09-27T15:32:20.9246022Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-09-27T15:32:20.9247760Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-09-27T15:32:20.9249043Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-09-27T15:32:20.9253711Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-09-27T15:32:20.9255580Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-09-27T15:32:20.9259273Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-09-27T15:32:20.9263396Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-09-27T15:32:20.9272786Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-09-27T15:32:20.9275117Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-09-27T15:32:20.9276608Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-09-27T15:32:20.9279800Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-09-27T15:32:20.9281871Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-09-27T15:32:20.9284213Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-09-27T15:32:20.9286223Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-09-27T15:32:20.9287750Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-09-27T15:32:20.9290152Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-09-27T15:32:20.9294156Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-09-27T15:32:20.9295896Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-09-27T15:32:20.9297528Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-09-27T15:32:20.9299038Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-09-27T15:32:20.9301055Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-09-27T15:32:20.9302824Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-09-27T15:32:20.9304411Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-09-27T15:32:20.9306230Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-09-27T15:32:20.9307877Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-09-27T15:32:20.9309360Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-09-27T15:32:20.9310809Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-09-27T15:32:20.9312195Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-09-27T15:32:20.9313328Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-09-27T15:32:20.9315597Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-09-27T15:32:20.9316083Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-09-27T15:32:20.9317527Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-09-27T15:32:20.9318738Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-09-27T15:32:20.9320064Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-09-27T15:32:20.9321331Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-09-27T15:32:20.9323209Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-09-27T15:32:20.9324844Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-09-27T15:32:20.9326458Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-09-27T15:32:20.9328978Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-09-27T15:32:20.9330681Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-09-27T15:32:20.9332211Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-09-27T15:32:20.9342833Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-09-27T15:32:20.9348587Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-09-27T15:32:20.9350963Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-09-27T15:32:20.9352828Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-09-27T15:32:20.9354438Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-09-27T15:32:20.9356996Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-09-27T15:32:20.9359256Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-09-27T15:32:20.9382884Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-09-27T15:32:20.9390695Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-09-27T15:32:20.9392304Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-09-27T15:32:20.9397045Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-09-27T15:32:20.9400075Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-09-27T15:32:20.9402187Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-09-27T15:32:20.9403974Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-09-27T15:32:20.9405869Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-09-27T15:32:20.9407568Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-09-27T15:32:20.9409830Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-09-27T15:32:20.9411826Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-09-27T15:32:20.9413399Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-09-27T15:32:20.9414971Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-09-27T15:32:20.9416444Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-09-27T15:32:20.9418197Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-09-27T15:32:20.9419643Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-09-27T15:32:20.9422105Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-09-27T15:32:20.9423927Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-09-27T15:32:20.9425391Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-09-27T15:32:20.9427604Z adding 'torch/include/torch/csrc/deploy/Exception.h' 2022-09-27T15:32:20.9430902Z adding 'torch/include/torch/csrc/deploy/deploy.h' 2022-09-27T15:32:20.9433025Z adding 'torch/include/torch/csrc/deploy/elf_file.h' 2022-09-27T15:32:20.9435011Z adding 'torch/include/torch/csrc/deploy/environment.h' 2022-09-27T15:32:20.9436829Z adding 'torch/include/torch/csrc/deploy/loader.h' 2022-09-27T15:32:20.9438667Z adding 'torch/include/torch/csrc/deploy/mem_file.h' 2022-09-27T15:32:20.9440191Z adding 'torch/include/torch/csrc/deploy/noop_environment.h' 2022-09-27T15:32:20.9441632Z adding 'torch/include/torch/csrc/deploy/path_environment.h' 2022-09-27T15:32:20.9447630Z adding 'torch/include/torch/csrc/deploy/interpreter/Optional.hpp' 2022-09-27T15:32:20.9450815Z adding 'torch/include/torch/csrc/deploy/interpreter/builtin_registry.h' 2022-09-27T15:32:20.9453658Z adding 'torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h' 2022-09-27T15:32:20.9455926Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-09-27T15:32:20.9458253Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-09-27T15:32:20.9461278Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-09-27T15:32:20.9463821Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-09-27T15:32:20.9465569Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-09-27T15:32:20.9467385Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-09-27T15:32:20.9469102Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-09-27T15:32:20.9470722Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-09-27T15:32:20.9473240Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-09-27T15:32:20.9475069Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-09-27T15:32:20.9476866Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-09-27T15:32:20.9478863Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-09-27T15:32:20.9480348Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-09-27T15:32:20.9485019Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-09-27T15:32:20.9486935Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-09-27T15:32:20.9492556Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-09-27T15:32:20.9498524Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-09-27T15:32:20.9501131Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-09-27T15:32:20.9503322Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-09-27T15:32:20.9505388Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-09-27T15:32:20.9506958Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-09-27T15:32:20.9512512Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-09-27T15:32:20.9515818Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-09-27T15:32:20.9517812Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-09-27T15:32:20.9519399Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-09-27T15:32:20.9521933Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-09-27T15:32:20.9524006Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-09-27T15:32:20.9526798Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-09-27T15:32:20.9529955Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-09-27T15:32:20.9531984Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-09-27T15:32:20.9533928Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-09-27T15:32:20.9538680Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-09-27T15:32:20.9542202Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-09-27T15:32:20.9544816Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-09-27T15:32:20.9552067Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-09-27T15:32:20.9555645Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-09-27T15:32:20.9558643Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-09-27T15:32:20.9562127Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-09-27T15:32:20.9564597Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-09-27T15:32:20.9566514Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-09-27T15:32:20.9569017Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-09-27T15:32:20.9570564Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-09-27T15:32:20.9572932Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-09-27T15:32:20.9574521Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-09-27T15:32:20.9576462Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-09-27T15:32:20.9583889Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-09-27T15:32:20.9586522Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-09-27T15:32:20.9588295Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-09-27T15:32:20.9592540Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-09-27T15:32:20.9595832Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-09-27T15:32:20.9599648Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-09-27T15:32:20.9603537Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-09-27T15:32:20.9606958Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-09-27T15:32:20.9611302Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-09-27T15:32:20.9615389Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-09-27T15:32:20.9618308Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-09-27T15:32:20.9620969Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-09-27T15:32:20.9625397Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-09-27T15:32:20.9627420Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-09-27T15:32:20.9631886Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-09-27T15:32:20.9639508Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-09-27T15:32:20.9642136Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-09-27T15:32:20.9647110Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-09-27T15:32:20.9650293Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h' 2022-09-27T15:32:20.9653173Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h' 2022-09-27T15:32:20.9655737Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-09-27T15:32:20.9658135Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-09-27T15:32:20.9659882Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-09-27T15:32:20.9665859Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-09-27T15:32:20.9668744Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-09-27T15:32:20.9671380Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-09-27T15:32:20.9674506Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-09-27T15:32:20.9677201Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-09-27T15:32:20.9683729Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-09-27T15:32:20.9697141Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-09-27T15:32:20.9700710Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-09-27T15:32:20.9702973Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-09-27T15:32:20.9706913Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-09-27T15:32:20.9711311Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-09-27T15:32:20.9715082Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-09-27T15:32:20.9720750Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-09-27T15:32:20.9724407Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-09-27T15:32:20.9730376Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-09-27T15:32:20.9733838Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-09-27T15:32:20.9737003Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-09-27T15:32:20.9739137Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-09-27T15:32:20.9741028Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-09-27T15:32:20.9745651Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-09-27T15:32:20.9747490Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-09-27T15:32:20.9749650Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-09-27T15:32:20.9751724Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-09-27T15:32:20.9754451Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-09-27T15:32:20.9758152Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-09-27T15:32:20.9761299Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-09-27T15:32:20.9763156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-09-27T15:32:20.9765256Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-09-27T15:32:20.9767555Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-09-27T15:32:20.9770130Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-09-27T15:32:20.9772593Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-09-27T15:32:20.9774465Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-09-27T15:32:20.9776913Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-09-27T15:32:20.9778589Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-09-27T15:32:20.9782186Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-09-27T15:32:20.9784454Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-09-27T15:32:20.9787038Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-09-27T15:32:20.9789271Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-09-27T15:32:20.9790908Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-09-27T15:32:20.9792924Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-09-27T15:32:20.9796627Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-09-27T15:32:20.9799016Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-09-27T15:32:20.9800535Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-09-27T15:32:20.9802187Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-09-27T15:32:20.9805745Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-09-27T15:32:20.9809291Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-09-27T15:32:20.9810919Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-09-27T15:32:20.9812924Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-09-27T15:32:20.9814904Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-09-27T15:32:20.9817588Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-09-27T15:32:20.9819614Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-09-27T15:32:20.9821333Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-09-27T15:32:20.9822847Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-09-27T15:32:20.9825719Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-09-27T15:32:20.9827399Z adding 'torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h' 2022-09-27T15:32:20.9832289Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-09-27T15:32:20.9836827Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-09-27T15:32:20.9839909Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-09-27T15:32:20.9841712Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-09-27T15:32:20.9843936Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-09-27T15:32:20.9848010Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-09-27T15:32:20.9849831Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-09-27T15:32:20.9851642Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-09-27T15:32:20.9854296Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-09-27T15:32:20.9855983Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-09-27T15:32:20.9858061Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-09-27T15:32:20.9859529Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-09-27T15:32:20.9861132Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-09-27T15:32:20.9863156Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-09-27T15:32:20.9865418Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-09-27T15:32:20.9868761Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-09-27T15:32:20.9870660Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-09-27T15:32:20.9872235Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-09-27T15:32:20.9874015Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-09-27T15:32:20.9876969Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-09-27T15:32:20.9878816Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-09-27T15:32:20.9880380Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-09-27T15:32:20.9882495Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-09-27T15:32:20.9884501Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-09-27T15:32:20.9886083Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-09-27T15:32:20.9889102Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-09-27T15:32:20.9891261Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-09-27T15:32:20.9894216Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-09-27T15:32:20.9897035Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-09-27T15:32:20.9899285Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-09-27T15:32:20.9905512Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-09-27T15:32:20.9907791Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-09-27T15:32:20.9909932Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-09-27T15:32:20.9911415Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-09-27T15:32:20.9914727Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-09-27T15:32:20.9916444Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-09-27T15:32:20.9917873Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-09-27T15:32:20.9919478Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-09-27T15:32:20.9920927Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-09-27T15:32:20.9922313Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-09-27T15:32:20.9923684Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-09-27T15:32:20.9925029Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-09-27T15:32:20.9930921Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-09-27T15:32:20.9933122Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-09-27T15:32:20.9934638Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-09-27T15:32:20.9936503Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-09-27T15:32:20.9938033Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-09-27T15:32:20.9939492Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-09-27T15:32:20.9941150Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-09-27T15:32:20.9943101Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-09-27T15:32:20.9944871Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-09-27T15:32:20.9946615Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-09-27T15:32:20.9950875Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-09-27T15:32:20.9952841Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-09-27T15:32:20.9954305Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-09-27T15:32:20.9961516Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-09-27T15:32:20.9965722Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-09-27T15:32:20.9968904Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-09-27T15:32:20.9977319Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-09-27T15:32:20.9979645Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-09-27T15:32:20.9984642Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-09-27T15:32:20.9987275Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-09-27T15:32:20.9989152Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-09-27T15:32:20.9991630Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-09-27T15:32:21.0008800Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-09-27T15:32:21.0012006Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-09-27T15:32:21.0013759Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-09-27T15:32:21.0015576Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-09-27T15:32:21.0017128Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-09-27T15:32:21.0019726Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-09-27T15:32:21.0022213Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-09-27T15:32:21.0023932Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-09-27T15:32:21.0026075Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-09-27T15:32:21.0027862Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-09-27T15:32:21.0030615Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-09-27T15:32:21.0033114Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-09-27T15:32:21.0034760Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-09-27T15:32:21.0036753Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-09-27T15:32:21.0039092Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-09-27T15:32:21.0040624Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-09-27T15:32:21.0042204Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-09-27T15:32:21.0044631Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-09-27T15:32:21.0045171Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-09-27T15:32:21.0048255Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-09-27T15:32:21.0050676Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-09-27T15:32:21.0052528Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-09-27T15:32:21.0054103Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-09-27T15:32:21.0055829Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-09-27T15:32:21.0058249Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-09-27T15:32:21.0060539Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-09-27T15:32:21.0062299Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-09-27T15:32:21.0065060Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-09-27T15:32:21.0066840Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-09-27T15:32:21.0068938Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-09-27T15:32:21.0072038Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-09-27T15:32:21.0073229Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-09-27T15:32:21.0075378Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-09-27T15:32:21.0077276Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-09-27T15:32:21.0078893Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-09-27T15:32:21.0080911Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-09-27T15:32:21.0082539Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-09-27T15:32:21.0084311Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-09-27T15:32:21.0086119Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-09-27T15:32:21.0088179Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-09-27T15:32:21.0089807Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-09-27T15:32:21.0091800Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-09-27T15:32:21.0093517Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-09-27T15:32:21.0095707Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-09-27T15:32:21.0097456Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-09-27T15:32:21.0099309Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-09-27T15:32:21.0101357Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-09-27T15:32:21.0103547Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-09-27T15:32:21.0105221Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-09-27T15:32:21.0107384Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-09-27T15:32:21.0108998Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-09-27T15:32:21.0111170Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-09-27T15:32:21.0112979Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-09-27T15:32:21.0115398Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-09-27T15:32:21.0117201Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-09-27T15:32:21.0119505Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-09-27T15:32:21.0121068Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-09-27T15:32:21.0123115Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-09-27T15:32:21.0124811Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-09-27T15:32:21.0126963Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-09-27T15:32:21.0128535Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-09-27T15:32:21.0130712Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-09-27T15:32:21.0132257Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-09-27T15:32:21.0134320Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-09-27T15:32:21.0136353Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-09-27T15:32:21.0138671Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-09-27T15:32:21.0140225Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-09-27T15:32:21.0142360Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-09-27T15:32:21.0144135Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-09-27T15:32:21.0146386Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-09-27T15:32:21.0147904Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-09-27T15:32:21.0149872Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-09-27T15:32:21.0151446Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-09-27T15:32:21.0153554Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-09-27T15:32:21.0155142Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-09-27T15:32:21.0156893Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-09-27T15:32:21.0159097Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-09-27T15:32:21.0160889Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-09-27T15:32:21.0162738Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-09-27T15:32:21.0164676Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-09-27T15:32:21.0166544Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-09-27T15:32:21.0168370Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-09-27T15:32:21.0170324Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-09-27T15:32:21.0172164Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-09-27T15:32:21.0174447Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-09-27T15:32:21.0176113Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-09-27T15:32:21.0179360Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-09-27T15:32:21.0181434Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-09-27T15:32:21.0183461Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-09-27T15:32:21.0186042Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-09-27T15:32:21.0188636Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-09-27T15:32:21.0190719Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-09-27T15:32:21.0192159Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-09-27T15:32:21.0194999Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-09-27T15:32:21.0196886Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-09-27T15:32:21.0198503Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-09-27T15:32:21.0199877Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-09-27T15:32:21.0201638Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-09-27T15:32:21.0203954Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-09-27T15:32:21.0206084Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-09-27T15:32:21.0207838Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-09-27T15:32:21.0209389Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-09-27T15:32:21.0211429Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-09-27T15:32:21.0213299Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-09-27T15:32:21.0215072Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-09-27T15:32:21.0217581Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-09-27T15:32:21.0219731Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-09-27T15:32:21.0221822Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-09-27T15:32:21.0224163Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-09-27T15:32:21.0226553Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-09-27T15:32:21.0228492Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-09-27T15:32:21.0230544Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-09-27T15:32:21.0232333Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-09-27T15:32:21.0233996Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-09-27T15:32:21.0235815Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-09-27T15:32:21.0238105Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-09-27T15:32:21.0240212Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-09-27T15:32:21.0241922Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-09-27T15:32:21.0244947Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-09-27T15:32:21.0247166Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-09-27T15:32:21.0249174Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-09-27T15:32:21.0257660Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-09-27T15:32:21.0260697Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-09-27T15:32:21.0263994Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-09-27T15:32:21.0266391Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-09-27T15:32:21.0269006Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-09-27T15:32:21.0271171Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-09-27T15:32:21.0272771Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-09-27T15:32:21.0275184Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-09-27T15:32:21.0277177Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-09-27T15:32:21.0278959Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-09-27T15:32:21.0282040Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-09-27T15:32:21.0292993Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-09-27T15:32:21.0296561Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-09-27T15:32:21.0298184Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-09-27T15:32:21.0300451Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-09-27T15:32:21.0302620Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-09-27T15:32:21.0305351Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-09-27T15:32:21.0308253Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-09-27T15:32:21.0311839Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-09-27T15:32:21.0314038Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-09-27T15:32:21.0315596Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-09-27T15:32:21.0317200Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-09-27T15:32:21.0318749Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-09-27T15:32:21.0324761Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-09-27T15:32:21.0327771Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-09-27T15:32:21.0330052Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-09-27T15:32:21.0331999Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-09-27T15:32:21.0333880Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-09-27T15:32:21.0335503Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-09-27T15:32:21.0337303Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-09-27T15:32:21.0339929Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-09-27T15:32:21.0342555Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-09-27T15:32:21.0345700Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-09-27T15:32:21.0348664Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-09-27T15:32:21.0351601Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-09-27T15:32:21.0353670Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-09-27T15:32:21.0355272Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-09-27T15:32:21.0357491Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-09-27T15:32:21.0361347Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-09-27T15:32:21.0363394Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-09-27T15:32:21.0365013Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-09-27T15:32:21.0367346Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-09-27T15:32:21.0370875Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-09-27T15:32:21.0378413Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-09-27T15:32:21.0381754Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-09-27T15:32:21.0383573Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-09-27T15:32:21.0385515Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-09-27T15:32:21.0387323Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-09-27T15:32:21.0389138Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-09-27T15:32:21.0390869Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-09-27T15:32:21.0393164Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-09-27T15:32:21.0395029Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-09-27T15:32:21.0396797Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-09-27T15:32:21.0398536Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-09-27T15:32:21.0401303Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-09-27T15:32:21.0405242Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-09-27T15:32:21.0407515Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-09-27T15:32:21.0409959Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-09-27T15:32:21.0411885Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-09-27T15:32:21.0414048Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-09-27T15:32:21.0415928Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-09-27T15:32:21.0417653Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-09-27T15:32:21.0419395Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-09-27T15:32:21.0421074Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-09-27T15:32:21.0422968Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-09-27T15:32:21.0425462Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-09-27T15:32:21.0441761Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-09-27T15:32:21.0445765Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-09-27T15:32:21.0448053Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-09-27T15:32:21.0451754Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-09-27T15:32:21.0453988Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-09-27T15:32:21.0456045Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-09-27T15:32:21.0457872Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-09-27T15:32:21.0459926Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-09-27T15:32:21.0461801Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-09-27T15:32:21.0465114Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-09-27T15:32:21.0469109Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-09-27T15:32:21.0471808Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-09-27T15:32:21.0474043Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-09-27T15:32:21.0476682Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-09-27T15:32:21.0479814Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-09-27T15:32:21.0482179Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-09-27T15:32:21.0484085Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-09-27T15:32:21.0487207Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-09-27T15:32:21.0489667Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-09-27T15:32:21.0493158Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-09-27T15:32:21.0495520Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-09-27T15:32:21.0499766Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-09-27T15:32:21.0502439Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-09-27T15:32:21.0505021Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-09-27T15:32:21.0507571Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-09-27T15:32:21.0509450Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-09-27T15:32:21.0512050Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-09-27T15:32:21.0514773Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-09-27T15:32:21.0517780Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-09-27T15:32:21.0519794Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-09-27T15:32:21.0525498Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-09-27T15:32:21.0528068Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-09-27T15:32:21.0530006Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-09-27T15:32:21.0532300Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-09-27T15:32:21.0536877Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-09-27T15:32:21.0539121Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-09-27T15:32:21.0541129Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-09-27T15:32:21.0545903Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-09-27T15:32:21.0548627Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-09-27T15:32:21.0550823Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-09-27T15:32:21.0557604Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-09-27T15:32:21.0559951Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-09-27T15:32:21.0561853Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-09-27T15:32:21.0566308Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-09-27T15:32:21.0569602Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-09-27T15:32:21.0574339Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-09-27T15:32:21.0580803Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-09-27T15:32:21.0584984Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-09-27T15:32:21.0586760Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-09-27T15:32:21.0589290Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-09-27T15:32:21.0591203Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-09-27T15:32:21.0593247Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-09-27T15:32:21.0595648Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-09-27T15:32:21.0597549Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-09-27T15:32:21.0599511Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-09-27T15:32:21.0601306Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-09-27T15:32:21.0602944Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-09-27T15:32:21.0604839Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-09-27T15:32:21.0606878Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-09-27T15:32:21.0608664Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-09-27T15:32:21.0610238Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-09-27T15:32:21.0612487Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-09-27T15:32:21.0614215Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-09-27T15:32:21.0616567Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-09-27T15:32:21.0618701Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-09-27T15:32:21.0621212Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-09-27T15:32:21.0623797Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-09-27T15:32:21.0626782Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-09-27T15:32:21.0628722Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-09-27T15:32:21.0630270Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-09-27T15:32:21.0631977Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-09-27T15:32:21.0634781Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-09-27T15:32:21.0636910Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-09-27T15:32:21.0640103Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-09-27T15:32:21.0643102Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-09-27T15:32:21.0644886Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-09-27T15:32:21.0646942Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-09-27T15:32:21.0648204Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-09-27T15:32:21.0651183Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-09-27T15:32:21.0653719Z adding 'torch/include/torch/csrc/lazy/core/lazy_view.h' 2022-09-27T15:32:21.0656594Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-09-27T15:32:21.0658519Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-09-27T15:32:21.0660163Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-09-27T15:32:21.0661991Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-09-27T15:32:21.0665111Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-09-27T15:32:21.0669186Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-09-27T15:32:21.0671291Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-09-27T15:32:21.0673202Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-09-27T15:32:21.0674881Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-09-27T15:32:21.0676550Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-09-27T15:32:21.0678123Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-09-27T15:32:21.0680025Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-09-27T15:32:21.0681996Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-09-27T15:32:21.0683787Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-09-27T15:32:21.0685248Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-09-27T15:32:21.0686954Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-09-27T15:32:21.0688692Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-09-27T15:32:21.0690717Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-09-27T15:32:21.0692634Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-09-27T15:32:21.0694209Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-09-27T15:32:21.0695741Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-09-27T15:32:21.0697374Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-09-27T15:32:21.0699389Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-09-27T15:32:21.0701488Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-09-27T15:32:21.0703092Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-09-27T15:32:21.0704823Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-09-27T15:32:21.0706298Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-09-27T15:32:21.0708224Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-09-27T15:32:21.0712397Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-09-27T15:32:21.0715303Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-09-27T15:32:21.0716996Z adding 'torch/include/torch/csrc/profiler/execution_graph_observer.h' 2022-09-27T15:32:21.0718340Z adding 'torch/include/torch/csrc/profiler/itt_observer.h' 2022-09-27T15:32:21.0720287Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-09-27T15:32:21.0721739Z adding 'torch/include/torch/csrc/profiler/nvtx_observer.h' 2022-09-27T15:32:21.0724377Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-09-27T15:32:21.0726904Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-09-27T15:32:21.0728708Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-09-27T15:32:21.0730554Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-09-27T15:32:21.0732648Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-09-27T15:32:21.0734267Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-09-27T15:32:21.0735752Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-09-27T15:32:21.0737134Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-09-27T15:32:21.0738780Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-09-27T15:32:21.0740570Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-09-27T15:32:21.0742080Z adding 'torch/include/torch/csrc/utils/disallow_copy.h' 2022-09-27T15:32:21.0743511Z adding 'torch/include/torch/csrc/utils/init.h' 2022-09-27T15:32:21.0745139Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-09-27T15:32:21.0746775Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-09-27T15:32:21.0748341Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-09-27T15:32:21.0750173Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-09-27T15:32:21.0751674Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-09-27T15:32:21.0754606Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-09-27T15:32:21.0756459Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-09-27T15:32:21.0765881Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-09-27T15:32:21.0769000Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-09-27T15:32:21.0770608Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-09-27T15:32:21.0772863Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-09-27T15:32:21.0775009Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-09-27T15:32:21.0777464Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-09-27T15:32:21.0779022Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-09-27T15:32:21.0780700Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-09-27T15:32:21.0782370Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-09-27T15:32:21.0784648Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-09-27T15:32:21.0786411Z adding 'torch/include/torch/csrc/utils/six.h' 2022-09-27T15:32:21.0787920Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-09-27T15:32:21.0789748Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-09-27T15:32:21.0791172Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-09-27T15:32:21.0793154Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-09-27T15:32:21.0794731Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-09-27T15:32:21.0796168Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-09-27T15:32:21.0797575Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-09-27T15:32:21.0799196Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-09-27T15:32:21.0800781Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-09-27T15:32:21.0802436Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-09-27T15:32:21.0803955Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-09-27T15:32:21.0806506Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-09-27T15:32:21.0809538Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-09-27T15:32:21.0811363Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-09-27T15:32:21.0813717Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-09-27T15:32:21.0817853Z adding 'torch/jit/__init__.py' 2022-09-27T15:32:21.0820355Z adding 'torch/jit/_async.py' 2022-09-27T15:32:21.0823298Z adding 'torch/jit/_builtins.py' 2022-09-27T15:32:21.0827213Z adding 'torch/jit/_check.py' 2022-09-27T15:32:21.0830301Z adding 'torch/jit/_dataclass_impls.py' 2022-09-27T15:32:21.0832036Z adding 'torch/jit/_decomposition_utils.py' 2022-09-27T15:32:21.0834338Z adding 'torch/jit/_decompositions.py' 2022-09-27T15:32:21.0837892Z adding 'torch/jit/_freeze.py' 2022-09-27T15:32:21.0840925Z adding 'torch/jit/_fuser.py' 2022-09-27T15:32:21.0843717Z adding 'torch/jit/_ir_utils.py' 2022-09-27T15:32:21.0845240Z adding 'torch/jit/_logging.py' 2022-09-27T15:32:21.0848222Z adding 'torch/jit/_monkeytype_config.py' 2022-09-27T15:32:21.0850243Z adding 'torch/jit/_pickle.py' 2022-09-27T15:32:21.0862611Z adding 'torch/jit/_recursive.py' 2022-09-27T15:32:21.0882652Z adding 'torch/jit/_script.py' 2022-09-27T15:32:21.0887272Z adding 'torch/jit/_serialization.py' 2022-09-27T15:32:21.0898190Z adding 'torch/jit/_shape_functions.py' 2022-09-27T15:32:21.0901316Z adding 'torch/jit/_state.py' 2022-09-27T15:32:21.0915078Z adding 'torch/jit/_trace.py' 2022-09-27T15:32:21.0921409Z adding 'torch/jit/annotations.py' 2022-09-27T15:32:21.0933634Z adding 'torch/jit/frontend.py' 2022-09-27T15:32:21.0936285Z adding 'torch/jit/generate_bytecode.py' 2022-09-27T15:32:21.0941373Z adding 'torch/jit/quantized.py' 2022-09-27T15:32:21.0945753Z adding 'torch/jit/supported_ops.py' 2022-09-27T15:32:21.0947836Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-09-27T15:32:21.0949467Z adding 'torch/jit/_passes/__init__.py' 2022-09-27T15:32:21.0951463Z adding 'torch/jit/_passes/_property_propagation.py' 2022-09-27T15:32:21.0954108Z adding 'torch/jit/mobile/__init__.py' 2022-09-27T15:32:21.1088830Z adding 'torch/lib/libbackend_with_compiler.so' 2022-09-27T15:32:21.1414043Z adding 'torch/lib/libc10.so' 2022-09-27T15:32:21.1629663Z adding 'torch/lib/libc10_cuda.so' 2022-09-27T15:32:21.1649864Z adding 'torch/lib/libc10d_cuda_test.so' 2022-09-27T15:32:21.1656045Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-09-27T15:32:21.1755934Z adding 'torch/lib/libjitbackend_test.so' 2022-09-27T15:32:21.1775707Z adding 'torch/lib/libshm.so' 2022-09-27T15:32:21.1780561Z adding 'torch/lib/libtorch.so' 2022-09-27T15:32:30.6755053Z adding 'torch/lib/libtorch_cpu.so' 2022-09-27T15:32:31.2676574Z adding 'torch/lib/libtorch_cuda.so' 2022-09-27T15:32:32.9600962Z adding 'torch/lib/libtorch_cuda_cpp.so' 2022-09-27T15:32:40.4411438Z adding 'torch/lib/libtorch_cuda_cu.so' 2022-09-27T15:32:45.5350764Z adding 'torch/lib/libtorch_cuda_linalg.so' 2022-09-27T15:32:45.7150202Z adding 'torch/lib/libtorch_global_deps.so' 2022-09-27T15:32:46.4933148Z adding 'torch/lib/libtorch_python.so' 2022-09-27T15:32:46.5597910Z adding 'torch/lib/libtorchbind_test.so' 2022-09-27T15:32:46.5643262Z adding 'torch/linalg/__init__.py' 2022-09-27T15:32:46.5647572Z adding 'torch/masked/__init__.py' 2022-09-27T15:32:46.5649370Z adding 'torch/masked/maskedtensor/__init__.py' 2022-09-27T15:32:46.5651824Z adding 'torch/masked/maskedtensor/binary.py' 2022-09-27T15:32:46.5658280Z adding 'torch/masked/maskedtensor/core.py' 2022-09-27T15:32:46.5661396Z adding 'torch/masked/maskedtensor/functions.py' 2022-09-27T15:32:46.5663974Z adding 'torch/masked/maskedtensor/matmul.py' 2022-09-27T15:32:46.5665796Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-09-27T15:32:46.5668130Z adding 'torch/masked/maskedtensor/reductions.py' 2022-09-27T15:32:46.5670505Z adding 'torch/masked/maskedtensor/unary.py' 2022-09-27T15:32:46.5672614Z adding 'torch/monitor/__init__.py' 2022-09-27T15:32:46.5674856Z adding 'torch/multiprocessing/__init__.py' 2022-09-27T15:32:46.5676518Z adding 'torch/multiprocessing/_atfork.py' 2022-09-27T15:32:46.5678266Z adding 'torch/multiprocessing/pool.py' 2022-09-27T15:32:46.5679993Z adding 'torch/multiprocessing/queue.py' 2022-09-27T15:32:46.5685191Z adding 'torch/multiprocessing/reductions.py' 2022-09-27T15:32:46.5688998Z adding 'torch/multiprocessing/spawn.py' 2022-09-27T15:32:46.5691426Z adding 'torch/nested/__init__.py' 2022-09-27T15:32:46.5693783Z adding 'torch/nn/__init__.py' 2022-09-27T15:32:46.5695593Z adding 'torch/nn/_reduction.py' 2022-09-27T15:32:46.5697373Z adding 'torch/nn/common_types.py' 2022-09-27T15:32:46.5699359Z adding 'torch/nn/cpp.py' 2022-09-27T15:32:46.5752709Z adding 'torch/nn/functional.py' 2022-09-27T15:32:46.5761237Z adding 'torch/nn/functional.pyi' 2022-09-27T15:32:46.5763737Z adding 'torch/nn/grad.py' 2022-09-27T15:32:46.5769196Z adding 'torch/nn/init.py' 2022-09-27T15:32:46.5772915Z adding 'torch/nn/parameter.py' 2022-09-27T15:32:46.5774854Z adding 'torch/nn/parameter.pyi' 2022-09-27T15:32:46.5776293Z adding 'torch/nn/backends/__init__.py' 2022-09-27T15:32:46.5777847Z adding 'torch/nn/backends/thnn.py' 2022-09-27T15:32:46.5779288Z adding 'torch/nn/intrinsic/__init__.py' 2022-09-27T15:32:46.5780847Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-09-27T15:32:46.5782787Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-09-27T15:32:46.5784900Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-09-27T15:32:46.5786386Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-09-27T15:32:46.5791250Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-09-27T15:32:46.5794581Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-09-27T15:32:46.5796444Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-09-27T15:32:46.5798070Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-09-27T15:32:46.5799656Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-09-27T15:32:46.5801286Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-09-27T15:32:46.5802756Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-09-27T15:32:46.5804409Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-09-27T15:32:46.5806086Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-09-27T15:32:46.5808256Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-09-27T15:32:46.5810070Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-09-27T15:32:46.5813117Z adding 'torch/nn/modules/__init__.py' 2022-09-27T15:32:46.5816718Z adding 'torch/nn/modules/_functions.py' 2022-09-27T15:32:46.5828487Z adding 'torch/nn/modules/activation.py' 2022-09-27T15:32:46.5833557Z adding 'torch/nn/modules/adaptive.py' 2022-09-27T15:32:46.5840865Z adding 'torch/nn/modules/batchnorm.py' 2022-09-27T15:32:46.5843914Z adding 'torch/nn/modules/channelshuffle.py' 2022-09-27T15:32:46.5851293Z adding 'torch/nn/modules/container.py' 2022-09-27T15:32:46.5864715Z adding 'torch/nn/modules/conv.py' 2022-09-27T15:32:46.5868246Z adding 'torch/nn/modules/distance.py' 2022-09-27T15:32:46.5871150Z adding 'torch/nn/modules/dropout.py' 2022-09-27T15:32:46.5873764Z adding 'torch/nn/modules/flatten.py' 2022-09-27T15:32:46.5877352Z adding 'torch/nn/modules/fold.py' 2022-09-27T15:32:46.5881159Z adding 'torch/nn/modules/instancenorm.py' 2022-09-27T15:32:46.5885422Z adding 'torch/nn/modules/lazy.py' 2022-09-27T15:32:46.5888800Z adding 'torch/nn/modules/linear.py' 2022-09-27T15:32:46.5909500Z adding 'torch/nn/modules/loss.py' 2022-09-27T15:32:46.5935815Z adding 'torch/nn/modules/module.py' 2022-09-27T15:32:46.5940861Z adding 'torch/nn/modules/normalization.py' 2022-09-27T15:32:46.5944598Z adding 'torch/nn/modules/padding.py' 2022-09-27T15:32:46.5947101Z adding 'torch/nn/modules/pixelshuffle.py' 2022-09-27T15:32:46.5955630Z adding 'torch/nn/modules/pooling.py' 2022-09-27T15:32:46.5968427Z adding 'torch/nn/modules/rnn.py' 2022-09-27T15:32:46.5975041Z adding 'torch/nn/modules/sparse.py' 2022-09-27T15:32:46.5982604Z adding 'torch/nn/modules/transformer.py' 2022-09-27T15:32:46.5986778Z adding 'torch/nn/modules/upsampling.py' 2022-09-27T15:32:46.5988943Z adding 'torch/nn/modules/utils.py' 2022-09-27T15:32:46.5991046Z adding 'torch/nn/parallel/__init__.py' 2022-09-27T15:32:46.5992846Z adding 'torch/nn/parallel/__init__.pyi' 2022-09-27T15:32:46.5994729Z adding 'torch/nn/parallel/_functions.py' 2022-09-27T15:32:46.5996725Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-09-27T15:32:46.5998144Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-09-27T15:32:46.6001497Z adding 'torch/nn/parallel/comm.py' 2022-09-27T15:32:46.6003190Z adding 'torch/nn/parallel/common_types.pyi' 2022-09-27T15:32:46.6006571Z adding 'torch/nn/parallel/data_parallel.py' 2022-09-27T15:32:46.6008330Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-09-27T15:32:46.6034476Z adding 'torch/nn/parallel/distributed.py' 2022-09-27T15:32:46.6037735Z adding 'torch/nn/parallel/distributed.pyi' 2022-09-27T15:32:46.6039953Z adding 'torch/nn/parallel/parallel_apply.py' 2022-09-27T15:32:46.6041492Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-09-27T15:32:46.6043847Z adding 'torch/nn/parallel/replicate.py' 2022-09-27T15:32:46.6045442Z adding 'torch/nn/parallel/replicate.pyi' 2022-09-27T15:32:46.6047434Z adding 'torch/nn/parallel/scatter_gather.py' 2022-09-27T15:32:46.6049131Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-09-27T15:32:46.6050947Z adding 'torch/nn/qat/__init__.py' 2022-09-27T15:32:46.6052603Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-09-27T15:32:46.6054172Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:32:46.6055613Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:32:46.6057343Z adding 'torch/nn/qat/modules/__init__.py' 2022-09-27T15:32:46.6058806Z adding 'torch/nn/qat/modules/conv.py' 2022-09-27T15:32:46.6060261Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-09-27T15:32:46.6061694Z adding 'torch/nn/qat/modules/linear.py' 2022-09-27T15:32:46.6063285Z adding 'torch/nn/quantizable/__init__.py' 2022-09-27T15:32:46.6064991Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-09-27T15:32:46.6066482Z adding 'torch/nn/quantizable/modules/activation.py' 2022-09-27T15:32:46.6068047Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-09-27T15:32:46.6069725Z adding 'torch/nn/quantized/__init__.py' 2022-09-27T15:32:46.6071159Z adding 'torch/nn/quantized/functional.py' 2022-09-27T15:32:46.6072427Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-09-27T15:32:46.6074209Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-09-27T15:32:46.6075750Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-09-27T15:32:46.6077705Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-09-27T15:32:46.6078703Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-09-27T15:32:46.6080070Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-09-27T15:32:46.6081607Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-09-27T15:32:46.6083062Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-09-27T15:32:46.6084865Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:32:46.6086321Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:32:46.6087781Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:32:46.6089119Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:32:46.6091382Z adding 'torch/nn/quantized/modules/__init__.py' 2022-09-27T15:32:46.6093142Z adding 'torch/nn/quantized/modules/activation.py' 2022-09-27T15:32:46.6094688Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-09-27T15:32:46.6096126Z adding 'torch/nn/quantized/modules/conv.py' 2022-09-27T15:32:46.6097854Z adding 'torch/nn/quantized/modules/dropout.py' 2022-09-27T15:32:46.6099457Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:32:46.6100963Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-09-27T15:32:46.6102523Z adding 'torch/nn/quantized/modules/linear.py' 2022-09-27T15:32:46.6104444Z adding 'torch/nn/quantized/modules/normalization.py' 2022-09-27T15:32:46.6105878Z adding 'torch/nn/quantized/modules/rnn.py' 2022-09-27T15:32:46.6107448Z adding 'torch/nn/quantized/modules/utils.py' 2022-09-27T15:32:46.6109475Z adding 'torch/nn/utils/__init__.py' 2022-09-27T15:32:46.6111353Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-09-27T15:32:46.6114237Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-09-27T15:32:46.6116058Z adding 'torch/nn/utils/_stateless.py' 2022-09-27T15:32:46.6118295Z adding 'torch/nn/utils/clip_grad.py' 2022-09-27T15:32:46.6120421Z adding 'torch/nn/utils/convert_parameters.py' 2022-09-27T15:32:46.6122303Z adding 'torch/nn/utils/fusion.py' 2022-09-27T15:32:46.6124274Z adding 'torch/nn/utils/init.py' 2022-09-27T15:32:46.6126557Z adding 'torch/nn/utils/memory_format.py' 2022-09-27T15:32:46.6133512Z adding 'torch/nn/utils/parametrizations.py' 2022-09-27T15:32:46.6144338Z adding 'torch/nn/utils/parametrize.py' 2022-09-27T15:32:46.6158767Z adding 'torch/nn/utils/prune.py' 2022-09-27T15:32:46.6165602Z adding 'torch/nn/utils/rnn.py' 2022-09-27T15:32:46.6170727Z adding 'torch/nn/utils/spectral_norm.py' 2022-09-27T15:32:46.6173535Z adding 'torch/nn/utils/stateless.py' 2022-09-27T15:32:46.6176048Z adding 'torch/nn/utils/weight_norm.py' 2022-09-27T15:32:46.6178067Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-09-27T15:32:46.6179968Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-09-27T15:32:46.6183498Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-09-27T15:32:46.6185984Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-09-27T15:32:46.6188418Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-09-27T15:32:46.6190634Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-09-27T15:32:46.6192800Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-09-27T15:32:46.6194904Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-09-27T15:32:46.6196907Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-09-27T15:32:46.6198754Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-09-27T15:32:46.6201395Z adding 'torch/onnx/__init__.py' 2022-09-27T15:32:46.6202945Z adding 'torch/onnx/_constants.py' 2022-09-27T15:32:46.6204536Z adding 'torch/onnx/_deprecation.py' 2022-09-27T15:32:46.6206097Z adding 'torch/onnx/_experimental.py' 2022-09-27T15:32:46.6207771Z adding 'torch/onnx/_exporter_states.py' 2022-09-27T15:32:46.6209717Z adding 'torch/onnx/_globals.py' 2022-09-27T15:32:46.6211808Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-09-27T15:32:46.6215159Z adding 'torch/onnx/_patch_torch.py' 2022-09-27T15:32:46.6218196Z adding 'torch/onnx/_type_utils.py' 2022-09-27T15:32:46.6220537Z adding 'torch/onnx/errors.py' 2022-09-27T15:32:46.6222177Z adding 'torch/onnx/operators.py' 2022-09-27T15:32:46.6225228Z adding 'torch/onnx/symbolic_caffe2.py' 2022-09-27T15:32:46.6243040Z adding 'torch/onnx/symbolic_helper.py' 2022-09-27T15:32:46.6250451Z adding 'torch/onnx/symbolic_opset10.py' 2022-09-27T15:32:46.6264860Z adding 'torch/onnx/symbolic_opset11.py' 2022-09-27T15:32:46.6270150Z adding 'torch/onnx/symbolic_opset12.py' 2022-09-27T15:32:46.6278029Z adding 'torch/onnx/symbolic_opset13.py' 2022-09-27T15:32:46.6280898Z adding 'torch/onnx/symbolic_opset14.py' 2022-09-27T15:32:46.6282843Z adding 'torch/onnx/symbolic_opset15.py' 2022-09-27T15:32:46.6284904Z adding 'torch/onnx/symbolic_opset16.py' 2022-09-27T15:32:46.6286664Z adding 'torch/onnx/symbolic_opset17.py' 2022-09-27T15:32:46.6288439Z adding 'torch/onnx/symbolic_opset7.py' 2022-09-27T15:32:46.6292288Z adding 'torch/onnx/symbolic_opset8.py' 2022-09-27T15:32:46.6350512Z adding 'torch/onnx/symbolic_opset9.py' 2022-09-27T15:32:46.6379395Z adding 'torch/onnx/utils.py' 2022-09-27T15:32:46.6388959Z adding 'torch/onnx/verification.py' 2022-09-27T15:32:46.6391148Z adding 'torch/onnx/_internal/__init__.py' 2022-09-27T15:32:46.6393417Z adding 'torch/onnx/_internal/_beartype.py' 2022-09-27T15:32:46.6397593Z adding 'torch/onnx/_internal/registration.py' 2022-09-27T15:32:46.6400178Z adding 'torch/optim/__init__.py' 2022-09-27T15:32:46.6401888Z adding 'torch/optim/__init__.pyi' 2022-09-27T15:32:46.6403759Z adding 'torch/optim/_functional.py' 2022-09-27T15:32:46.6406922Z adding 'torch/optim/adadelta.py' 2022-09-27T15:32:46.6408586Z adding 'torch/optim/adadelta.pyi' 2022-09-27T15:32:46.6412260Z adding 'torch/optim/adagrad.py' 2022-09-27T15:32:46.6414016Z adding 'torch/optim/adagrad.pyi' 2022-09-27T15:32:46.6420566Z adding 'torch/optim/adam.py' 2022-09-27T15:32:46.6422753Z adding 'torch/optim/adam.pyi' 2022-09-27T15:32:46.6426390Z adding 'torch/optim/adamax.py' 2022-09-27T15:32:46.6428180Z adding 'torch/optim/adamax.pyi' 2022-09-27T15:32:46.6432791Z adding 'torch/optim/adamw.py' 2022-09-27T15:32:46.6434757Z adding 'torch/optim/adamw.pyi' 2022-09-27T15:32:46.6438798Z adding 'torch/optim/asgd.py' 2022-09-27T15:32:46.6440514Z adding 'torch/optim/asgd.pyi' 2022-09-27T15:32:46.6445653Z adding 'torch/optim/lbfgs.py' 2022-09-27T15:32:46.6447484Z adding 'torch/optim/lbfgs.pyi' 2022-09-27T15:32:46.6465534Z adding 'torch/optim/lr_scheduler.py' 2022-09-27T15:32:46.6469282Z adding 'torch/optim/lr_scheduler.pyi' 2022-09-27T15:32:46.6473127Z adding 'torch/optim/nadam.py' 2022-09-27T15:32:46.6474932Z adding 'torch/optim/nadam.pyi' 2022-09-27T15:32:46.6479507Z adding 'torch/optim/optimizer.py' 2022-09-27T15:32:46.6481409Z adding 'torch/optim/optimizer.pyi' 2022-09-27T15:32:46.6485156Z adding 'torch/optim/radam.py' 2022-09-27T15:32:46.6486920Z adding 'torch/optim/radam.pyi' 2022-09-27T15:32:46.6490846Z adding 'torch/optim/rmsprop.py' 2022-09-27T15:32:46.6492669Z adding 'torch/optim/rmsprop.pyi' 2022-09-27T15:32:46.6496173Z adding 'torch/optim/rprop.py' 2022-09-27T15:32:46.6497901Z adding 'torch/optim/rprop.pyi' 2022-09-27T15:32:46.6501442Z adding 'torch/optim/sgd.py' 2022-09-27T15:32:46.6503352Z adding 'torch/optim/sgd.pyi' 2022-09-27T15:32:46.6505816Z adding 'torch/optim/sparse_adam.py' 2022-09-27T15:32:46.6507605Z adding 'torch/optim/sparse_adam.pyi' 2022-09-27T15:32:46.6511356Z adding 'torch/optim/swa_utils.py' 2022-09-27T15:32:46.6513121Z adding 'torch/optim/swa_utils.pyi' 2022-09-27T15:32:46.6515022Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-09-27T15:32:46.6516754Z adding 'torch/package/__init__.py' 2022-09-27T15:32:46.6519233Z adding 'torch/package/_digraph.py' 2022-09-27T15:32:46.6521219Z adding 'torch/package/_directory_reader.py' 2022-09-27T15:32:46.6523260Z adding 'torch/package/_importlib.py' 2022-09-27T15:32:46.6525103Z adding 'torch/package/_mangling.py' 2022-09-27T15:32:46.6527059Z adding 'torch/package/_mock.py' 2022-09-27T15:32:46.6529475Z adding 'torch/package/_package_pickler.py' 2022-09-27T15:32:46.6531176Z adding 'torch/package/_package_unpickler.py' 2022-09-27T15:32:46.6533779Z adding 'torch/package/_stdlib.py' 2022-09-27T15:32:46.6536623Z adding 'torch/package/file_structure_representation.py' 2022-09-27T15:32:46.6538849Z adding 'torch/package/find_file_dependencies.py' 2022-09-27T15:32:46.6541056Z adding 'torch/package/glob_group.py' 2022-09-27T15:32:46.6545245Z adding 'torch/package/importer.py' 2022-09-27T15:32:46.6558601Z adding 'torch/package/package_exporter.py' 2022-09-27T15:32:46.6568962Z adding 'torch/package/package_importer.py' 2022-09-27T15:32:46.6571379Z adding 'torch/package/analyze/__init__.py' 2022-09-27T15:32:46.6573026Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-09-27T15:32:46.6574493Z adding 'torch/package/analyze/is_from_package.py' 2022-09-27T15:32:46.6576203Z adding 'torch/package/analyze/trace_dependencies.py' 2022-09-27T15:32:46.6578116Z adding 'torch/profiler/__init__.py' 2022-09-27T15:32:46.6584560Z adding 'torch/profiler/_pattern_matcher.py' 2022-09-27T15:32:46.6589048Z adding 'torch/profiler/_utils.py' 2022-09-27T15:32:46.6590937Z adding 'torch/profiler/itt.py' 2022-09-27T15:32:46.6597246Z adding 'torch/profiler/profiler.py' 2022-09-27T15:32:46.6599666Z adding 'torch/profiler/python_tracer.py' 2022-09-27T15:32:46.6601715Z adding 'torch/quantization/__init__.py' 2022-09-27T15:32:46.6603413Z adding 'torch/quantization/_numeric_suite.py' 2022-09-27T15:32:46.6604918Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-09-27T15:32:46.6606401Z adding 'torch/quantization/fake_quantize.py' 2022-09-27T15:32:46.6607689Z adding 'torch/quantization/fuse_modules.py' 2022-09-27T15:32:46.6609218Z adding 'torch/quantization/fuser_method_mappings.py' 2022-09-27T15:32:46.6610825Z adding 'torch/quantization/observer.py' 2022-09-27T15:32:46.6612702Z adding 'torch/quantization/qconfig.py' 2022-09-27T15:32:46.6614148Z adding 'torch/quantization/quant_type.py' 2022-09-27T15:32:46.6615662Z adding 'torch/quantization/quantization_mappings.py' 2022-09-27T15:32:46.6617156Z adding 'torch/quantization/quantize.py' 2022-09-27T15:32:46.6618729Z adding 'torch/quantization/quantize_fx.py' 2022-09-27T15:32:46.6620124Z adding 'torch/quantization/quantize_jit.py' 2022-09-27T15:32:46.6621543Z adding 'torch/quantization/stubs.py' 2022-09-27T15:32:46.6623272Z adding 'torch/quantization/utils.py' 2022-09-27T15:32:46.6625614Z adding 'torch/quantization/fx/__init__.py' 2022-09-27T15:32:46.6626953Z adding 'torch/quantization/fx/_equalize.py' 2022-09-27T15:32:46.6628354Z adding 'torch/quantization/fx/convert.py' 2022-09-27T15:32:46.6629860Z adding 'torch/quantization/fx/fuse.py' 2022-09-27T15:32:46.6631447Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-09-27T15:32:46.6632726Z adding 'torch/quantization/fx/graph_module.py' 2022-09-27T15:32:46.6634179Z adding 'torch/quantization/fx/match_utils.py' 2022-09-27T15:32:46.6635684Z adding 'torch/quantization/fx/pattern_utils.py' 2022-09-27T15:32:46.6637374Z adding 'torch/quantization/fx/prepare.py' 2022-09-27T15:32:46.6638865Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-09-27T15:32:46.6640303Z adding 'torch/quantization/fx/quantization_types.py' 2022-09-27T15:32:46.6641795Z adding 'torch/quantization/fx/utils.py' 2022-09-27T15:32:46.6643822Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-09-27T15:32:46.6646509Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-09-27T15:32:46.6649126Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-09-27T15:32:46.6650160Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-09-27T15:32:46.6652930Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-09-27T15:32:46.6655039Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-09-27T15:32:46.6656805Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-09-27T15:32:46.6659064Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-09-27T15:32:46.6686387Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-09-27T15:32:46.6693063Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-09-27T15:32:46.6695155Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-09-27T15:32:46.6697971Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-09-27T15:32:46.6700249Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-09-27T15:32:46.6704609Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-09-27T15:32:46.6708341Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-09-27T15:32:46.6712328Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-09-27T15:32:46.6718227Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-09-27T15:32:46.6720708Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-09-27T15:32:46.6722692Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-09-27T15:32:46.6724389Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-09-27T15:32:46.6725915Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-09-27T15:32:46.6727940Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-09-27T15:32:46.6729643Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-09-27T15:32:46.6736125Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-09-27T15:32:46.6738741Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-09-27T15:32:46.6740892Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-09-27T15:32:46.6744083Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-09-27T15:32:46.6745933Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-09-27T15:32:46.6750246Z adding 'torch/sparse/__init__.py' 2022-09-27T15:32:46.6757033Z adding 'torch/special/__init__.py' 2022-09-27T15:32:46.7000373Z adding 'torch/test/CppSignature_test' 2022-09-27T15:32:46.7354387Z adding 'torch/test/Dict_test' 2022-09-27T15:32:46.7624006Z adding 'torch/test/Dimname_test' 2022-09-27T15:32:46.7922992Z adding 'torch/test/IListRef_test' 2022-09-27T15:32:46.8238466Z adding 'torch/test/KernelFunction_test' 2022-09-27T15:32:46.8748108Z adding 'torch/test/List_test' 2022-09-27T15:32:46.9073294Z adding 'torch/test/MaybeOwned_test' 2022-09-27T15:32:46.9364550Z adding 'torch/test/NamedTensor_test' 2022-09-27T15:32:46.9658394Z adding 'torch/test/apply_utils_test' 2022-09-27T15:32:46.9954426Z adding 'torch/test/atest' 2022-09-27T15:32:47.0240787Z adding 'torch/test/backend_fallback_test' 2022-09-27T15:32:47.0548586Z adding 'torch/test/basic' 2022-09-27T15:32:47.0821452Z adding 'torch/test/broadcast_test' 2022-09-27T15:32:47.1063245Z adding 'torch/test/c10_Array_test' 2022-09-27T15:32:47.1326825Z adding 'torch/test/c10_Bitset_test' 2022-09-27T15:32:47.1582705Z adding 'torch/test/c10_C++17_test' 2022-09-27T15:32:47.1829660Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-09-27T15:32:47.2070792Z adding 'torch/test/c10_ConstexprCrc_test' 2022-09-27T15:32:47.2315568Z adding 'torch/test/c10_DeadlockDetection_test' 2022-09-27T15:32:47.2573046Z adding 'torch/test/c10_DeviceGuard_test' 2022-09-27T15:32:47.2827801Z adding 'torch/test/c10_Device_test' 2022-09-27T15:32:47.3121051Z adding 'torch/test/c10_DispatchKeySet_test' 2022-09-27T15:32:47.3372453Z adding 'torch/test/c10_Half_test' 2022-09-27T15:32:47.3648456Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-09-27T15:32:47.3929087Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-09-27T15:32:47.4210699Z adding 'torch/test/c10_LeftRight_test' 2022-09-27T15:32:47.4514736Z adding 'torch/test/c10_Metaprogramming_test' 2022-09-27T15:32:47.4803801Z adding 'torch/test/c10_SizesAndStrides_test' 2022-09-27T15:32:47.5404332Z adding 'torch/test/c10_SmallVectorTest' 2022-09-27T15:32:47.5676636Z adding 'torch/test/c10_StreamGuard_test' 2022-09-27T15:32:47.5927200Z adding 'torch/test/c10_SymInt_test' 2022-09-27T15:32:47.6178715Z adding 'torch/test/c10_Synchronized_test' 2022-09-27T15:32:47.6462465Z adding 'torch/test/c10_ThreadLocal_test' 2022-09-27T15:32:47.6725793Z adding 'torch/test/c10_TypeIndex_test' 2022-09-27T15:32:47.6976819Z adding 'torch/test/c10_TypeList_test' 2022-09-27T15:32:47.7217569Z adding 'torch/test/c10_TypeTraits_test' 2022-09-27T15:32:47.7475225Z adding 'torch/test/c10_accumulate_test' 2022-09-27T15:32:47.7755751Z adding 'torch/test/c10_bfloat16_test' 2022-09-27T15:32:47.8026654Z adding 'torch/test/c10_complex_math_test' 2022-09-27T15:32:47.8304336Z adding 'torch/test/c10_complex_test' 2022-09-27T15:32:47.8547893Z adding 'torch/test/c10_cuda_CUDATest' 2022-09-27T15:32:47.9038296Z adding 'torch/test/c10_either_test' 2022-09-27T15:32:47.9318857Z adding 'torch/test/c10_exception_test' 2022-09-27T15:32:47.9569023Z adding 'torch/test/c10_flags_test' 2022-09-27T15:32:47.9861068Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-09-27T15:32:48.0609937Z adding 'torch/test/c10_intrusive_ptr_test' 2022-09-27T15:32:48.0900609Z adding 'torch/test/c10_irange_test' 2022-09-27T15:32:48.1192592Z adding 'torch/test/c10_logging_test' 2022-09-27T15:32:48.1557527Z adding 'torch/test/c10_optional_test' 2022-09-27T15:32:48.1865997Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-09-27T15:32:48.2145017Z adding 'torch/test/c10_registry_test' 2022-09-27T15:32:48.2442226Z adding 'torch/test/c10_string_view_test' 2022-09-27T15:32:48.2703250Z adding 'torch/test/c10_tempfile_test' 2022-09-27T15:32:48.2984862Z adding 'torch/test/c10_typeid_test' 2022-09-27T15:32:48.3277726Z adding 'torch/test/cpu_generator_test' 2022-09-27T15:32:48.3545040Z adding 'torch/test/cpu_profiling_allocator_test' 2022-09-27T15:32:48.3962558Z adding 'torch/test/cpu_rng_test' 2022-09-27T15:32:48.4232949Z adding 'torch/test/cuda_apply_test' 2022-09-27T15:32:48.4534115Z adding 'torch/test/cuda_atomic_ops_test' 2022-09-27T15:32:48.4804058Z adding 'torch/test/cuda_caching_host_allocator_test' 2022-09-27T15:32:48.5140992Z adding 'torch/test/cuda_complex_math_test' 2022-09-27T15:32:48.5436281Z adding 'torch/test/cuda_complex_test' 2022-09-27T15:32:48.5734303Z adding 'torch/test/cuda_cub_test' 2022-09-27T15:32:48.5980312Z adding 'torch/test/cuda_cudnn_test' 2022-09-27T15:32:48.6228165Z adding 'torch/test/cuda_device_test' 2022-09-27T15:32:48.6572251Z adding 'torch/test/cuda_distributions_test' 2022-09-27T15:32:48.6825917Z adding 'torch/test/cuda_dlconvertor_test' 2022-09-27T15:32:48.7120082Z adding 'torch/test/cuda_generator_test' 2022-09-27T15:32:48.7372022Z adding 'torch/test/cuda_half_test' 2022-09-27T15:32:48.7629145Z adding 'torch/test/cuda_integer_divider_test' 2022-09-27T15:32:48.7873408Z adding 'torch/test/cuda_optional_test' 2022-09-27T15:32:48.8131992Z adding 'torch/test/cuda_packedtensoraccessor_test' 2022-09-27T15:32:48.8395467Z adding 'torch/test/cuda_reportMemoryUsage_test' 2022-09-27T15:32:48.8704087Z adding 'torch/test/cuda_stream_test' 2022-09-27T15:32:48.8971838Z adding 'torch/test/cuda_vectorized_test' 2022-09-27T15:32:48.9222550Z adding 'torch/test/dispatch_key_set_test' 2022-09-27T15:32:48.9468977Z adding 'torch/test/dlconvertor_test' 2022-09-27T15:32:48.9759538Z adding 'torch/test/extension_backend_test' 2022-09-27T15:32:49.0040481Z adding 'torch/test/half_test' 2022-09-27T15:32:49.0306646Z adding 'torch/test/inline_container_test' 2022-09-27T15:32:49.0788309Z adding 'torch/test/ivalue_test' 2022-09-27T15:32:49.1386734Z adding 'torch/test/kernel_function_legacy_test' 2022-09-27T15:32:49.1880076Z adding 'torch/test/kernel_function_test' 2022-09-27T15:32:49.2493410Z adding 'torch/test/kernel_lambda_legacy_test' 2022-09-27T15:32:49.3005561Z adding 'torch/test/kernel_lambda_test' 2022-09-27T15:32:49.3323003Z adding 'torch/test/kernel_stackbased_test' 2022-09-27T15:32:49.3571496Z adding 'torch/test/lazy_tensor_test' 2022-09-27T15:32:49.4048041Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-09-27T15:32:49.4323669Z adding 'torch/test/math_kernel_test' 2022-09-27T15:32:49.4586651Z adding 'torch/test/memory_format_test' 2022-09-27T15:32:49.4849844Z adding 'torch/test/memory_overlapping_test' 2022-09-27T15:32:49.5111451Z adding 'torch/test/mobile_memory_cleanup' 2022-09-27T15:32:49.5394199Z adding 'torch/test/native_test' 2022-09-27T15:32:49.5636006Z adding 'torch/test/op_allowlist_test' 2022-09-27T15:32:49.6829905Z adding 'torch/test/op_registration_test' 2022-09-27T15:32:49.7161116Z adding 'torch/test/operator_name_test' 2022-09-27T15:32:49.7411018Z adding 'torch/test/operators_test' 2022-09-27T15:32:49.7674106Z adding 'torch/test/packedtensoraccessor_test' 2022-09-27T15:32:49.8000133Z adding 'torch/test/pow_test' 2022-09-27T15:32:49.8291506Z adding 'torch/test/quantized_test' 2022-09-27T15:32:49.8540885Z adding 'torch/test/reduce_ops_test' 2022-09-27T15:32:49.8795232Z adding 'torch/test/reportMemoryUsage_test' 2022-09-27T15:32:49.9080284Z adding 'torch/test/scalar_tensor_test' 2022-09-27T15:32:49.9369269Z adding 'torch/test/scalar_test' 2022-09-27T15:32:49.9628435Z adding 'torch/test/stride_properties_test' 2022-09-27T15:32:49.9994302Z adding 'torch/test/tensor_iterator_test' 2022-09-27T15:32:50.0283017Z adding 'torch/test/test_parallel' 2022-09-27T15:32:50.0303051Z adding 'torch/test/thread_init_test' 2022-09-27T15:32:50.0569195Z adding 'torch/test/type_ptr_test' 2022-09-27T15:32:50.0875012Z adding 'torch/test/type_test' 2022-09-27T15:32:50.1138289Z adding 'torch/test/undefined_tensor_test' 2022-09-27T15:32:50.1385979Z adding 'torch/test/variant_test' 2022-09-27T15:32:50.1401502Z adding 'torch/test/verify_api_visibility' 2022-09-27T15:32:50.1743762Z adding 'torch/test/vmap_test' 2022-09-27T15:32:50.2002832Z adding 'torch/test/weakref_test' 2022-09-27T15:32:50.2257676Z adding 'torch/test/wrapdim_test' 2022-09-27T15:32:50.2502574Z adding 'torch/test/xla_tensor_test' 2022-09-27T15:32:50.2515723Z adding 'torch/testing/__init__.py' 2022-09-27T15:32:50.2530514Z adding 'torch/testing/_comparison.py' 2022-09-27T15:32:50.2535276Z adding 'torch/testing/_creation.py' 2022-09-27T15:32:50.2538106Z adding 'torch/testing/_deprecated.py' 2022-09-27T15:32:50.2540510Z adding 'torch/testing/_legacy.py' 2022-09-27T15:32:50.2542785Z adding 'torch/testing/_internal/__init__.py' 2022-09-27T15:32:50.2547258Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-09-27T15:32:50.2557900Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-09-27T15:32:50.2561088Z adding 'torch/testing/_internal/common_cuda.py' 2022-09-27T15:32:50.2578153Z adding 'torch/testing/_internal/common_device_type.py' 2022-09-27T15:32:50.2588641Z adding 'torch/testing/_internal/common_distributed.py' 2022-09-27T15:32:50.2591000Z adding 'torch/testing/_internal/common_dtype.py' 2022-09-27T15:32:50.2601591Z adding 'torch/testing/_internal/common_fsdp.py' 2022-09-27T15:32:50.2606967Z adding 'torch/testing/_internal/common_jit.py' 2022-09-27T15:32:50.2773105Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-09-27T15:32:50.2804102Z adding 'torch/testing/_internal/common_modules.py' 2022-09-27T15:32:50.2848441Z adding 'torch/testing/_internal/common_nn.py' 2022-09-27T15:32:50.2873405Z adding 'torch/testing/_internal/common_quantization.py' 2022-09-27T15:32:50.2878364Z adding 'torch/testing/_internal/common_quantized.py' 2022-09-27T15:32:50.2881589Z adding 'torch/testing/_internal/common_subclass.py' 2022-09-27T15:32:50.2932017Z adding 'torch/testing/_internal/common_utils.py' 2022-09-27T15:32:50.2941880Z adding 'torch/testing/_internal/composite_compliance.py' 2022-09-27T15:32:50.2945603Z adding 'torch/testing/_internal/dist_utils.py' 2022-09-27T15:32:50.2950215Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-09-27T15:32:50.2958872Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-09-27T15:32:50.2968860Z adding 'torch/testing/_internal/jit_utils.py' 2022-09-27T15:32:50.2972185Z adding 'torch/testing/_internal/logging_tensor.py' 2022-09-27T15:32:50.2974034Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-09-27T15:32:50.2976614Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-09-27T15:32:50.2978590Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-09-27T15:32:50.2983264Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-09-27T15:32:50.2985589Z adding 'torch/testing/_internal/data/__init__.py' 2022-09-27T15:32:50.2987184Z adding 'torch/testing/_internal/data/network1.py' 2022-09-27T15:32:50.2994556Z adding 'torch/testing/_internal/data/network2.py' 2022-09-27T15:32:50.2996574Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-09-27T15:32:50.2997248Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-09-27T15:32:50.3078120Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-09-27T15:32:50.3087565Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-09-27T15:32:50.3089790Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-09-27T15:32:50.3093023Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-09-27T15:32:50.3094585Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-09-27T15:32:50.3096588Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-09-27T15:32:50.3098745Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:32:50.3101223Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-09-27T15:32:50.3103255Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-09-27T15:32:50.3104987Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-09-27T15:32:50.3106418Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-09-27T15:32:50.3111510Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-09-27T15:32:50.3113844Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-09-27T15:32:50.3115488Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-09-27T15:32:50.3139755Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-09-27T15:32:50.3145365Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-09-27T15:32:50.3148987Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-09-27T15:32:50.3151266Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-09-27T15:32:50.3153344Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-09-27T15:32:50.3205174Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-09-27T15:32:50.3211659Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-09-27T15:32:50.3213267Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-09-27T15:32:50.3215629Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-09-27T15:32:50.3219232Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-09-27T15:32:50.3221024Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-09-27T15:32:50.3223296Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-09-27T15:32:50.3234729Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-09-27T15:32:50.3238432Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-09-27T15:32:50.3240224Z adding 'torch/testing/_internal/generated/__init__.py' 2022-09-27T15:32:50.3272329Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-09-27T15:32:50.3281710Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-09-27T15:32:50.3311509Z adding 'torch/testing/_internal/opinfo/core.py' 2022-09-27T15:32:50.3316232Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-09-27T15:32:50.3319766Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-09-27T15:32:50.3321785Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-09-27T15:32:50.3328971Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-09-27T15:32:50.3332892Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-09-27T15:32:50.3350131Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-09-27T15:32:50.3355823Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-09-27T15:32:50.3357973Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-09-27T15:32:50.3359451Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-09-27T15:32:50.3361496Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-09-27T15:32:50.3362810Z adding 'torch/utils/__init__.py' 2022-09-27T15:32:50.3364383Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-09-27T15:32:50.3365997Z adding 'torch/utils/_crash_handler.py' 2022-09-27T15:32:50.3367614Z adding 'torch/utils/_cuda_trace.py' 2022-09-27T15:32:50.3371243Z adding 'torch/utils/_freeze.py' 2022-09-27T15:32:50.3374050Z adding 'torch/utils/_mode_utils.py' 2022-09-27T15:32:50.3377481Z adding 'torch/utils/_python_dispatch.py' 2022-09-27T15:32:50.3381306Z adding 'torch/utils/_pytree.py' 2022-09-27T15:32:50.3383568Z adding 'torch/utils/_zip.py' 2022-09-27T15:32:50.3389821Z adding 'torch/utils/bundled_inputs.py' 2022-09-27T15:32:50.3396521Z adding 'torch/utils/checkpoint.py' 2022-09-27T15:32:50.3401565Z adding 'torch/utils/collect_env.py' 2022-09-27T15:32:50.3431416Z adding 'torch/utils/cpp_extension.py' 2022-09-27T15:32:50.3435594Z adding 'torch/utils/dlpack.py' 2022-09-27T15:32:50.3437225Z adding 'torch/utils/file_baton.py' 2022-09-27T15:32:50.3440037Z adding 'torch/utils/hooks.py' 2022-09-27T15:32:50.3442522Z adding 'torch/utils/mkldnn.py' 2022-09-27T15:32:50.3445168Z adding 'torch/utils/mobile_optimizer.py' 2022-09-27T15:32:50.3446992Z adding 'torch/utils/model_zoo.py' 2022-09-27T15:32:50.3449192Z adding 'torch/utils/show_pickle.py' 2022-09-27T15:32:50.3452106Z adding 'torch/utils/throughput_benchmark.py' 2022-09-27T15:32:50.3454087Z adding 'torch/utils/backcompat/__init__.py' 2022-09-27T15:32:50.3456015Z adding 'torch/utils/benchmark/__init__.py' 2022-09-27T15:32:50.3457640Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-09-27T15:32:50.3460704Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-09-27T15:32:50.3464290Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-09-27T15:32:50.3466442Z adding 'torch/utils/benchmark/examples/compare.py' 2022-09-27T15:32:50.3471428Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-09-27T15:32:50.3473914Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-09-27T15:32:50.3476189Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-09-27T15:32:50.3477941Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-09-27T15:32:50.3480195Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-09-27T15:32:50.3482192Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-09-27T15:32:50.3484123Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-09-27T15:32:50.3486377Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-09-27T15:32:50.3488365Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-09-27T15:32:50.3490443Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-09-27T15:32:50.3492434Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-09-27T15:32:50.3494170Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-09-27T15:32:50.3495844Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-09-27T15:32:50.3500212Z adding 'torch/utils/benchmark/utils/common.py' 2022-09-27T15:32:50.3505255Z adding 'torch/utils/benchmark/utils/compare.py' 2022-09-27T15:32:50.3507912Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-09-27T15:32:50.3513638Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-09-27T15:32:50.3516737Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-09-27T15:32:50.3518524Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-09-27T15:32:50.3524556Z adding 'torch/utils/benchmark/utils/timer.py' 2022-09-27T15:32:50.3526936Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-09-27T15:32:50.3529537Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-09-27T15:32:50.3531516Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-09-27T15:32:50.3533272Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-09-27T15:32:50.3544137Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-09-27T15:32:50.3590430Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-09-27T15:32:50.3601133Z adding 'torch/utils/bottleneck/__init__.py' 2022-09-27T15:32:50.3603872Z adding 'torch/utils/bottleneck/__main__.py' 2022-09-27T15:32:50.3606195Z adding 'torch/utils/data/__init__.py' 2022-09-27T15:32:50.3607862Z adding 'torch/utils/data/backward_compatibility.py' 2022-09-27T15:32:50.3633377Z adding 'torch/utils/data/dataloader.py' 2022-09-27T15:32:50.3637663Z adding 'torch/utils/data/dataloader_experimental.py' 2022-09-27T15:32:50.3642089Z adding 'torch/utils/data/dataset.py' 2022-09-27T15:32:50.3645245Z adding 'torch/utils/data/distributed.py' 2022-09-27T15:32:50.3647325Z adding 'torch/utils/data/graph.py' 2022-09-27T15:32:50.3649685Z adding 'torch/utils/data/graph_settings.py' 2022-09-27T15:32:50.3653343Z adding 'torch/utils/data/sampler.py' 2022-09-27T15:32:50.3655928Z adding 'torch/utils/data/_utils/__init__.py' 2022-09-27T15:32:50.3658952Z adding 'torch/utils/data/_utils/collate.py' 2022-09-27T15:32:50.3660928Z adding 'torch/utils/data/_utils/fetch.py' 2022-09-27T15:32:50.3662982Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-09-27T15:32:50.3664826Z adding 'torch/utils/data/_utils/serialization.py' 2022-09-27T15:32:50.3666833Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-09-27T15:32:50.3671428Z adding 'torch/utils/data/_utils/worker.py' 2022-09-27T15:32:50.3673558Z adding 'torch/utils/data/communication/__init__.py' 2022-09-27T15:32:50.3675477Z adding 'torch/utils/data/communication/eventloop.py' 2022-09-27T15:32:50.3678176Z adding 'torch/utils/data/communication/iter.py' 2022-09-27T15:32:50.3680858Z adding 'torch/utils/data/communication/map.py' 2022-09-27T15:32:50.3682685Z adding 'torch/utils/data/communication/messages.py' 2022-09-27T15:32:50.3685159Z adding 'torch/utils/data/communication/protocol.py' 2022-09-27T15:32:50.3687141Z adding 'torch/utils/data/communication/queue.py' 2022-09-27T15:32:50.3689056Z adding 'torch/utils/data/datapipes/__init__.py' 2022-09-27T15:32:50.3691732Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-09-27T15:32:50.3695650Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-09-27T15:32:50.3701070Z adding 'torch/utils/data/datapipes/_typing.py' 2022-09-27T15:32:50.3706116Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-09-27T15:32:50.3709999Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-09-27T15:32:50.3712161Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-09-27T15:32:50.3714147Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-09-27T15:32:50.3718080Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-09-27T15:32:50.3720554Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-09-27T15:32:50.3722320Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-09-27T15:32:50.3724429Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-09-27T15:32:50.3727925Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-09-27T15:32:50.3730982Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-09-27T15:32:50.3737117Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-09-27T15:32:50.3739769Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-09-27T15:32:50.3742115Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-09-27T15:32:50.3746324Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-09-27T15:32:50.3748738Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-09-27T15:32:50.3751202Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-09-27T15:32:50.3753143Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-09-27T15:32:50.3755009Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-09-27T15:32:50.3756976Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-09-27T15:32:50.3758897Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-09-27T15:32:50.3761341Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-09-27T15:32:50.3763631Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-09-27T15:32:50.3765809Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-09-27T15:32:50.3767688Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-09-27T15:32:50.3769422Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-09-27T15:32:50.3773859Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-09-27T15:32:50.3777909Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-09-27T15:32:50.3780442Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-09-27T15:32:50.3782330Z adding 'torch/utils/hipify/__init__.py' 2022-09-27T15:32:50.3784396Z adding 'torch/utils/hipify/constants.py' 2022-09-27T15:32:50.3830780Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-09-27T15:32:50.3850673Z adding 'torch/utils/hipify/hipify_python.py' 2022-09-27T15:32:50.3852716Z adding 'torch/utils/hipify/version.py' 2022-09-27T15:32:50.3854355Z adding 'torch/utils/jit/__init__.py' 2022-09-27T15:32:50.3856639Z adding 'torch/utils/jit/log_extract.py' 2022-09-27T15:32:50.3862374Z adding 'torch/utils/model_dump/__init__.py' 2022-09-27T15:32:50.3864643Z adding 'torch/utils/model_dump/__main__.py' 2022-09-27T15:32:50.3870057Z adding 'torch/utils/model_dump/code.js' 2022-09-27T15:32:50.3872282Z adding 'torch/utils/model_dump/htm.mjs' 2022-09-27T15:32:50.3876285Z adding 'torch/utils/model_dump/preact.mjs' 2022-09-27T15:32:50.3878497Z adding 'torch/utils/model_dump/skeleton.html' 2022-09-27T15:32:50.3880326Z adding 'torch/utils/tensorboard/__init__.py' 2022-09-27T15:32:50.3887833Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-09-27T15:32:50.3890043Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-09-27T15:32:50.3892367Z adding 'torch/utils/tensorboard/_embedding.py' 2022-09-27T15:32:50.3894191Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-09-27T15:32:50.3895812Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-09-27T15:32:50.3900432Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-09-27T15:32:50.3903094Z adding 'torch/utils/tensorboard/_utils.py' 2022-09-27T15:32:50.3911808Z adding 'torch/utils/tensorboard/summary.py' 2022-09-27T15:32:50.3923537Z adding 'torch/utils/tensorboard/writer.py' 2022-09-27T15:32:50.3928048Z adding 'torchgen/__init__.py' 2022-09-27T15:32:50.3929989Z adding 'torchgen/code_template.py' 2022-09-27T15:32:50.3932238Z adding 'torchgen/context.py' 2022-09-27T15:32:50.3961455Z adding 'torchgen/gen.py' 2022-09-27T15:32:50.3969884Z adding 'torchgen/gen_backend_stubs.py' 2022-09-27T15:32:50.3979060Z adding 'torchgen/gen_functionalization_type.py' 2022-09-27T15:32:50.3986655Z adding 'torchgen/gen_lazy_tensor.py' 2022-09-27T15:32:50.3990064Z adding 'torchgen/gen_vmap_plumbing.py' 2022-09-27T15:32:50.3991976Z adding 'torchgen/local.py' 2022-09-27T15:32:50.4027045Z adding 'torchgen/model.py' 2022-09-27T15:32:50.4037804Z adding 'torchgen/native_function_generation.py' 2022-09-27T15:32:50.4043748Z adding 'torchgen/utils.py' 2022-09-27T15:32:50.4045801Z adding 'torchgen/api/__init__.py' 2022-09-27T15:32:50.4053399Z adding 'torchgen/api/autograd.py' 2022-09-27T15:32:50.4058614Z adding 'torchgen/api/cpp.py' 2022-09-27T15:32:50.4061053Z adding 'torchgen/api/dispatcher.py' 2022-09-27T15:32:50.4064082Z adding 'torchgen/api/functionalization.py' 2022-09-27T15:32:50.4071479Z adding 'torchgen/api/lazy.py' 2022-09-27T15:32:50.4084124Z adding 'torchgen/api/meta.py' 2022-09-27T15:32:50.4086315Z adding 'torchgen/api/native.py' 2022-09-27T15:32:50.4102965Z adding 'torchgen/api/python.py' 2022-09-27T15:32:50.4106780Z adding 'torchgen/api/structured.py' 2022-09-27T15:32:50.4111739Z adding 'torchgen/api/translate.py' 2022-09-27T15:32:50.4119596Z adding 'torchgen/api/types.py' 2022-09-27T15:32:50.4123895Z adding 'torchgen/api/ufunc.py' 2022-09-27T15:32:50.4127206Z adding 'torchgen/api/unboxing.py' 2022-09-27T15:32:50.4129524Z adding 'torchgen/dest/__init__.py' 2022-09-27T15:32:50.4136973Z adding 'torchgen/dest/lazy_ir.py' 2022-09-27T15:32:50.4139378Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-09-27T15:32:50.4141276Z adding 'torchgen/dest/native_functions.py' 2022-09-27T15:32:50.4151877Z adding 'torchgen/dest/register_dispatch_key.py' 2022-09-27T15:32:50.4157602Z adding 'torchgen/dest/ufunc.py' 2022-09-27T15:32:50.4159609Z adding 'torchgen/operator_versions/__init__.py' 2022-09-27T15:32:50.4163172Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-09-27T15:32:50.4164969Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-09-27T15:32:50.4258172Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-09-27T15:32:50.4271210Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-09-27T15:32:50.4273446Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-09-27T15:32:50.4275325Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-09-27T15:32:50.4277075Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-09-27T15:32:50.4278577Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-09-27T15:32:50.4280165Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-09-27T15:32:50.4281328Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-09-27T15:32:50.4282764Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-09-27T15:32:50.4284244Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-09-27T15:32:50.4285636Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-09-27T15:32:50.4287701Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-09-27T15:32:50.4290040Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-09-27T15:32:50.4291747Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-09-27T15:32:50.4293337Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-09-27T15:32:50.4294711Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-09-27T15:32:50.4296179Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-09-27T15:32:50.4297688Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-09-27T15:32:50.4298997Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-09-27T15:32:50.4300381Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-09-27T15:32:50.4301568Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-09-27T15:32:50.4302901Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-09-27T15:32:50.4305657Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-09-27T15:32:50.4306523Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-09-27T15:32:50.4307811Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-09-27T15:32:50.4309807Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-09-27T15:32:50.4311286Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-09-27T15:32:50.4312461Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-09-27T15:32:50.4314245Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-09-27T15:32:50.4316165Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-09-27T15:32:50.4317745Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-09-27T15:32:50.4319234Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-09-27T15:32:50.4328066Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-09-27T15:32:50.4330411Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-09-27T15:32:50.4331888Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-09-27T15:32:50.4333570Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-09-27T15:32:50.4335056Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-09-27T15:32:50.4336710Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-09-27T15:32:50.4338223Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-09-27T15:32:50.4339802Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-09-27T15:32:50.4341300Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-09-27T15:32:50.4342826Z adding 'torchgen/selective_build/__init__.py' 2022-09-27T15:32:50.4345656Z adding 'torchgen/selective_build/operator.py' 2022-09-27T15:32:50.4349116Z adding 'torchgen/selective_build/selector.py' 2022-09-27T15:32:50.4351025Z adding 'torchgen/static_runtime/__init__.py' 2022-09-27T15:32:50.4353875Z adding 'torchgen/static_runtime/config.py' 2022-09-27T15:32:50.4356999Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-09-27T15:32:50.4363372Z adding 'torchgen/static_runtime/generator.py' 2022-09-27T15:32:50.4401840Z adding 'torch-1.13.0a0+git52424e2.dist-info/LICENSE' 2022-09-27T15:32:50.4415836Z adding 'torch-1.13.0a0+git52424e2.dist-info/METADATA' 2022-09-27T15:32:50.4422420Z adding 'torch-1.13.0a0+git52424e2.dist-info/NOTICE' 2022-09-27T15:32:50.4424357Z adding 'torch-1.13.0a0+git52424e2.dist-info/WHEEL' 2022-09-27T15:32:50.4425282Z adding 'torch-1.13.0a0+git52424e2.dist-info/entry_points.txt' 2022-09-27T15:32:50.4425914Z adding 'torch-1.13.0a0+git52424e2.dist-info/top_level.txt' 2022-09-27T15:32:50.4995462Z adding 'torch-1.13.0a0+git52424e2.dist-info/RECORD' 2022-09-27T15:32:50.5258076Z removing build/bdist.linux-x86_64/wheel 2022-09-27T15:32:50.8759165Z + python -mpip install dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:32:51.2500909Z Processing ./dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:32:51.3217736Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:32:51.9707608Z Installing collected packages: torch 2022-09-27T15:32:59.6495173Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:32:59.7285288Z + set -x 2022-09-27T15:32:59.7285604Z + assert_git_not_dirty 2022-09-27T15:32:59.7287758Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T15:32:59.7288442Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T15:32:59.7288854Z ++ git status --porcelain 2022-09-27T15:33:12.2279011Z + git_status= 2022-09-27T15:33:12.2287793Z + [[ -n '' ]] 2022-09-27T15:33:12.2288112Z + mkdir -p dist 2022-09-27T15:33:12.2288952Z + '[' -f build/.ninja_log ']' 2022-09-27T15:33:12.2289524Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:33:12.2290740Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-09-27T15:33:12.2293177Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:33:12.2293541Z ++ echo OFF 2022-09-27T15:33:12.2295684Z + CUSTOM_TEST_USE_ROCM=OFF 2022-09-27T15:33:12.2296219Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-09-27T15:33:12.2296631Z + mkdir -pv build/custom_test_artifacts 2022-09-27T15:33:12.2305403Z mkdir: created directory 'build/custom_test_artifacts' 2022-09-27T15:33:12.2306721Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-09-27T15:33:12.2307321Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-09-27T15:33:12.2307589Z + python --version 2022-09-27T15:33:12.2342546Z Python 3.10.4 2022-09-27T15:33:12.2347297Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-09-27T15:33:12.4223281Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-09-27T15:33:12.4223794Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-09-27T15:33:12.4232961Z + pushd build/custom_test_artifacts/custom-op-build 2022-09-27T15:33:12.4233403Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-09-27T15:33:12.4236029Z ++ which python 2022-09-27T15:33:12.4244274Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:33:12.4757298Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:33:12.5369017Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:33:12.5487986Z -- Detecting C compiler ABI info 2022-09-27T15:33:12.6706149Z -- Detecting C compiler ABI info - done 2022-09-27T15:33:12.6780712Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:33:12.6782836Z -- Detecting C compile features 2022-09-27T15:33:12.6786677Z -- Detecting C compile features - done 2022-09-27T15:33:12.6816174Z -- Detecting CXX compiler ABI info 2022-09-27T15:33:12.7811996Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:33:12.7887759Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:33:12.7890062Z -- Detecting CXX compile features 2022-09-27T15:33:12.7894479Z -- Detecting CXX compile features - done 2022-09-27T15:33:12.7928852Z -- Looking for pthread.h 2022-09-27T15:33:12.8879783Z -- Looking for pthread.h - found 2022-09-27T15:33:12.8880780Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:33:12.9968315Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:33:12.9969066Z -- Looking for pthread_create in pthreads 2022-09-27T15:33:13.0853806Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:33:13.0854332Z -- Looking for pthread_create in pthread 2022-09-27T15:33:13.1803984Z -- Looking for pthread_create in pthread - found 2022-09-27T15:33:13.1812539Z -- Found Threads: TRUE 2022-09-27T15:33:13.1925578Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-09-27T15:33:13.7192007Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-09-27T15:33:13.7249443Z -- Detecting CUDA compiler ABI info 2022-09-27T15:33:13.9586492Z -- Detecting CUDA compiler ABI info - done 2022-09-27T15:33:13.9852290Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-09-27T15:33:13.9855249Z -- Detecting CUDA compile features 2022-09-27T15:33:13.9859445Z -- Detecting CUDA compile features - done 2022-09-27T15:33:13.9901267Z -- Caffe2: CUDA detected: 11.6 2022-09-27T15:33:13.9901842Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-09-27T15:33:13.9902421Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-09-27T15:33:14.0999761Z -- Caffe2: Header version is: 11.6 2022-09-27T15:33:14.1016713Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-09-27T15:33:14.1018638Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-09-27T15:33:14.2438170Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-09-27T15:33:14.2446705Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-09-27T15:33:14.2447142Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:33:14.2447456Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:33:14.2447777Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:33:14.2448156Z Call Stack (most recent call first): 2022-09-27T15:33:14.2448825Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:33:14.2449678Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-09-27T15:33:14.2450460Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-09-27T15:33:14.2450974Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:14.2451112Z 2022-09-27T15:33:14.2451194Z  2022-09-27T15:33:14.2451460Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:33:14.2577613Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:33:14.2578061Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:33:14.2578314Z Call Stack (most recent call first): 2022-09-27T15:33:14.2578704Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:33:14.2579015Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:14.2579142Z 2022-09-27T15:33:14.2579221Z  2022-09-27T15:33:14.2581771Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-09-27T15:33:14.2585233Z -- Configuring done 2022-09-27T15:33:14.2681620Z -- Generating done 2022-09-27T15:33:14.2698982Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-09-27T15:33:14.2741723Z + make VERBOSE=1 2022-09-27T15:33:14.2754462Z /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:33:14.2815692Z /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:33:14.2860216Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:33:14.2870199Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:14.2870654Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-09-27T15:33:14.2880160Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:14.2881262Z 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:33:14.2932148Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:14.2933057Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-09-27T15:33:14.2942575Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:14.2988144Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:33:14.2993860Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/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:33:15.0089800Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-09-27T15:33:15.0093392Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-09-27T15:33:15.0138627Z /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.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-09-27T15:33:15.4787327Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:15.4856744Z [ 50%] Built target custom_ops 2022-09-27T15:33:15.4861538Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-09-27T15:33:15.4872412Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:15.4873708Z 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:33:15.4927517Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:15.4928446Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-09-27T15:33:15.4938857Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:15.4986012Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:33:15.4991841Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/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:33:16.2233433Z [100%] Linking CXX executable test_custom_ops 2022-09-27T15:33:16.2236886Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-09-27T15:33:16.2281522Z /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.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_ops.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-09-27T15:33:16.8294858Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:16.8368581Z [100%] Built target test_custom_ops 2022-09-27T15:33:16.8373466Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:33:16.8375085Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-09-27T15:33:16.8425103Z + popd 2022-09-27T15:33:16.8425401Z ~/workspace 2022-09-27T15:33:16.8425666Z + assert_git_not_dirty 2022-09-27T15:33:16.8426018Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T15:33:16.8426341Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T15:33:16.8429059Z ++ git status --porcelain 2022-09-27T15:33:16.9239311Z + git_status= 2022-09-27T15:33:16.9239837Z + [[ -n '' ]] 2022-09-27T15:33:16.9240338Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-09-27T15:33:16.9240633Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-09-27T15:33:16.9240887Z + python --version 2022-09-27T15:33:16.9251320Z Python 3.10.4 2022-09-27T15:33:16.9256556Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-09-27T15:33:17.1010686Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-09-27T15:33:17.1011035Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-09-27T15:33:17.1020500Z + pushd build/custom_test_artifacts/jit-hook-build 2022-09-27T15:33:17.1020914Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-09-27T15:33:17.1024348Z ++ which python 2022-09-27T15:33:17.1032106Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:33:17.1545682Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:33:17.2156903Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:33:17.2273646Z -- Detecting C compiler ABI info 2022-09-27T15:33:17.3120044Z -- Detecting C compiler ABI info - done 2022-09-27T15:33:17.3194076Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:33:17.3196403Z -- Detecting C compile features 2022-09-27T15:33:17.3200116Z -- Detecting C compile features - done 2022-09-27T15:33:17.3231183Z -- Detecting CXX compiler ABI info 2022-09-27T15:33:17.4153387Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:33:17.4232831Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:33:17.4235264Z -- Detecting CXX compile features 2022-09-27T15:33:17.4239729Z -- Detecting CXX compile features - done 2022-09-27T15:33:17.4273098Z -- Looking for pthread.h 2022-09-27T15:33:17.5135445Z -- Looking for pthread.h - found 2022-09-27T15:33:17.5136273Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:33:17.6045901Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:33:17.6046498Z -- Looking for pthread_create in pthreads 2022-09-27T15:33:17.6844170Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:33:17.6844605Z -- Looking for pthread_create in pthread 2022-09-27T15:33:17.7725225Z -- Looking for pthread_create in pthread - found 2022-09-27T15:33:17.7733626Z -- Found Threads: TRUE 2022-09-27T15:33:17.7846052Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-09-27T15:33:18.3127052Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-09-27T15:33:18.3184286Z -- Detecting CUDA compiler ABI info 2022-09-27T15:33:18.5635205Z -- Detecting CUDA compiler ABI info - done 2022-09-27T15:33:18.5903307Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-09-27T15:33:18.5906745Z -- Detecting CUDA compile features 2022-09-27T15:33:18.5910899Z -- Detecting CUDA compile features - done 2022-09-27T15:33:18.6022439Z -- Caffe2: CUDA detected: 11.6 2022-09-27T15:33:18.6022783Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-09-27T15:33:18.6023069Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-09-27T15:33:18.7135146Z -- Caffe2: Header version is: 11.6 2022-09-27T15:33:18.7151987Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-09-27T15:33:18.7153955Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-09-27T15:33:18.8571223Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-09-27T15:33:18.8580318Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-09-27T15:33:18.8580809Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:33:18.8581176Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:33:18.8581538Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:33:18.8581952Z Call Stack (most recent call first): 2022-09-27T15:33:18.8582647Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:33:18.8583105Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-09-27T15:33:18.8583561Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-09-27T15:33:18.8584009Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:18.8584138Z 2022-09-27T15:33:18.8584221Z  2022-09-27T15:33:18.8584484Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:33:18.8706926Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:33:18.8707446Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:33:18.8707673Z Call Stack (most recent call first): 2022-09-27T15:33:18.8708235Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:33:18.8708545Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:18.8708672Z 2022-09-27T15:33:18.8708750Z  2022-09-27T15:33:18.8710557Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-09-27T15:33:18.8712527Z -- Configuring done 2022-09-27T15:33:18.8772837Z -- Generating done 2022-09-27T15:33:18.8793773Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-09-27T15:33:18.8836397Z + make VERBOSE=1 2022-09-27T15:33:18.8847936Z /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:33:18.8910044Z /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:33:18.8956025Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:33:18.8966366Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:18.8966810Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-09-27T15:33:18.8976157Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:18.8977225Z 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:33:18.9030715Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:18.9031237Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-09-27T15:33:18.9040970Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:18.9087460Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:33:18.9092765Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/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:33:19.6803837Z [100%] Linking CXX executable test_jit_hooks 2022-09-27T15:33:19.6807061Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-09-27T15:33:19.6852765Z /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.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-09-27T15:33:20.2333866Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:20.2403861Z [100%] Built target test_jit_hooks 2022-09-27T15:33:20.2408869Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:33:20.2410027Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-09-27T15:33:20.2458103Z + popd 2022-09-27T15:33:20.2458402Z ~/workspace 2022-09-27T15:33:20.2458742Z + assert_git_not_dirty 2022-09-27T15:33:20.2459183Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T15:33:20.2459497Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T15:33:20.2461570Z ++ git status --porcelain 2022-09-27T15:33:20.3269165Z + git_status= 2022-09-27T15:33:20.3269734Z + [[ -n '' ]] 2022-09-27T15:33:20.3270052Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-09-27T15:33:20.3270383Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-09-27T15:33:20.3270650Z + python --version 2022-09-27T15:33:20.3282060Z Python 3.10.4 2022-09-27T15:33:20.3283249Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-09-27T15:33:20.3293225Z + pushd build/custom_test_artifacts/custom-backend-build 2022-09-27T15:33:20.3293889Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-09-27T15:33:20.3296805Z ++ which python 2022-09-27T15:33:20.3304857Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:33:20.3819088Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:33:20.4437107Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:33:20.4556219Z -- Detecting C compiler ABI info 2022-09-27T15:33:20.5388418Z -- Detecting C compiler ABI info - done 2022-09-27T15:33:20.5463793Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:33:20.5465987Z -- Detecting C compile features 2022-09-27T15:33:20.5469721Z -- Detecting C compile features - done 2022-09-27T15:33:20.5500991Z -- Detecting CXX compiler ABI info 2022-09-27T15:33:20.6481240Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:33:20.6559822Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:33:20.6562383Z -- Detecting CXX compile features 2022-09-27T15:33:20.6567800Z -- Detecting CXX compile features - done 2022-09-27T15:33:20.6602475Z -- Looking for pthread.h 2022-09-27T15:33:20.7493963Z -- Looking for pthread.h - found 2022-09-27T15:33:20.7494517Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:33:20.8372423Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:33:20.8372835Z -- Looking for pthread_create in pthreads 2022-09-27T15:33:20.9093956Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:33:20.9094495Z -- Looking for pthread_create in pthread 2022-09-27T15:33:20.9930245Z -- Looking for pthread_create in pthread - found 2022-09-27T15:33:20.9938338Z -- Found Threads: TRUE 2022-09-27T15:33:21.0051902Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-09-27T15:33:21.5163711Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-09-27T15:33:21.5222656Z -- Detecting CUDA compiler ABI info 2022-09-27T15:33:21.7547614Z -- Detecting CUDA compiler ABI info - done 2022-09-27T15:33:21.7816580Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-09-27T15:33:21.7818938Z -- Detecting CUDA compile features 2022-09-27T15:33:21.7823418Z -- Detecting CUDA compile features - done 2022-09-27T15:33:21.7850232Z -- Caffe2: CUDA detected: 11.6 2022-09-27T15:33:21.7850600Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-09-27T15:33:21.7850902Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-09-27T15:33:21.8916351Z -- Caffe2: Header version is: 11.6 2022-09-27T15:33:21.8932831Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-09-27T15:33:21.8934611Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-09-27T15:33:22.0341752Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-09-27T15:33:22.0351429Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-09-27T15:33:22.0351985Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-09-27T15:33:22.0352471Z to cmake instead of implicitly setting it as an env variable. This will 2022-09-27T15:33:22.0352916Z become a FATAL_ERROR in future version of pytorch. 2022-09-27T15:33:22.0353153Z Call Stack (most recent call first): 2022-09-27T15:33:22.0353565Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-09-27T15:33:22.0354029Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-09-27T15:33:22.0354474Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-09-27T15:33:22.0354746Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:22.0354876Z 2022-09-27T15:33:22.0354956Z  2022-09-27T15:33:22.0355233Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:33:22.0478894Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:33:22.0479601Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:33:22.0479885Z Call Stack (most recent call first): 2022-09-27T15:33:22.0480287Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:33:22.0480576Z CMakeLists.txt:9 (find_package) 2022-09-27T15:33:22.0480705Z 2022-09-27T15:33:22.0480786Z  2022-09-27T15:33:22.0482342Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-09-27T15:33:22.0485152Z -- Configuring done 2022-09-27T15:33:22.0579485Z -- Generating done 2022-09-27T15:33:22.0601141Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-09-27T15:33:22.0644014Z + make VERBOSE=1 2022-09-27T15:33:22.0655795Z /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:33:22.0718401Z /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:33:22.0763785Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:33:22.0773186Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.0773650Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-09-27T15:33:22.0783201Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.0785554Z 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:33:22.0837280Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.0837908Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-09-27T15:33:22.0848116Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.0893950Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:33:22.0898466Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/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:33:22.3782442Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-09-27T15:33:22.3785981Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-09-27T15:33:22.3829795Z /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.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-09-27T15:33:22.8406755Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.8477201Z [ 50%] Built target custom_backend 2022-09-27T15:33:22.8481571Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-09-27T15:33:22.8491826Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.8493142Z 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:33:22.8546712Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.8547723Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-09-27T15:33:22.8558123Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:22.8606043Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:33:22.8610487Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/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:33:23.5480704Z [100%] Linking CXX executable test_custom_backend 2022-09-27T15:33:23.5484052Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-09-27T15:33:23.5529638Z /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.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_backend.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-09-27T15:33:24.1395704Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:24.1463559Z [100%] Built target test_custom_backend 2022-09-27T15:33:24.1468046Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:33:24.1469450Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-09-27T15:33:24.1517084Z + popd 2022-09-27T15:33:24.1517343Z ~/workspace 2022-09-27T15:33:24.1517656Z + assert_git_not_dirty 2022-09-27T15:33:24.1518153Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T15:33:24.1518705Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T15:33:24.1521464Z ++ git status --porcelain 2022-09-27T15:33:24.2309753Z + git_status= 2022-09-27T15:33:24.2310292Z + [[ -n '' ]] 2022-09-27T15:33:24.2310604Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *libtorch* ]] 2022-09-27T15:33:24.2310939Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-09-27T15:33:24.2311200Z + python tools/stats/export_test_times.py 2022-09-27T15:33:24.2795160Z Ignoring disabled issues: [] 2022-09-27T15:33:24.2796281Z Exporting test times from test-infra to .pytorch-test-times.json 2022-09-27T15:33:24.2796900Z 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:33:24.3104916Z + print_sccache_stats 2022-09-27T15:33:24.3105553Z + echo 'PyTorch Build Statistics' 2022-09-27T15:33:24.3105801Z PyTorch Build Statistics 2022-09-27T15:33:24.3106039Z + sccache --show-stats 2022-09-27T15:33:24.3128585Z Compile requests 9933 2022-09-27T15:33:24.3128976Z Compile requests executed 7212 2022-09-27T15:33:24.3129280Z Cache hits 7002 2022-09-27T15:33:24.3129591Z Cache hits (C/C++) 6765 2022-09-27T15:33:24.3129929Z Cache hits (CUDA) 237 2022-09-27T15:33:24.3130294Z Cache misses 190 2022-09-27T15:33:24.3130553Z Cache misses (C/C++) 190 2022-09-27T15:33:24.3130764Z Cache timeouts 0 2022-09-27T15:33:24.3131083Z Cache read errors 0 2022-09-27T15:33:24.3131425Z Forced recaches 0 2022-09-27T15:33:24.3131779Z Cache write errors 0 2022-09-27T15:33:24.3132109Z Compilation failures 9 2022-09-27T15:33:24.3132411Z Cache errors 11 2022-09-27T15:33:24.3132608Z Cache errors (C/C++) 11 2022-09-27T15:33:24.3132923Z Non-cacheable compilations 0 2022-09-27T15:33:24.3133399Z Non-cacheable calls 2388 2022-09-27T15:33:24.3133755Z Non-compilation calls 333 2022-09-27T15:33:24.3133959Z Unsupported compiler calls 0 2022-09-27T15:33:24.3134175Z Average cache write 0.053 s 2022-09-27T15:33:24.3134392Z Average cache read miss 0.394 s 2022-09-27T15:33:24.3134592Z Average cache read hit 0.048 s 2022-09-27T15:33:24.3134847Z Failed distributed compilations 0 2022-09-27T15:33:24.3134998Z 2022-09-27T15:33:24.3135112Z Non-cacheable reasons: 2022-09-27T15:33:24.3135327Z -E 2330 2022-09-27T15:33:24.3135549Z -M 41 2022-09-27T15:33:24.3135749Z multiple input files 15 2022-09-27T15:33:24.3135981Z unknown source language 1 2022-09-27T15:33:24.3136268Z @ 1 2022-09-27T15:33:24.3136377Z 2022-09-27T15:33:24.3136805Z 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:33:24.3137268Z + [[ -n 8575887715 ]] 2022-09-27T15:33:24.3137631Z + sccache --show-stats --stats-format json 2022-09-27T15:33:24.3142185Z + jq .stats 2022-09-27T15:33:24.3255383Z + sccache_epilogue 2022-09-27T15:33:24.3256113Z + echo '::group::Sccache Compilation Log' 2022-09-27T15:33:24.3256861Z ##[group]Sccache Compilation Log 2022-09-27T15:33:24.3257184Z + echo '=================== sccache compilation log ===================' 2022-09-27T15:33:24.3257610Z =================== sccache compilation log =================== 2022-09-27T15:33:24.3257932Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-09-27T15:33:24.3433597Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-09-27T15:33:24.3434019Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-09-27T15:33:24.3434322Z + sccache --show-stats 2022-09-27T15:33:24.3455167Z Compile requests 9933 2022-09-27T15:33:24.3455533Z Compile requests executed 7212 2022-09-27T15:33:24.3455849Z Cache hits 7002 2022-09-27T15:33:24.3456162Z Cache hits (C/C++) 6765 2022-09-27T15:33:24.3456469Z Cache hits (CUDA) 237 2022-09-27T15:33:24.3456780Z Cache misses 190 2022-09-27T15:33:24.3457347Z Cache misses (C/C++) 190 2022-09-27T15:33:24.3457703Z Cache timeouts 0 2022-09-27T15:33:24.3458075Z Cache read errors 0 2022-09-27T15:33:24.3458333Z Forced recaches 0 2022-09-27T15:33:24.3458586Z Cache write errors 0 2022-09-27T15:33:24.3458822Z Compilation failures 9 2022-09-27T15:33:24.3459101Z Cache errors 11 2022-09-27T15:33:24.3459346Z Cache errors (C/C++) 11 2022-09-27T15:33:24.3459622Z Non-cacheable compilations 0 2022-09-27T15:33:24.3459882Z Non-cacheable calls 2388 2022-09-27T15:33:24.3460185Z Non-compilation calls 333 2022-09-27T15:33:24.3460391Z Unsupported compiler calls 0 2022-09-27T15:33:24.3460606Z Average cache write 0.053 s 2022-09-27T15:33:24.3460871Z Average cache read miss 0.394 s 2022-09-27T15:33:24.3461073Z Average cache read hit 0.048 s 2022-09-27T15:33:24.3461302Z Failed distributed compilations 0 2022-09-27T15:33:24.3461439Z 2022-09-27T15:33:24.3461598Z Non-cacheable reasons: 2022-09-27T15:33:24.3461899Z -E 2330 2022-09-27T15:33:24.3462110Z -M 41 2022-09-27T15:33:24.3462357Z multiple input files 15 2022-09-27T15:33:24.3462570Z unknown source language 1 2022-09-27T15:33:24.3462750Z @ 1 2022-09-27T15:33:24.3462860Z 2022-09-27T15:33:24.3463328Z 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:33:24.3463954Z + sccache --stop-server 2022-09-27T15:33:24.3478620Z Stopping sccache server... 2022-09-27T15:33:24.3482022Z Compile requests 9933 2022-09-27T15:33:24.3482366Z Compile requests executed 7212 2022-09-27T15:33:24.3483022Z Cache hits 7002 2022-09-27T15:33:24.3483383Z Cache hits (C/C++) 6765 2022-09-27T15:33:24.3483729Z Cache hits (CUDA) 237 2022-09-27T15:33:24.3484089Z Cache misses 190 2022-09-27T15:33:24.3484441Z Cache misses (C/C++) 190 2022-09-27T15:33:24.3484800Z Cache timeouts 0 2022-09-27T15:33:24.3485139Z Cache read errors 0 2022-09-27T15:33:24.3485510Z Forced recaches 0 2022-09-27T15:33:24.3485856Z Cache write errors 0 2022-09-27T15:33:24.3486237Z Compilation failures 9 2022-09-27T15:33:24.3486606Z Cache errors 11 2022-09-27T15:33:24.3486943Z Cache errors (C/C++) 11 2022-09-27T15:33:24.3487321Z Non-cacheable compilations 0 2022-09-27T15:33:24.3487580Z Non-cacheable calls 2388 2022-09-27T15:33:24.3487836Z Non-compilation calls 333 2022-09-27T15:33:24.3488161Z Unsupported compiler calls 0 2022-09-27T15:33:24.3488658Z Average cache write 0.053 s 2022-09-27T15:33:24.3488862Z Average cache read miss 0.394 s 2022-09-27T15:33:24.3489074Z Average cache read hit 0.048 s 2022-09-27T15:33:24.3489297Z Failed distributed compilations 0 2022-09-27T15:33:24.3489434Z 2022-09-27T15:33:24.3489539Z Non-cacheable reasons: 2022-09-27T15:33:24.3489768Z -E 2330 2022-09-27T15:33:24.3489987Z -M 41 2022-09-27T15:33:24.3490170Z multiple input files 15 2022-09-27T15:33:24.3490359Z @ 1 2022-09-27T15:33:24.3490551Z unknown source language 1 2022-09-27T15:33:24.3490675Z 2022-09-27T15:33:24.3491093Z 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:33:24.3491495Z + echo ::endgroup:: 2022-09-27T15:33:24.3491926Z ##[endgroup] 2022-09-27T15:33:24.3546596Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-09-27T15:33:24.3547198Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-09-27T15:33:24.3559085Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:24.3559281Z ##[endgroup] 2022-09-27T15:33:24.3648946Z adding: dist/ (stored 0%) 2022-09-27T15:33:31.2835088Z adding: dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl (deflated 1%) 2022-09-27T15:33:31.2835437Z adding: build/custom_test_artifacts/ (stored 0%) 2022-09-27T15:33:31.2835780Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-09-27T15:33:31.2836159Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-09-27T15:33:31.2841137Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:33:31.2841639Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:33:31.2842090Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:33:31.2842535Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:33:31.2842979Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:33:31.2844148Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:33:31.2845868Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-09-27T15:33:31.2846327Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:33:31.2846778Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:33:31.2848594Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:33:31.2850148Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-09-27T15:33:31.2851799Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-09-27T15:33:31.2852374Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:33:31.2854005Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-09-27T15:33:31.2854846Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:33:31.2855308Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-09-27T15:33:31.2855768Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-09-27T15:33:31.2909837Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-09-27T15:33:31.2910480Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-09-27T15:33:31.2911201Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-09-27T15:33:31.2911863Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-09-27T15:33:31.2912488Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-09-27T15:33:31.2913229Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-09-27T15:33:31.2913793Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.2914344Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-09-27T15:33:31.2914894Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-09-27T15:33:31.2954258Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-09-27T15:33:31.2996833Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-09-27T15:33:31.2998070Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-09-27T15:33:31.2998712Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.2999250Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-09-27T15:33:31.2999786Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-09-27T15:33:31.3000401Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-09-27T15:33:31.3000896Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-09-27T15:33:31.3002066Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-09-27T15:33:31.3101968Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-09-27T15:33:31.3202196Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-09-27T15:33:31.3202809Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-09-27T15:33:31.3203328Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:33:31.3203844Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:33:31.3204373Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:33:31.3204874Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-09-27T15:33:31.3205376Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:33:31.3205962Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:33:31.3206699Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-09-27T15:33:31.3207206Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 78%) 2022-09-27T15:33:31.3207676Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-09-27T15:33:31.3208131Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 74%) 2022-09-27T15:33:31.3208603Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-09-27T15:33:31.3209068Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 42%) 2022-09-27T15:33:31.3209540Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-09-27T15:33:31.3225991Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-09-27T15:33:31.3357557Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-09-27T15:33:31.3358058Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-09-27T15:33:31.3358597Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-09-27T15:33:31.3359091Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:33:31.3359683Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-09-27T15:33:31.3360218Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 76%) 2022-09-27T15:33:31.3360738Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-09-27T15:33:31.3361209Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-09-27T15:33:31.3361694Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-09-27T15:33:31.3362167Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 42%) 2022-09-27T15:33:31.3362638Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-09-27T15:33:31.3379404Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-09-27T15:33:31.3473485Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-09-27T15:33:31.3474113Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-09-27T15:33:31.3474604Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-09-27T15:33:31.3475118Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:33:31.3475528Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-09-27T15:33:31.3476487Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-09-27T15:33:31.3476955Z adding: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc (deflated 20%) 2022-09-27T15:33:31.3478921Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:33:31.3479778Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-09-27T15:33:31.3480362Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:33:31.3602258Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-09-27T15:33:31.3682754Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-09-27T15:33:31.3683135Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-09-27T15:33:31.3683506Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-09-27T15:33:31.3689395Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:33:31.3689810Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:33:31.3690253Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:33:31.3690693Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:33:31.3691254Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:33:31.3692387Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:33:31.3694076Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-09-27T15:33:31.3694525Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:33:31.3694966Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:33:31.3696971Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:33:31.3698517Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-09-27T15:33:31.3700134Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-09-27T15:33:31.3700709Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:33:31.3702432Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-09-27T15:33:31.3703266Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:33:31.3703894Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-09-27T15:33:31.3704342Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-09-27T15:33:31.3757954Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-09-27T15:33:31.3758629Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-09-27T15:33:31.3759306Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-09-27T15:33:31.3759961Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-09-27T15:33:31.3760568Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-09-27T15:33:31.3761177Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-09-27T15:33:31.3761721Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.3762260Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-09-27T15:33:31.3762806Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-09-27T15:33:31.3802032Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-09-27T15:33:31.3844518Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-09-27T15:33:31.3845794Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-09-27T15:33:31.3846403Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.3846943Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-09-27T15:33:31.3847502Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-09-27T15:33:31.3848195Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-09-27T15:33:31.3848692Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-09-27T15:33:31.3849771Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-09-27T15:33:31.3949561Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-09-27T15:33:31.4049184Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-09-27T15:33:31.4049767Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-09-27T15:33:31.4050305Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:33:31.4050816Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:33:31.4051312Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:33:31.4051842Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-09-27T15:33:31.4052322Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:33:31.4052932Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-09-27T15:33:31.4053491Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-09-27T15:33:31.4053999Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 79%) 2022-09-27T15:33:31.4054471Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-09-27T15:33:31.4054941Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 75%) 2022-09-27T15:33:31.4055407Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-09-27T15:33:31.4055881Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 42%) 2022-09-27T15:33:31.4056358Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-09-27T15:33:31.4085061Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-09-27T15:33:31.4146836Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-09-27T15:33:31.4147384Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-09-27T15:33:31.4148144Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-09-27T15:33:31.4148642Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:33:31.4149124Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-09-27T15:33:31.4149552Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-09-27T15:33:31.4149976Z adding: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc (deflated 20%) 2022-09-27T15:33:31.4151855Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:33:31.4152715Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-09-27T15:33:31.4153515Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:33:31.4217472Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-09-27T15:33:31.4218019Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-09-27T15:33:31.4218422Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-09-27T15:33:31.4224251Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:33:31.4225078Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:33:31.4225537Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:33:31.4226000Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:33:31.4226445Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:33:31.4227673Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:33:31.4229132Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-09-27T15:33:31.4229806Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:33:31.4230262Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:33:31.4232170Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:33:31.4233515Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-09-27T15:33:31.4235235Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-09-27T15:33:31.4236090Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:33:31.4237345Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-09-27T15:33:31.4238380Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:33:31.4239032Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-09-27T15:33:31.4239502Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-09-27T15:33:31.4292698Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-09-27T15:33:31.4293745Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-09-27T15:33:31.4294859Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-09-27T15:33:31.4296160Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-09-27T15:33:31.4296766Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-09-27T15:33:31.4297329Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-09-27T15:33:31.4297880Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.4298445Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-09-27T15:33:31.4299078Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-09-27T15:33:31.4336979Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-09-27T15:33:31.4379462Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-09-27T15:33:31.4380580Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-09-27T15:33:31.4381573Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-09-27T15:33:31.4382569Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-09-27T15:33:31.4383463Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-09-27T15:33:31.4384263Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-09-27T15:33:31.4385184Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-09-27T15:33:31.4385715Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-09-27T15:33:31.4485056Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-09-27T15:33:31.4585222Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-09-27T15:33:31.4586180Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-09-27T15:33:31.4586989Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:33:31.4587817Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:33:31.4588595Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:33:31.4589397Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-09-27T15:33:31.4590210Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:33:31.4590731Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:33:31.4591222Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-09-27T15:33:31.4591708Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 78%) 2022-09-27T15:33:31.4592199Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-09-27T15:33:31.4592851Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 76%) 2022-09-27T15:33:31.4593393Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-09-27T15:33:31.4594298Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 41%) 2022-09-27T15:33:31.4594796Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-09-27T15:33:31.4595314Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-09-27T15:33:31.4765366Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-09-27T15:33:31.4766181Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-09-27T15:33:31.4766697Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-09-27T15:33:31.4767221Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-09-27T15:33:31.4767726Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-09-27T15:33:31.4768227Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 76%) 2022-09-27T15:33:31.4768733Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-09-27T15:33:31.4769238Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 77%) 2022-09-27T15:33:31.4769743Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-09-27T15:33:31.4770252Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 42%) 2022-09-27T15:33:31.4770751Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-09-27T15:33:31.4787194Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-09-27T15:33:31.4854686Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-09-27T15:33:31.4855229Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-09-27T15:33:31.4855733Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-09-27T15:33:31.4856199Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:33:31.4856622Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-09-27T15:33:31.4857229Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-09-27T15:33:31.4857676Z adding: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc (deflated 20%) 2022-09-27T15:33:31.4860185Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:33:31.4861122Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-09-27T15:33:31.4861625Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:33:31.5018806Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-09-27T15:33:31.5077348Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-09-27T15:33:31.5077640Z adding: build/lib/ (stored 0%) 2022-09-27T15:33:31.5078280Z adding: build/lib/libclog.a (deflated 74%) 2022-09-27T15:33:31.5164905Z adding: build/lib/libgtest.a (deflated 73%) 2022-09-27T15:33:31.5179017Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-09-27T15:33:31.5304710Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-09-27T15:33:31.5441868Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-09-27T15:33:31.5452642Z adding: build/lib/libittnotify.a (deflated 78%) 2022-09-27T15:33:31.5497363Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-09-27T15:33:31.6203565Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-09-27T15:33:31.6317359Z adding: build/lib/libasmjit.a (deflated 62%) 2022-09-27T15:33:31.6495508Z adding: build/lib/libgloo.a (deflated 71%) 2022-09-27T15:33:31.6522141Z adding: build/lib/libfmt.a (deflated 69%) 2022-09-27T15:33:31.6523932Z adding: build/lib/libcaffe2_nvrtc.so (deflated 74%) 2022-09-27T15:33:31.6524750Z adding: build/lib/libfoxi_loader.a (deflated 58%) 2022-09-27T15:33:31.6630530Z adding: build/lib/libc10.so (deflated 62%) 2022-09-27T15:33:31.6632010Z adding: build/lib/libtorch_global_deps.so (deflated 72%) 2022-09-27T15:33:31.6644452Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-09-27T15:33:31.6655812Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-09-27T15:33:31.6678373Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-09-27T15:33:31.6712301Z adding: build/lib/libpytorch_qnnpack.a (deflated 66%) 2022-09-27T15:33:31.7481569Z adding: build/lib/libprotoc.a (deflated 70%) 2022-09-27T15:33:31.7484375Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-09-27T15:33:31.7513110Z adding: build/lib/libnnpack.a (deflated 72%) 2022-09-27T15:33:31.7537904Z adding: build/lib/libgmock.a (deflated 71%) 2022-09-27T15:33:31.7538625Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-09-27T15:33:31.7539405Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-09-27T15:33:32.7336115Z adding: build/lib/libdnnl.a (deflated 79%) 2022-09-27T15:33:32.8148389Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-09-27T15:33:32.8342849Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-09-27T15:33:32.8408761Z adding: build/lib/libc10_cuda.so (deflated 60%) 2022-09-27T15:33:32.8409689Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-09-27T15:33:33.0179615Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-09-27T15:33:33.0539823Z adding: build/lib/libtensorpipe_cuda.a (deflated 77%) 2022-09-27T15:33:33.1948933Z adding: build/lib/libdnnl_graph.a (deflated 77%) 2022-09-27T15:33:33.2523895Z adding: build/lib/libkineto.a (deflated 69%) 2022-09-27T15:33:33.2580749Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-09-27T15:33:33.2640293Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-09-27T15:33:33.3509760Z adding: build/lib/libonnx.a (deflated 75%) 2022-09-27T15:33:33.3949293Z adding: build/lib/libgloo_cuda.a (deflated 87%) 2022-09-27T15:33:36.5443732Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-09-27T15:33:37.2951001Z adding: build/lib/libtorch_cuda_cpp.so (deflated 40%) 2022-09-27T15:33:40.4785404Z adding: build/lib/libtorch_cuda_cu.so (deflated 55%) 2022-09-27T15:33:40.4786161Z adding: build/lib/libtorch_cuda.so (deflated 75%) 2022-09-27T15:33:40.4787451Z adding: build/lib/libtorch.so (deflated 75%) 2022-09-27T15:33:40.4792020Z adding: build/lib/libc10d_cuda_test.so (deflated 65%) 2022-09-27T15:33:42.7088519Z adding: build/lib/libtorch_cuda_linalg.so (deflated 34%) 2022-09-27T15:33:42.7122112Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-09-27T15:33:42.7202507Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-09-27T15:33:42.7247489Z adding: build/lib/libbackend_with_compiler.so (deflated 59%) 2022-09-27T15:33:42.7253447Z adding: build/lib/libshm.so (deflated 63%) 2022-09-27T15:33:42.9762549Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-09-27T15:33:42.9820676Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-09-27T15:33:42.9821126Z adding: build/bin/ (stored 0%) 2022-09-27T15:33:42.9897825Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-09-27T15:33:42.9978694Z adding: build/bin/c10_DeviceGuard_test (deflated 60%) 2022-09-27T15:33:43.0057686Z adding: build/bin/c10_Device_test (deflated 59%) 2022-09-27T15:33:43.0149688Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-09-27T15:33:43.0224701Z adding: build/bin/c10_StreamGuard_test (deflated 59%) 2022-09-27T15:33:43.0303401Z adding: build/bin/c10_SymInt_test (deflated 60%) 2022-09-27T15:33:43.0390169Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-09-27T15:33:43.0477164Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-09-27T15:33:43.0565754Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-09-27T15:33:43.0640986Z adding: build/bin/c10_Array_test (deflated 59%) 2022-09-27T15:33:43.0723481Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-09-27T15:33:43.0802686Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-09-27T15:33:43.0877728Z adding: build/bin/c10_ConstexprCrc_test (deflated 59%) 2022-09-27T15:33:43.0954787Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-09-27T15:33:43.1032694Z adding: build/bin/c10_Half_test (deflated 59%) 2022-09-27T15:33:43.1120351Z adding: build/bin/c10_LeftRight_test (deflated 61%) 2022-09-27T15:33:43.1214973Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-09-27T15:33:43.1415889Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-09-27T15:33:43.1494228Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-09-27T15:33:43.1582759Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-09-27T15:33:43.1664561Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-09-27T15:33:43.1743177Z adding: build/bin/c10_TypeList_test (deflated 60%) 2022-09-27T15:33:43.1818207Z adding: build/bin/c10_TypeTraits_test (deflated 59%) 2022-09-27T15:33:43.1899233Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-09-27T15:33:43.1986513Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-09-27T15:33:43.2070401Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-09-27T15:33:43.2157643Z adding: build/bin/c10_complex_test (deflated 60%) 2022-09-27T15:33:43.2315520Z adding: build/bin/c10_either_test (deflated 71%) 2022-09-27T15:33:43.2397099Z adding: build/bin/c10_exception_test (deflated 60%) 2022-09-27T15:33:43.2475354Z adding: build/bin/c10_flags_test (deflated 60%) 2022-09-27T15:33:43.2714702Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-09-27T15:33:43.2793505Z adding: build/bin/c10_irange_test (deflated 60%) 2022-09-27T15:33:43.2883606Z adding: build/bin/c10_logging_test (deflated 60%) 2022-09-27T15:33:43.2998367Z adding: build/bin/c10_optional_test (deflated 63%) 2022-09-27T15:33:43.3093565Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 62%) 2022-09-27T15:33:43.3179188Z adding: build/bin/c10_registry_test (deflated 60%) 2022-09-27T15:33:43.3270753Z adding: build/bin/c10_string_view_test (deflated 61%) 2022-09-27T15:33:43.3360986Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-09-27T15:33:43.3441455Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-09-27T15:33:43.3530137Z adding: build/bin/c10_typeid_test (deflated 60%) 2022-09-27T15:33:43.4312561Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-09-27T15:33:43.5094686Z adding: build/bin/protoc (deflated 60%) 2022-09-27T15:33:43.5170420Z adding: build/bin/c10_cuda_CUDATest (deflated 60%) 2022-09-27T15:33:43.5589592Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 73%) 2022-09-27T15:33:43.6070135Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-09-27T15:33:43.6163713Z adding: build/bin/TCPStoreTest (deflated 60%) 2022-09-27T15:33:43.6248140Z adding: build/bin/FileStoreTest (deflated 60%) 2022-09-27T15:33:43.6332343Z adding: build/bin/HashStoreTest (deflated 60%) 2022-09-27T15:33:43.6355111Z adding: build/bin/ProcessGroupMPITest (deflated 62%) 2022-09-27T15:33:43.6358898Z adding: build/bin/example_allreduce (deflated 63%) 2022-09-27T15:33:43.6440979Z adding: build/bin/Dimname_test (deflated 60%) 2022-09-27T15:33:43.6551960Z adding: build/bin/Dict_test (deflated 64%) 2022-09-27T15:33:43.6648391Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-09-27T15:33:43.6737412Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-09-27T15:33:43.6829692Z adding: build/bin/apply_utils_test (deflated 61%) 2022-09-27T15:33:43.6921071Z adding: build/bin/atest (deflated 61%) 2022-09-27T15:33:43.7016671Z adding: build/bin/basic (deflated 59%) 2022-09-27T15:33:43.7100950Z adding: build/bin/broadcast_test (deflated 60%) 2022-09-27T15:33:43.7192512Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-09-27T15:33:43.7275353Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-09-27T15:33:43.7353749Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-09-27T15:33:43.7487536Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-09-27T15:33:43.7565298Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-09-27T15:33:43.7656076Z adding: build/bin/extension_backend_test (deflated 60%) 2022-09-27T15:33:43.7743181Z adding: build/bin/half_test (deflated 60%) 2022-09-27T15:33:43.7820046Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-09-27T15:33:43.7968245Z adding: build/bin/ivalue_test (deflated 61%) 2022-09-27T15:33:43.8050186Z adding: build/bin/memory_format_test (deflated 60%) 2022-09-27T15:33:43.8132416Z adding: build/bin/math_kernel_test (deflated 60%) 2022-09-27T15:33:43.8214720Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-09-27T15:33:43.8294173Z adding: build/bin/operator_name_test (deflated 60%) 2022-09-27T15:33:43.8382240Z adding: build/bin/native_test (deflated 59%) 2022-09-27T15:33:43.8464382Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-09-27T15:33:43.8543005Z adding: build/bin/operators_test (deflated 60%) 2022-09-27T15:33:43.8625688Z adding: build/bin/packedtensoraccessor_test (deflated 59%) 2022-09-27T15:33:43.8727846Z adding: build/bin/pow_test (deflated 60%) 2022-09-27T15:33:43.8817710Z adding: build/bin/quantized_test (deflated 60%) 2022-09-27T15:33:43.8897229Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-09-27T15:33:43.8974510Z adding: build/bin/reduce_ops_test (deflated 59%) 2022-09-27T15:33:43.9063841Z adding: build/bin/scalar_tensor_test (deflated 59%) 2022-09-27T15:33:43.9153587Z adding: build/bin/scalar_test (deflated 60%) 2022-09-27T15:33:43.9234141Z adding: build/bin/stride_properties_test (deflated 60%) 2022-09-27T15:33:43.9349630Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-09-27T15:33:43.9436420Z adding: build/bin/type_ptr_test (deflated 60%) 2022-09-27T15:33:43.9439522Z adding: build/bin/thread_init_test (deflated 65%) 2022-09-27T15:33:43.9526659Z adding: build/bin/test_parallel (deflated 60%) 2022-09-27T15:33:43.9608647Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-09-27T15:33:43.9703056Z adding: build/bin/type_test (deflated 60%) 2022-09-27T15:33:43.9780485Z adding: build/bin/variant_test (deflated 59%) 2022-09-27T15:33:43.9781972Z adding: build/bin/verify_api_visibility (deflated 66%) 2022-09-27T15:33:43.9889507Z adding: build/bin/vmap_test (deflated 62%) 2022-09-27T15:33:43.9969248Z adding: build/bin/weakref_test (deflated 60%) 2022-09-27T15:33:44.0049137Z adding: build/bin/wrapdim_test (deflated 59%) 2022-09-27T15:33:44.0142002Z adding: build/bin/IListRef_test (deflated 61%) 2022-09-27T15:33:44.0218362Z adding: build/bin/xla_tensor_test (deflated 59%) 2022-09-27T15:33:44.0379952Z adding: build/bin/List_test (deflated 69%) 2022-09-27T15:33:44.0564960Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-09-27T15:33:44.0663467Z adding: build/bin/KernelFunction_test (deflated 63%) 2022-09-27T15:33:44.0809896Z adding: build/bin/kernel_function_test (deflated 65%) 2022-09-27T15:33:44.0999867Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-09-27T15:33:44.1154223Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-09-27T15:33:44.1247934Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-09-27T15:33:44.1326605Z adding: build/bin/CppSignature_test (deflated 60%) 2022-09-27T15:33:44.1473670Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 64%) 2022-09-27T15:33:44.1548734Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-09-27T15:33:44.1631232Z adding: build/bin/inline_container_test (deflated 60%) 2022-09-27T15:33:44.2031180Z adding: build/bin/op_registration_test (deflated 76%) 2022-09-27T15:33:44.2119881Z adding: build/bin/backend_fallback_test (deflated 59%) 2022-09-27T15:33:44.2202016Z adding: build/bin/cuda_apply_test (deflated 60%) 2022-09-27T15:33:44.2297869Z adding: build/bin/cuda_atomic_ops_test (deflated 61%) 2022-09-27T15:33:44.2381748Z adding: build/bin/cuda_caching_host_allocator_test (deflated 60%) 2022-09-27T15:33:44.2459242Z adding: build/bin/cuda_device_test (deflated 60%) 2022-09-27T15:33:44.2567389Z adding: build/bin/cuda_complex_math_test (deflated 60%) 2022-09-27T15:33:44.2658757Z adding: build/bin/cuda_complex_test (deflated 61%) 2022-09-27T15:33:44.2753459Z adding: build/bin/cuda_cub_test (deflated 60%) 2022-09-27T15:33:44.2831820Z adding: build/bin/cuda_dlconvertor_test (deflated 60%) 2022-09-27T15:33:44.2912263Z adding: build/bin/cuda_integer_divider_test (deflated 60%) 2022-09-27T15:33:44.3036426Z adding: build/bin/cuda_distributions_test (deflated 49%) 2022-09-27T15:33:44.3127879Z adding: build/bin/cuda_generator_test (deflated 61%) 2022-09-27T15:33:44.3205899Z adding: build/bin/cuda_half_test (deflated 59%) 2022-09-27T15:33:44.3281815Z adding: build/bin/cuda_optional_test (deflated 59%) 2022-09-27T15:33:44.3376948Z adding: build/bin/cuda_stream_test (deflated 60%) 2022-09-27T15:33:44.3458989Z adding: build/bin/cuda_reportMemoryUsage_test (deflated 60%) 2022-09-27T15:33:44.3541000Z adding: build/bin/cuda_packedtensoraccessor_test (deflated 59%) 2022-09-27T15:33:44.3617237Z adding: build/bin/cuda_cudnn_test (deflated 59%) 2022-09-27T15:33:44.3700510Z adding: build/bin/cuda_vectorized_test (deflated 60%) 2022-09-27T15:33:44.3724395Z adding: build/bin/tutorial_tensorexpr (deflated 65%) 2022-09-27T15:33:44.3826254Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-09-27T15:33:44.3917641Z adding: build/bin/ProcessGroupGlooAsyncTest (deflated 59%) 2022-09-27T15:33:44.4014531Z adding: build/bin/ProcessGroupNCCLTest (deflated 60%) 2022-09-27T15:33:44.4107097Z adding: build/bin/ProcessGroupNCCLErrorsTest (deflated 60%) 2022-09-27T15:33:44.4190494Z adding: build/bin/ProcessGroupUCCTest (deflated 59%) 2022-09-27T15:33:44.4274650Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-09-27T15:33:44.4384747Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-09-27T15:33:44.4387937Z adding: build/bin/parallel_benchmark (deflated 63%) 2022-09-27T15:33:44.4496295Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-09-27T15:33:44.4511542Z adding: build/bin/aot_model_compiler_test (deflated 65%) 2022-09-27T15:33:44.5845936Z adding: build/bin/test_tensorexpr (deflated 65%) 2022-09-27T15:33:44.6348666Z adding: build/bin/test_lazy (deflated 73%) 2022-09-27T15:33:44.6356267Z adding: build/bin/torch_shm_manager (deflated 57%) 2022-09-27T15:33:44.8225415Z adding: build/bin/test_api (deflated 67%) 2022-09-27T15:33:44.9871776Z adding: build/bin/test_jit (deflated 66%) 2022-09-27T15:33:44.9872875Z adding: .pytorch-test-times.json (deflated 67%) 2022-09-27T15:33:44.9915738Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:33:44.9915965Z with: 2022-09-27T15:33:44.9916158Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:33:44.9916465Z retention-days: 14 2022-09-27T15:33:44.9916661Z if-no-files-found: error 2022-09-27T15:33:44.9916844Z path: artifacts.zip 2022-09-27T15:33:44.9917037Z s3-bucket: gha-artifacts 2022-09-27T15:33:44.9917229Z region: us-east-1 2022-09-27T15:33:44.9917392Z ##[endgroup] 2022-09-27T15:33:45.3432523Z With the provided path, there will be 1 file uploaded 2022-09-27T15:33:45.3433254Z Uploading to s3 prefix: pytorch/pytorch/3133193930/linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:33:45.3489925Z Starting upload of artifacts.zip 2022-09-27T15:33:49.5502671Z Finished upload of artifacts.zip 2022-09-27T15:33:49.5669318Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:33:49.5669542Z with: 2022-09-27T15:33:49.5669747Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:33:49.5669956Z retention-days: 365 2022-09-27T15:33:49.5670151Z if-no-files-found: warn 2022-09-27T15:33:49.5670361Z path: sccache-stats-*.json 2022-09-27T15:33:49.5670536Z name: artifact 2022-09-27T15:33:49.5670727Z s3-bucket: gha-artifacts 2022-09-27T15:33:49.5670915Z region: us-east-1 2022-09-27T15:33:49.5671088Z ##[endgroup] 2022-09-27T15:33:49.8838144Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:33:49.8838587Z With the provided path, there will be 1 file uploaded 2022-09-27T15:33:49.8839032Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:33:49.8846667Z Starting upload of sccache-stats-linux-bionic-cuda11.6-py3.10-gcc7-8575887715.json 2022-09-27T15:33:50.1070352Z Finished upload of sccache-stats-linux-bionic-cuda11.6-py3.10-gcc7-8575887715.json 2022-09-27T15:33:50.1184825Z Prepare all required actions 2022-09-27T15:33:50.1204966Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T15:33:50.1205162Z with: 2022-09-27T15:33:50.1205324Z ##[endgroup] 2022-09-27T15:33:50.1220536Z ##[group]Run set -eou pipefail 2022-09-27T15:33:50.1220779Z set -eou pipefail 2022-09-27T15:33:50.1220957Z  2022-09-27T15:33:50.1221211Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T15:33:50.1221471Z for _ in $(seq 1440); do 2022-09-27T15:33:50.1221787Z  # Break if no ssh session exists anymore 2022-09-27T15:33:50.1222016Z  if [ "$(who)" = "" ]; then 2022-09-27T15:33:50.1222207Z  break 2022-09-27T15:33:50.1222381Z  fi 2022-09-27T15:33:50.1222546Z  echo "." 2022-09-27T15:33:50.1222728Z  sleep 5 2022-09-27T15:33:50.1222909Z done 2022-09-27T15:33:50.1234571Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:50.1234795Z ##[endgroup] 2022-09-27T15:33:50.1259041Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T15:33:50.1355489Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:33:50.1356054Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:33:50.1356466Z # shellcheck disable=SC2046 2022-09-27T15:33:50.1357122Z docker stop $(docker ps -q) || true 2022-09-27T15:33:50.1357525Z # Prune all of the docker images 2022-09-27T15:33:50.1357873Z docker system prune -af 2022-09-27T15:33:50.1373054Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:50.1373447Z ##[endgroup] 2022-09-27T15:33:54.4160178Z 77b5d77c511f 2022-09-27T15:33:54.9797428Z Deleted Containers: 2022-09-27T15:33:54.9797790Z 77b5d77c511f8cf04682ac6a6a153ca26b0fab23e7e06edee9ec4f5eb1ee5a29 2022-09-27T15:33:54.9797978Z 2022-09-27T15:33:57.6870807Z Deleted Images: 2022-09-27T15:33:57.6871845Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:57.6872674Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T15:33:57.6873599Z deleted: sha256:1565775a6d0c052a41180f67487ffe62db8903a6db8b459487e830a767b885e7 2022-09-27T15:33:57.6874112Z deleted: sha256:3e4cb2c2b5f9e2c80e23a8d896fa974adc4b0e3a54cc06c0a8afb922880fdac8 2022-09-27T15:33:57.6874755Z deleted: sha256:d0ad3421a88e79ceec8792dd7f305a7f9da57daa0119b35d0a37114fd2a8dcf9 2022-09-27T15:33:57.6875338Z deleted: sha256:701e765e83a6966eae0a6dd8fc686dd1787c602cf538ef7dea4100368068fcc9 2022-09-27T15:33:57.6875933Z deleted: sha256:8e85fd60215cbc7be6e9f6423e1f87f0e07c0c672606d79f499dbc625e3eda75 2022-09-27T15:33:57.6876484Z deleted: sha256:e5bde08e611f82f97b690c9fa678975e18d51c1d1bc1c8ddef0588f1a022d639 2022-09-27T15:33:57.6877077Z deleted: sha256:68800e2bce8407a9b0b64d467c217a2bb27e85fd2f3ab0c5793759d5443bf962 2022-09-27T15:33:57.6877497Z deleted: sha256:2457e2e8215ddc219f679a7f957fdc3c639147fc569a0cc1bc9f3a3a97ecd0b2 2022-09-27T15:33:57.6877831Z deleted: sha256:b9c61d9be1eb46057ce27c51ac051ba0ba53d440bda828612cfc06ae78352d7a 2022-09-27T15:33:57.6878162Z deleted: sha256:73dd107fbbff1e853191e9dcb9b75847329af3c80a5883c3ae039e14fa4caa0a 2022-09-27T15:33:57.6878480Z deleted: sha256:fe97c2c62ffb15e65ed2751c4c9069d62e91f204ff1c30980d18680617c5ae40 2022-09-27T15:33:57.6878804Z deleted: sha256:3393d072706e15983b6dba8491dcfaf03de10df9be7d9df9a80ef0dedf384b3e 2022-09-27T15:33:57.6879131Z deleted: sha256:328eaea416a7110b96dd1c4421ae76dac29d151937f13f647291840207613cfd 2022-09-27T15:33:57.6879477Z deleted: sha256:1f62c29a7ac809a8add06b0bc14387e38ec12e88034824daccfdd78a0ee24d00 2022-09-27T15:33:57.6879950Z deleted: sha256:a364f929327c0e6baf5da371c2e514c56a7dc2fcbd3f7f2229d49bf2fb3a2f27 2022-09-27T15:33:57.6880646Z deleted: sha256:14a20e2c555e8aea13a33ca9c7d20333ce850c23d3a6726d7b102a426c2bb100 2022-09-27T15:33:57.6881152Z deleted: sha256:865844d2dbf2eb79ca92ace32b76fd966b142ecccd91a6190a256f4d278fed74 2022-09-27T15:33:57.6881599Z deleted: sha256:6a56212e72bab94d436ef418303481e278e79a012bf88cc727231093221416e7 2022-09-27T15:33:57.6882189Z deleted: sha256:8ff11e3f91c81bfe67a7da7b03306cdc936f730f44e7dbc401299c81679f3a20 2022-09-27T15:33:57.6882623Z deleted: sha256:e3ebc0052e1300157e36aa327172ad1098717918585d1494c4efc4afdbb8ecbe 2022-09-27T15:33:57.6882947Z deleted: sha256:4b7db58c33bbdbe2e491f721c5a9724ef07d9a720d77bd517c1f5c8fad212ba2 2022-09-27T15:33:57.6883269Z deleted: sha256:1e68b2d3e3c7bf741f5f060b3a88095db0d5eefd841ce4e86b3c466f882997e6 2022-09-27T15:33:57.6883602Z deleted: sha256:4da2a66a2b27b034b75aa5a024cf7b8cfe1f8762b0725921f8b00cb3a0505759 2022-09-27T15:33:57.6884024Z deleted: sha256:37c6c713aea14d8a4a5f0dfd63f80f04633b0d6f8e7baed0a1feba47d709cbeb 2022-09-27T15:33:57.6884574Z deleted: sha256:c636e275b4e8c2d9022e72ee8d8528006ef92ad2fab903ba909244c2b9aa4bb0 2022-09-27T15:33:57.6885203Z deleted: sha256:2b912a242a1b69ebde3bf40dfab4b693cfa93f9bcb0d8be6c698b44b4284a70d 2022-09-27T15:33:57.6885822Z deleted: sha256:e4ff425d4caf55cc2f5939271ab53c4382b45c5454ccb0e4fa62cbb730aa8ba7 2022-09-27T15:33:57.6886242Z deleted: sha256:f80b712f0269de04dedd4bb68f0a2103eb0ac5bb70e5da74a7fe0544c8a678af 2022-09-27T15:33:57.6886570Z deleted: sha256:c048927fdfe44aec1063f37c0137ad63b7537c23dd3051ad691232ce363048fa 2022-09-27T15:33:57.6886890Z deleted: sha256:85d0da5e4c90646a2049cf17e470deedd05b19ab1535e4932940055fc36e1c91 2022-09-27T15:33:57.6887223Z deleted: sha256:a94964edf2ce4a0b440f5d000d2ea97c6145adcb1ad201ade6214f02cd47626c 2022-09-27T15:33:57.6887536Z deleted: sha256:fc49e4f76476298cd45a4ef31767534bd2b6663c90683ccbb4d911ea77a93d56 2022-09-27T15:33:57.6887861Z deleted: sha256:25a90c74f1ddefff551a5575bbaeaf1fd45c71d629ef061f41a227f2813ebf62 2022-09-27T15:33:57.6888190Z deleted: sha256:9c67a539cd718b76768a481e6313606489c7afbdd2ed5f0d35f94a0c8161ff59 2022-09-27T15:33:57.6888503Z deleted: sha256:78cfd7e90437d18d294dd32f35632e1e0f4e93f98d2f74562b7a2a483d89e847 2022-09-27T15:33:57.6888825Z deleted: sha256:feccb37688a9f8b307ab298febd901ccc8920a2ec8e1660a0eb8de5b6e41a3b1 2022-09-27T15:33:57.6889171Z deleted: sha256:eeded198b25e05f7ca35680574d2863e48240eb544a4945d562943ed7c519eaa 2022-09-27T15:33:57.6889567Z deleted: sha256:eba0a8e367727026cab4d61ce7412eac92df541fa66418907501f777a611d01a 2022-09-27T15:33:57.6889877Z deleted: sha256:ab3963854dae2a8321e764d73ecfb89e77618f391cbe2698ab09c8129a35eb29 2022-09-27T15:33:57.6890188Z deleted: sha256:db198971615e367404b8c928ff87c4bc7e81b060fa78a8431f2124d37e546a69 2022-09-27T15:33:57.6890500Z deleted: sha256:116af78f4b87e494b37b6a65d9e3abdd828764632b0adf869c40db8a8afb7745 2022-09-27T15:33:57.6890822Z deleted: sha256:21479387e93277b4c3c8df1cbd39208f3c6aa4128b6f0eebaafa7e3b82d8a23c 2022-09-27T15:33:57.6891139Z deleted: sha256:5731c54a72f20a93dd164dc484ecd3fd0bf0f0cb98eec92e2382f99c0c43e1a6 2022-09-27T15:33:57.6891467Z deleted: sha256:8b6f381bcc3be3c07a12a8e528c8926c369875dccb5d18323007a3beb34cdf52 2022-09-27T15:33:57.6891799Z deleted: sha256:07dcc550108cf9d433a453ce3e351ac30e67c1ccbc5f7bc71b408e2fb4bcc6a9 2022-09-27T15:33:57.6892112Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-09-27T15:33:57.6892453Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-09-27T15:33:57.6892799Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-09-27T15:33:57.6893125Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-09-27T15:33:57.6893440Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-09-27T15:33:57.6893772Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-09-27T15:33:57.6894095Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-09-27T15:33:57.6894439Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-09-27T15:33:57.6894756Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-09-27T15:33:57.6894931Z 2022-09-27T15:33:57.6907060Z Total reclaimed space: 19.32GB 2022-09-27T15:33:57.6967469Z Post job cleanup. 2022-09-27T15:33:57.7006441Z Post job cleanup. 2022-09-27T15:33:58.1467128Z [command]/usr/bin/git version 2022-09-27T15:33:58.1821983Z git version 2.37.1 2022-09-27T15:33:58.1913969Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2b181f81-4cc1-45c2-8d69-397b1214503d' before making global git config changes 2022-09-27T15:33:58.1914618Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:33:58.1920467Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:33:58.1973757Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:33:58.2007549Z [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:33:58.2414262Z Entering 'android/libs/fbjni' 2022-09-27T15:33:58.2474201Z Entering 'third_party/FP16' 2022-09-27T15:33:58.2520786Z Entering 'third_party/FXdiv' 2022-09-27T15:33:58.2572366Z Entering 'third_party/NNPACK' 2022-09-27T15:33:58.2625016Z Entering 'third_party/QNNPACK' 2022-09-27T15:33:58.2673435Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:33:58.2707320Z Entering 'third_party/XNNPACK' 2022-09-27T15:33:58.2817151Z Entering 'third_party/benchmark' 2022-09-27T15:33:58.2867076Z Entering 'third_party/cpuinfo' 2022-09-27T15:33:58.2931417Z Entering 'third_party/cub' 2022-09-27T15:33:58.2981215Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:33:58.3021025Z Entering 'third_party/cutlass' 2022-09-27T15:33:58.3062932Z Entering 'third_party/eigen' 2022-09-27T15:33:58.3131576Z Entering 'third_party/fbgemm' 2022-09-27T15:33:58.3202957Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:33:58.3267402Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:33:58.3334327Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:33:58.3392780Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:33:58.3445006Z Entering 'third_party/flatbuffers' 2022-09-27T15:33:58.3482605Z Entering 'third_party/fmt' 2022-09-27T15:33:58.3536931Z Entering 'third_party/foxi' 2022-09-27T15:33:58.3578312Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:33:58.3625794Z Entering 'third_party/gloo' 2022-09-27T15:33:58.3672342Z Entering 'third_party/googletest' 2022-09-27T15:33:58.3723154Z Entering 'third_party/ideep' 2022-09-27T15:33:58.3794023Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:33:58.3866703Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:33:58.3955264Z Entering 'third_party/ios-cmake' 2022-09-27T15:33:58.4004684Z Entering 'third_party/ittapi' 2022-09-27T15:33:58.4038520Z Entering 'third_party/kineto' 2022-09-27T15:33:58.4072431Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:33:58.4106090Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:33:58.4140317Z Entering 'third_party/nccl/nccl' 2022-09-27T15:33:58.4196383Z Entering 'third_party/neon2sse' 2022-09-27T15:33:58.4249833Z Entering 'third_party/nlohmann' 2022-09-27T15:33:58.4286516Z Entering 'third_party/onnx' 2022-09-27T15:33:58.4403597Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:33:58.4471077Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:33:58.4520731Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:33:58.4584003Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:33:58.4671730Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:33:58.4745186Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:33:58.4805649Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:33:58.4859667Z Entering 'third_party/pocketfft' 2022-09-27T15:33:58.4894490Z Entering 'third_party/protobuf' 2022-09-27T15:33:58.4989627Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:33:58.5057361Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:33:58.5105665Z Entering 'third_party/psimd' 2022-09-27T15:33:58.5149985Z Entering 'third_party/pthreadpool' 2022-09-27T15:33:58.5200178Z Entering 'third_party/pybind11' 2022-09-27T15:33:58.5246525Z Entering 'third_party/python-enum' 2022-09-27T15:33:58.5288555Z Entering 'third_party/python-peachpy' 2022-09-27T15:33:58.5349858Z Entering 'third_party/python-six' 2022-09-27T15:33:58.5390918Z Entering 'third_party/sleef' 2022-09-27T15:33:58.5442191Z Entering 'third_party/tbb' 2022-09-27T15:33:58.5478707Z Entering 'third_party/tensorpipe' 2022-09-27T15:33:58.5552451Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:33:58.5623464Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:33:58.5676609Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:33:58.5733597Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:33:58.5811401Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:33:58.5862808Z Entering 'third_party/zstd' 2022-09-27T15:33:58.5931984Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:33:58.5958834Z http.https://github.com/.extraheader 2022-09-27T15:33:58.5967271Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:33:58.6000110Z [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:33:58.6253097Z Entering 'android/libs/fbjni' 2022-09-27T15:33:58.6273502Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6299975Z Entering 'third_party/FP16' 2022-09-27T15:33:58.6319846Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6346654Z Entering 'third_party/FXdiv' 2022-09-27T15:33:58.6366299Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6392667Z Entering 'third_party/NNPACK' 2022-09-27T15:33:58.6428010Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6439523Z Entering 'third_party/QNNPACK' 2022-09-27T15:33:58.6458968Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6485632Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:33:58.6505528Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6531728Z Entering 'third_party/XNNPACK' 2022-09-27T15:33:58.6552780Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6590243Z Entering 'third_party/benchmark' 2022-09-27T15:33:58.6609987Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6636189Z Entering 'third_party/cpuinfo' 2022-09-27T15:33:58.6656026Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6683245Z Entering 'third_party/cub' 2022-09-27T15:33:58.6703133Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6728750Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:33:58.6748731Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6780402Z Entering 'third_party/cutlass' 2022-09-27T15:33:58.6799965Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6834046Z Entering 'third_party/eigen' 2022-09-27T15:33:58.6853648Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6882302Z Entering 'third_party/fbgemm' 2022-09-27T15:33:58.6902851Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6930072Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:33:58.6950866Z http.https://github.com/.extraheader 2022-09-27T15:33:58.6977979Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:33:58.6997590Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7025440Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:33:58.7044284Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7071310Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:33:58.7090695Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7118283Z Entering 'third_party/flatbuffers' 2022-09-27T15:33:58.7138549Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7167543Z Entering 'third_party/fmt' 2022-09-27T15:33:58.7189886Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7216241Z Entering 'third_party/foxi' 2022-09-27T15:33:58.7236779Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7262580Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:33:58.7282947Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7309617Z Entering 'third_party/gloo' 2022-09-27T15:33:58.7329885Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7356699Z Entering 'third_party/googletest' 2022-09-27T15:33:58.7376670Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7403353Z Entering 'third_party/ideep' 2022-09-27T15:33:58.7423057Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7451147Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:33:58.7470893Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7499674Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:33:58.7519781Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7553549Z Entering 'third_party/ios-cmake' 2022-09-27T15:33:58.7574304Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7600974Z Entering 'third_party/ittapi' 2022-09-27T15:33:58.7621372Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7648530Z Entering 'third_party/kineto' 2022-09-27T15:33:58.7669271Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7695374Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:33:58.7715450Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7742331Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:33:58.7763220Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7791941Z Entering 'third_party/nccl/nccl' 2022-09-27T15:33:58.7812150Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7839084Z Entering 'third_party/neon2sse' 2022-09-27T15:33:58.7859185Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7886108Z Entering 'third_party/nlohmann' 2022-09-27T15:33:58.7906171Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7934345Z Entering 'third_party/onnx' 2022-09-27T15:33:58.7954313Z http.https://github.com/.extraheader 2022-09-27T15:33:58.7993260Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:33:58.8013326Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8041224Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:33:58.8061943Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8090228Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:33:58.8110396Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8137112Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:33:58.8156640Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8188960Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:33:58.8208358Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8235601Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:33:58.8254866Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8281786Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:33:58.8301089Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8333835Z Entering 'third_party/pocketfft' 2022-09-27T15:33:58.8353935Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8380236Z Entering 'third_party/protobuf' 2022-09-27T15:33:58.8401068Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8430742Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:33:58.8450249Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8477401Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:33:58.8497212Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8526951Z Entering 'third_party/psimd' 2022-09-27T15:33:58.8547377Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8574279Z Entering 'third_party/pthreadpool' 2022-09-27T15:33:58.8594479Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8621370Z Entering 'third_party/pybind11' 2022-09-27T15:33:58.8643006Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8669549Z Entering 'third_party/python-enum' 2022-09-27T15:33:58.8689237Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8715966Z Entering 'third_party/python-peachpy' 2022-09-27T15:33:58.8735725Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8762288Z Entering 'third_party/python-six' 2022-09-27T15:33:58.8781610Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8811609Z Entering 'third_party/sleef' 2022-09-27T15:33:58.8831882Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8858221Z Entering 'third_party/tbb' 2022-09-27T15:33:58.8879672Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8908737Z Entering 'third_party/tensorpipe' 2022-09-27T15:33:58.8928603Z http.https://github.com/.extraheader 2022-09-27T15:33:58.8955908Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:33:58.8975376Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9001951Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:33:58.9021935Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9047961Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:33:58.9068067Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9094385Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:33:58.9115237Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9141227Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:33:58.9160590Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9192510Z Entering 'third_party/zstd' 2022-09-27T15:33:58.9212687Z http.https://github.com/.extraheader 2022-09-27T15:33:58.9445139Z Evaluate and set job outputs 2022-09-27T15:33:58.9455528Z Set output 'docker-image' 2022-09-27T15:33:58.9456794Z Cleaning up orphan processes